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 (c6216d), with Swift 6.1 for Wasm on 15 Nov 2025 01:49:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.68.0
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 c6216db Update package versioning (#199)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
c6216db28b1f5e24737e47c8800ce361d6f7a0bc
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-4609320-0":/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
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/2158] Fetching swift-docc-plugin
[217/3700] Fetching swift-docc-plugin, swift-identified-collections
[464/5646] Fetching swift-docc-plugin, swift-identified-collections, swift-perception
[601/10282] Fetching swift-docc-plugin, swift-identified-collections, swift-perception, swift-custom-dump
[2670/16707] Fetching swift-docc-plugin, swift-identified-collections, swift-perception, swift-custom-dump, swift-dependencies
[9722/22301] Fetching swift-docc-plugin, swift-identified-collections, swift-perception, swift-custom-dump, swift-dependencies, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (1.05s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.05s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.06s)
[10375/12388] Fetching swift-docc-plugin, swift-custom-dump, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[12389/14926] Fetching swift-docc-plugin, swift-custom-dump, xctest-dynamic-overlay, combine-schedulers
[12872/15812] Fetching swift-docc-plugin, swift-custom-dump, xctest-dynamic-overlay, combine-schedulers, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.71s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.72s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.73s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.69s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.69s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (2.49s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (2.42s)
Fetching https://github.com/apple/swift-collections
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (3.34s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (3.97s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.90s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.37s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.09s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.54s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.63s)
Fetching https://github.com/swiftlang/swift-syntax
[1/72764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.76s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (6.65s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (2.39s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.75s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.67s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.36s)
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.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.5
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write sources
[17/24] Copying PrivacyInfo.xcprivacy
[19/24] Write swift-version-24593BA9C3E375BF.txt
[21/57] Emitting module InternalCollectionsUtilities
[22/59] Compiling Sharing1 Empty.swift
[23/59] Emitting module Sharing1
[24/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/60] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/60] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[27/60] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[28/60] Emitting module ConcurrencyExtras
[29/60] Emitting module Sharing2
[30/60] Compiling Sharing2 Empty.swift
[31/60] Compiling InternalCollectionsUtilities Debugging.swift
[32/60] Compiling InternalCollectionsUtilities Descriptions.swift
[33/62] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/62] Compiling InternalCollectionsUtilities Integer rank.swift
[35/62] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/62] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/62] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/62] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[43/62] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[44/63] Compiling IssueReportingPackageSupport _Test.swift
[45/63] Emitting module IssueReportingPackageSupport
[50/64] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/64] Wrapping AST for IssueReportingPackageSupport for debugging
[52/141] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/141] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/143] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[55/143] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[56/143] Compiling OrderedCollections OrderedDictionary+Elements.swift
[57/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[58/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[59/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[60/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[61/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[62/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[63/143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[64/143] Compiling OrderedCollections OrderedDictionary+Codable.swift
[65/146] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[66/148] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[68/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[69/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[70/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[71/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/150] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[74/150] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[75/150] Compiling OrderedCollections _HashTable+Bucket.swift
[76/150] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/150] Compiling IssueReportingTestSupport XCTest.swift
[78/150] Compiling IssueReportingTestSupport SwiftTesting.swift
[79/150] Emitting module IssueReportingTestSupport
[80/151] Compiling OrderedCollections OrderedDictionary.swift
[81/151] Compiling OrderedCollections OrderedSet+Codable.swift
[82/151] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/151] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/151] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/151] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/151] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/151] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/151] Compiling ConcurrencyExtras LockIsolated.swift
[91/151] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[92/151] Compiling OrderedCollections OrderedDictionary+Values.swift
[93/151] Compiling ConcurrencyExtras Task.swift
[94/151] Compiling ConcurrencyExtras Result.swift
[95/151] Compiling ConcurrencyExtras MainSerialExecutor.swift
[96/152] Emitting module IssueReporting
[98/152] Compiling IssueReporting WithExpectedIssue.swift
[99/152] Compiling IssueReporting WithIssueContext.swift
[100/152] Wrapping AST for IssueReportingTestSupport for debugging
[101/152] Write Objects.LinkFileList
[103/152] Compiling OrderedCollections OrderedSet+Initializers.swift
[104/152] Compiling OrderedCollections OrderedSet+Insertions.swift
[105/152] Compiling OrderedCollections OrderedSet+Invariants.swift
[106/152] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[107/152] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[108/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[109/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[110/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[117/152] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[118/152] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[119/152] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[122/152] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[123/152] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[124/152] Compiling OrderedCollections OrderedDictionary+Sendable.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[135/153] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/24] Compiling Sharing1 Empty.swift
[5/25] Emitting module Sharing1
[6/41] Emitting module IssueReportingPackageSupport
[7/41] Compiling IssueReportingPackageSupport _Test.swift
[9/42] Emitting module Sharing2
[10/42] Compiling Sharing2 Empty.swift
[12/43] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/43] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/45] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/45] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/45] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/45] Compiling ConcurrencyExtras LockIsolated.swift
[19/45] Compiling InternalCollectionsUtilities Debugging.swift
[20/45] Compiling InternalCollectionsUtilities Descriptions.swift
[21/45] Compiling ConcurrencyExtras Task.swift
[22/45] Compiling ConcurrencyExtras Result.swift
[23/45] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/45] Compiling InternalCollectionsUtilities Integer rank.swift
[25/45] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[26/45] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[27/45] Emitting module ConcurrencyExtras
[28/45] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/45] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/45] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[31/45] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/45] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/47] Compiling ConcurrencyExtras UncheckedSendable.swift
[35/49] Emitting module InternalCollectionsUtilities
[37/68] Emitting module IssueReportingTestSupport
[38/68] Compiling IssueReportingTestSupport XCTest.swift
[39/68] Compiling IssueReporting ErrorReporting.swift
[40/68] Compiling IssueReporting AppHostWarning.swift
[41/68] Compiling IssueReporting Deprecations.swift
[42/70] Compiling IssueReportingTestSupport SwiftTesting.swift
[44/71] Compiling IssueReporting FailureObserver.swift
[45/71] Compiling IssueReporting LockIsolated.swift
[46/71] Compiling IssueReporting Rethrows.swift
[46/70] Write Objects.LinkFileList
[48/70] Compiling IssueReporting TestContext.swift
[49/70] Compiling IssueReporting Unimplemented.swift
[54/70] Compiling IssueReporting SwiftTesting.swift
[57/71] Compiling IssueReporting XCTest.swift
[58/71] Compiling IssueReporting IsTesting.swift
[59/71] Compiling IssueReporting IssueReporter.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[60/71] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm