the latest swift-collection (1.5) introduced something that causes errors like this in embedded
[36/38] Write Objects.LinkFileList
wasm-ld: error: duplicate symbol: $e15BasicContainers0096BasicContainersCollectionsInternalRigidArray$formatter_uqbECJAACaAaAeaEkshkFJfFdBbDElEdAaBlwcGGis5UInt8V_A124Dtvp
>>> defined in /Users/simon/dev/elementary-swift/elementary-ui/Benchmarks/PerformanceBenchmarks/.build/wasm32-unknown-wasip1/release/BasicContainers.build/RigidArray+Formatter.swift.o
>>> defined in /Users/simon/dev/elementary-swift/elementary-ui/Benchmarks/PerformanceBenchmarks/.build/wasm32-unknown-wasip1/release/Benchmark.build/main.swift.o
wasm-ld: error: duplicate symbol: $e15BasicContainers0096BasicContainersCollectionsInternalRigidArray$formatter_uqbECJAACaAaAeaEkshkFJfFdBbDElEdAaBlwcGGis5UInt8V_A124Dtvp
>>> defined in /Users/simon/dev/elementary-swift/elementary-ui/Benchmarks/PerformanceBenchmarks/.build/wasm32-unknown-wasip1/release/Benchmark.build/main.swift.o
>>> defined in /Users/simon/dev/elementary-swift/elementary-ui/Benchmarks/PerformanceBenchmarks/.build/wasm32-unknown-wasip1/release/ElementaryUI.build/Animatable.swift.o
the PR #102 add pinning to 1.4 for now until we figure out what is going on
the latest swift-collection (1.5) introduced something that causes errors like this in embedded
the PR #102 add pinning to 1.4 for now until we figure out what is going on