The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-sharing, reference 2.7.3 (aaf605), with Swift 6.1 for Wasm on 1 Sep 2025 21:20:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-sharing.git
Reference: 2.7.3
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
 * tag               2.7.3      -> FETCH_HEAD
HEAD is now at aaf6057 Add `CustomReflectable` conformances (#191)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
aaf605733bd93126d1a3658b4021146d95c94cb6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-sharing.git at 2.7.3
========================================
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" : "3.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",
        "ParametrizedTests.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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6302] Fetching swift-dependencies
[65/8140] Fetching swift-dependencies, swift-perception
[2095/10234] Fetching swift-dependencies, swift-perception, swift-docc-plugin
[2528/11768] Fetching swift-dependencies, swift-perception, swift-docc-plugin, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.63s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.66s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.67s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.66s)
[1/878] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.30s)
[1/4577] Fetching swift-custom-dump
[2198/6994] Fetching swift-custom-dump, combine-schedulers
[6995/12499] Fetching swift-custom-dump, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.42s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
[3138/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.81s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.96s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.49s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.49s)
Fetching https://github.com/apple/swift-collections
[1/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.29s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.77s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3490] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.90s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.62s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.6 (0.53s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.72s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (7.62s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.77s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (0.51s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.84s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.4
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
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.5
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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.6
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.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Copying PrivacyInfo.xcprivacy
[2/24] Write sources
[19/24] Write swift-version-24593BA9C3E375BF.txt
[21/55] Emitting module Sharing2
[22/55] Emitting module IssueReportingPackageSupport
[23/55] Emitting module InternalCollectionsUtilities
[24/56] Compiling InternalCollectionsUtilities Descriptions.swift
[25/56] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/56] Compiling ConcurrencyExtras AsyncStream.swift
[27/56] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[28/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/56] Compiling ConcurrencyExtras Result.swift
[30/56] Compiling IssueReportingPackageSupport _Test.swift
[31/57] Emitting module ConcurrencyExtras
[32/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/58] Compiling Sharing2 Empty.swift
[34/59] Compiling Sharing1 Empty.swift
[35/59] Emitting module Sharing1
[36/59] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/59] Compiling InternalCollectionsUtilities Integer rank.swift
[38/59] Compiling ConcurrencyExtras ActorIsolated.swift
[39/59] Compiling ConcurrencyExtras AnyHashableSendable.swift
[40/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/59] Compiling ConcurrencyExtras Locking.swift
[43/59] Compiling ConcurrencyExtras UncheckedBox.swift
[48/61] Compiling ConcurrencyExtras UncheckedSendable.swift
[48/61] Wrapping AST for IssueReportingPackageSupport for debugging
[50/138] Compiling OrderedCollections OrderedSet+Codable.swift
[51/138] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[52/140] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/140] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/140] Emitting module IssueReporting
[55/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[56/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[57/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[58/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[59/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[60/140] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[61/140] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[62/147] Compiling IssueReporting WithExpectedIssue.swift
[63/147] Compiling IssueReporting WithIssueContext.swift
[64/147] Compiling OrderedCollections OrderedSet+Initializers.swift
[65/147] Compiling OrderedCollections OrderedSet+Insertions.swift
[66/147] Compiling OrderedCollections OrderedSet+Invariants.swift
[67/147] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[68/147] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[69/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[70/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[71/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[72/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[76/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[78/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/147] Compiling OrderedCollections OrderedDictionary.swift
[82/147] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/147] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/147] Compiling OrderedCollections OrderedSet+Equatable.swift
[87/147] Compiling OrderedCollections OrderedDictionary+Codable.swift
[88/147] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[89/147] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/147] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/147] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[92/147] Compiling OrderedCollections OrderedDictionary+Elements.swift
[93/147] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[94/147] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[95/147] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[96/147] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[97/147] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[98/147] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[99/147] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[100/147] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[101/147] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[102/147] Compiling OrderedCollections OrderedDictionary+Values.swift
[103/147] Compiling ConcurrencyExtras LockIsolated.swift
[104/147] Compiling IssueReportingTestSupport SwiftTesting.swift
[105/147] Emitting module IssueReportingTestSupport
[106/147] Compiling IssueReportingTestSupport XCTest.swift
[107/147] Compiling ConcurrencyExtras MainSerialExecutor.swift
[108/147] Compiling ConcurrencyExtras Task.swift
[111/148] Compiling OrderedCollections _HashTable+Constants.swift
[112/148] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[113/148] Compiling OrderedCollections _HashTable+Testing.swift
[114/148] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[115/148] Compiling OrderedCollections _HashTable+Bucket.swift
[116/148] Compiling OrderedCollections _HashTable+BucketIterator.swift
[124/149] Wrapping AST for IssueReportingTestSupport for debugging
[125/149] Write Objects.LinkFileList
[127/149] Compiling OrderedCollections _HashTable.swift
[128/149] Compiling OrderedCollections _Hashtable+Header.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[132/150] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/7] Write swift-version-24593BA9C3E375BF.txt
[4/35] Compiling Sharing1 Empty.swift
[5/35] Emitting module Sharing1
[6/39] Compiling ConcurrencyExtras LockIsolated.swift
[7/40] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/40] Compiling IssueReportingPackageSupport _Test.swift
[9/40] Emitting module IssueReportingPackageSupport
[10/40] Compiling ConcurrencyExtras Task.swift
[11/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/41] Compiling InternalCollectionsUtilities Integer rank.swift
[13/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[15/41] Emitting module Sharing2
[17/41] Compiling Sharing2 Empty.swift
[19/42] Compiling ConcurrencyExtras Result.swift
[20/42] Emitting module ConcurrencyExtras
[21/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/42] Compiling ConcurrencyExtras UncheckedSendable.swift
[27/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/44] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/44] Compiling InternalCollectionsUtilities Debugging.swift
[30/44] Compiling InternalCollectionsUtilities Descriptions.swift
[31/44] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/44] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/44] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/44] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/44] Emitting module InternalCollectionsUtilities
[42/66] Compiling IssueReporting FailureObserver.swift
[43/66] Compiling IssueReporting LockIsolated.swift
[44/66] Compiling IssueReporting Rethrows.swift
[45/68] Emitting module IssueReportingTestSupport
[46/68] Compiling IssueReportingTestSupport XCTest.swift
[47/68] Compiling IssueReportingTestSupport SwiftTesting.swift
[48/123] Write Objects.LinkFileList
[50/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[51/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[52/123] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[52/123] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm