Build Information
Failed to build swift-sharing, reference main (97f6ff
), with Swift 6.1 for Wasm on 6 Jun 2025 22:29:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-sharing.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/swift-sharing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 97f6ffb Dead code (#168)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
97f6ffbacd5e7459e1791f98f5e88d42ba9161b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-sharing.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-sharing.git
https://github.com/pointfreeco/swift-sharing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-identified-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-identified-collections"
},
{
"identity" : "swift-perception",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-sharing",
"name" : "swift-sharing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Sharing",
"targets" : [
"Sharing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SharingTests",
"module_type" : "SwiftTarget",
"name" : "SharingTests",
"path" : "Tests/SharingTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"AppStorageTests.swift",
"BindingTests.swift",
"CompileTimeTests.swift",
"ContinuationTests.swift",
"DefaultTests.swift",
"EquatableTests.swift",
"ErrorThrowingTests.swift",
"FileStorageTests.swift",
"InMemoryTests.swift",
"IsLoadingTests.swift",
"ObservationTests.swift",
"PublisherTests.swift",
"SharedChangeTrackerTests.swift",
"SharedTests.swift"
],
"target_dependencies" : [
"Sharing"
],
"type" : "test"
},
{
"c99name" : "Sharing2",
"module_type" : "SwiftTarget",
"name" : "Sharing2",
"path" : "Sources/VersionMarkerModules/Sharing2",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing1",
"module_type" : "SwiftTarget",
"name" : "Sharing1",
"path" : "Sources/VersionMarkerModules/Sharing1",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing",
"module_type" : "SwiftTarget",
"name" : "Sharing",
"path" : "Sources/Sharing",
"product_dependencies" : [
"CombineSchedulers",
"ConcurrencyExtras",
"CustomDump",
"Dependencies",
"IdentifiedCollections",
"IssueReporting",
"PerceptionCore"
],
"product_memberships" : [
"Sharing"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Sharing/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/Deprecations.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/MutexBackport.swift",
"Internal/NSRecursiveLock+WithLock.swift",
"Internal/PassthroughRelay.swift",
"Internal/PersistentReferences.swift",
"Internal/Reference.swift",
"Internal/SharedChangeTracker.swift",
"Internal/TypeName.swift",
"Shared.swift",
"SharedBinding.swift",
"SharedCollection.swift",
"SharedContinuations.swift",
"SharedKey.swift",
"SharedKeys/AppStorageKey.swift",
"SharedKeys/DefaultKey.swift",
"SharedKeys/FileStorageKey.swift",
"SharedKeys/InMemoryKey.swift",
"SharedPublisher.swift",
"SharedReader.swift",
"SharedReaderKey.swift",
"SwiftUIStateSharing.swift"
],
"target_dependencies" : [
"Sharing1",
"Sharing2"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/5992] Fetching swift-custom-dump, swift-perception
[5062/8060] Fetching swift-custom-dump, swift-perception, swift-docc-plugin
[6221/9594] Fetching swift-custom-dump, swift-perception, swift-docc-plugin, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.30s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1972/5013] Fetching swift-perception, swift-docc-plugin, swift-identified-collections
[5014/10471] Fetching swift-perception, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay
[5615/16720] Fetching swift-perception, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
[14429/17572] Fetching swift-perception, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.26s)
[16720/16720] Fetching swift-perception, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-perception from cache (0.71s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.71s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.71s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.71s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.27s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.47s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.44s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.48s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.97s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (5.43s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.00s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (2.86s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.91s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.45s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.26s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.73s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/22] Write sources
[2/22] Copying PrivacyInfo.xcprivacy
[2/22] Write sources
[18/22] Write swift-version-24593BA9C3E375BF.txt
[20/73] Compiling Sharing1 Empty.swift
[21/73] Emitting module Sharing1
[22/74] Compiling IssueReporting TestContext.swift
[23/74] Compiling IssueReporting Unimplemented.swift
[24/74] Emitting module ConcurrencyExtras
[25/74] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/74] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/77] Compiling InternalCollectionsUtilities Integer rank.swift
[31/77] Emitting module InternalCollectionsUtilities
[33/78] Compiling ConcurrencyExtras MainSerialExecutor.swift
[34/78] Emitting module IssueReportingTestSupport
[35/78] Emitting module Sharing2
[36/78] Compiling Sharing2 Empty.swift
[37/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/79] Compiling InternalCollectionsUtilities Descriptions.swift
[39/79] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/79] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/79] Compiling InternalCollectionsUtilities Debugging.swift
[42/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/79] Compiling ConcurrencyExtras UncheckedSendable.swift
[47/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/135] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[51/135] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[52/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[53/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[54/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[55/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[56/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[57/135] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[58/135] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[59/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/142] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[67/142] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[68/142] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[69/142] Compiling OrderedCollections OrderedDictionary+Elements.swift
[70/142] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[71/142] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/142] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[73/142] Compiling ConcurrencyExtras Result.swift
[74/142] Compiling ConcurrencyExtras Task.swift
[75/142] Compiling OrderedCollections _HashTable+Testing.swift
[76/142] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[77/142] Compiling ConcurrencyExtras LockIsolated.swift
[78/142] Compiling OrderedCollections _HashTable+Constants.swift
[79/142] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/143] Compiling OrderedCollections _HashTable+Bucket.swift
[81/143] Compiling OrderedCollections _HashTable+BucketIterator.swift
[83/143] Compiling OrderedCollections _HashTable.swift
[84/143] Compiling OrderedCollections _Hashtable+Header.swift
[85/143] Compiling OrderedCollections OrderedDictionary+Codable.swift
[86/143] Compiling IssueReportingTestSupport XCTest.swift
[87/143] Compiling IssueReportingTestSupport SwiftTesting.swift
[89/143] Emitting module IssueReporting
[93/145] Compiling OrderedCollections OrderedDictionary.swift
[94/145] Compiling OrderedCollections OrderedSet+Codable.swift
[95/145] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[96/145] Compiling OrderedCollections OrderedSet+Descriptions.swift
[97/145] Compiling OrderedCollections OrderedSet+Diffing.swift
[98/145] Compiling OrderedCollections OrderedSet+Equatable.swift
[99/145] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[100/145] Compiling OrderedCollections OrderedSet+Hashable.swift
[101/145] Compiling OrderedCollections OrderedSet+Initializers.swift
[102/145] Compiling OrderedCollections OrderedSet+Insertions.swift
[103/145] Compiling OrderedCollections OrderedSet+Invariants.swift
[104/145] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[105/145] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[106/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[107/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[108/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[109/145] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[110/145] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[113/145] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[114/145] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[115/145] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[116/145] Compiling OrderedCollections OrderedDictionary+Values.swift
[134/145] Wrapping AST for IssueReportingTestSupport for debugging
[135/145] Write Objects.LinkFileList
[137/145] Emitting module OrderedCollections
[138/145] Compiling OrderedCollections OrderedSet+Sendable.swift
[139/145] Compiling OrderedCollections OrderedSet+SubSequence.swift
[140/145] Compiling OrderedCollections OrderedSet+Testing.swift
[141/145] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[142/145] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[143/145] Compiling OrderedCollections OrderedSet.swift
[144/145] Compiling OrderedCollections _UnsafeBitset.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[144/150] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/38] Compiling Sharing1 Empty.swift
[5/38] Emitting module Sharing1
[6/58] Emitting module Sharing2
[7/58] Compiling Sharing2 Empty.swift
[8/59] Compiling IssueReportingTestSupport XCTest.swift
[10/59] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/59] Compiling InternalCollectionsUtilities Integer rank.swift
[12/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/61] Compiling ConcurrencyExtras MainSerialExecutor.swift
[15/62] Compiling IssueReportingTestSupport SwiftTesting.swift
[16/62] Emitting module IssueReportingTestSupport
[17/62] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/62] Compiling InternalCollectionsUtilities Debugging.swift
[19/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/64] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/64] Compiling ConcurrencyExtras LockIsolated.swift
[23/64] Compiling InternalCollectionsUtilities Descriptions.swift
[24/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/64] Compiling ConcurrencyExtras UncheckedSendable.swift
[27/64] Emitting module ConcurrencyExtras
[28/64] Compiling ConcurrencyExtras Result.swift
[29/64] Compiling ConcurrencyExtras Task.swift
[33/64] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/64] Write Objects.LinkFileList
[37/64] Compiling IssueReporting TestContext.swift
[38/64] Compiling IssueReporting Unimplemented.swift
[40/64] Emitting module InternalCollectionsUtilities
[41/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[44/64] Compiling IssueReporting XCTest.swift
[45/64] Compiling IssueReporting IsTesting.swift
[46/64] Compiling IssueReporting IssueReporter.swift
[47/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/64] Compiling IssueReporting ReportIssue.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[48/64] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm