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 main (aaf605), with Swift 6.1 for Wasm on 1 Sep 2025 21:23:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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 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 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" : "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-4606859-1":/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/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/4577] Fetching swift-custom-dump
[1008/10879] Fetching swift-custom-dump, swift-dependencies
[10439/12717] Fetching swift-custom-dump, swift-dependencies, swift-perception
[12094/14251] Fetching swift-custom-dump, swift-dependencies, swift-perception, swift-identified-collections
[12624/16345] Fetching swift-custom-dump, swift-dependencies, swift-perception, swift-identified-collections, swift-docc-plugin
[13594/21850] Fetching swift-custom-dump, swift-dependencies, swift-perception, swift-identified-collections, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.46s)
[10518/15548] Fetching swift-custom-dump, swift-perception, swift-identified-collections, swift-docc-plugin, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.59s)
Fetching https://github.com/pointfreeco/combine-schedulers
[11583/13454] Fetching swift-custom-dump, swift-perception, swift-identified-collections, xctest-dynamic-overlay
[13455/14332] Fetching swift-custom-dump, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.34s)
[1/2417] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.85s)
Fetched https://github.com/pointfreeco/swift-perception from cache (0.86s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.86s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.87s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (2.22s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.58s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.54s)
Fetching https://github.com/apple/swift-collections
[1/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.87s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.83s)
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.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (9.07s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.90s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.6 (1.41s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.12s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (10.28s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.98s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (1.86s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.74s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.93s)
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/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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.4
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.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.6.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write sources
[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 Sharing1
[23/55] Emitting module InternalCollectionsUtilities
[24/56] Emitting module ConcurrencyExtras
[25/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/57] Compiling InternalCollectionsUtilities Descriptions.swift
[27/57] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/57] Compiling Sharing2 Empty.swift
[29/58] Emitting module IssueReportingPackageSupport
[30/58] Compiling IssueReportingPackageSupport _Test.swift
[31/58] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/58] Compiling ConcurrencyExtras UncheckedSendable.swift
[33/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/59] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/59] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[38/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/59] Compiling InternalCollectionsUtilities Debugging.swift
[42/59] Compiling Sharing1 Empty.swift
[43/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/60] Compiling InternalCollectionsUtilities Integer rank.swift
[45/61] Compiling ConcurrencyExtras MainSerialExecutor.swift
[47/61] Compiling ConcurrencyExtras Result.swift
[51/61] Wrapping AST for IssueReportingPackageSupport for debugging
[53/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[54/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[55/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[56/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[57/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[58/138] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[59/138] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[60/145] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/145] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/145] Emitting module IssueReporting
[65/147] Compiling IssueReporting WithExpectedIssue.swift
[66/147] Compiling IssueReporting WithIssueContext.swift
[67/147] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/147] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/147] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[70/147] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[72/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[73/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[74/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[75/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[76/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[77/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[78/147] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/147] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/147] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/147] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[82/147] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/147] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/147] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/147] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[86/147] Compiling OrderedCollections _HashTable+Testing.swift
[87/147] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[88/147] Compiling ConcurrencyExtras LockIsolated.swift
[89/147] Compiling ConcurrencyExtras Task.swift
[90/147] Compiling OrderedCollections _HashTable+Constants.swift
[91/147] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[92/148] Compiling IssueReportingTestSupport XCTest.swift
[93/148] Compiling IssueReportingTestSupport SwiftTesting.swift
[94/148] Emitting module IssueReportingTestSupport
[95/149] Compiling OrderedCollections _HashTable+Bucket.swift
[96/149] Compiling OrderedCollections _HashTable+BucketIterator.swift
[98/149] Compiling OrderedCollections OrderedDictionary.swift
[99/149] Compiling OrderedCollections OrderedSet+Codable.swift
[100/149] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[101/149] Compiling OrderedCollections OrderedSet+Descriptions.swift
[102/149] Compiling OrderedCollections OrderedSet+Diffing.swift
[103/149] Compiling OrderedCollections OrderedSet+Equatable.swift
[104/149] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[105/149] Compiling OrderedCollections OrderedSet+Hashable.swift
[106/149] Compiling OrderedCollections OrderedSet+Initializers.swift
[107/149] Compiling OrderedCollections OrderedSet+Insertions.swift
[108/149] Compiling OrderedCollections OrderedSet+Invariants.swift
[109/149] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[110/149] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[111/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[112/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[113/149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[118/149] Compiling OrderedCollections _HashTable.swift
[119/149] Compiling OrderedCollections _Hashtable+Header.swift
[130/150] Wrapping AST for IssueReportingTestSupport for debugging
[131/150] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[133/150] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/38] Compiling Sharing1 Empty.swift
[5/38] Emitting module Sharing1
[6/39] Compiling IssueReportingPackageSupport _Test.swift
[7/39] Compiling ConcurrencyExtras Result.swift
[8/39] Emitting module IssueReportingPackageSupport
[11/41] Emitting module Sharing2
[12/41] Compiling Sharing2 Empty.swift
[13/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/42] Compiling InternalCollectionsUtilities Descriptions.swift
[15/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/42] Compiling InternalCollectionsUtilities Debugging.swift
[18/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/43] Compiling ConcurrencyExtras LockIsolated.swift
[22/43] Compiling ConcurrencyExtras MainSerialExecutor.swift
[23/43] Compiling ConcurrencyExtras Task.swift
[24/43] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/43] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/43] Emitting module ConcurrencyExtras
[27/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/43] Compiling InternalCollectionsUtilities Integer rank.swift
[29/43] Compiling ConcurrencyExtras UncheckedSendable.swift
[30/44] Emitting module InternalCollectionsUtilities
[32/44] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/44] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/44] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/66] Compiling IssueReportingTestSupport XCTest.swift
[43/66] Emitting module IssueReportingTestSupport
[44/66] Compiling IssueReportingTestSupport SwiftTesting.swift
[45/121] Write Objects.LinkFileList
[47/121] Compiling OrderedCollections _HashTable+Testing.swift
[48/121] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/121] Compiling OrderedCollections _HashTable.swift
[50/121] Compiling OrderedCollections _Hashtable+Header.swift
[51/123] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/123] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/123] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/123] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[55/123] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[56/123] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[56/123] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm