The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-sharing, reference main (bc27f8), with Swift 6.1 for Wasm on 27 Mar 2026 05:38:48 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
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 bc27f83 feat: Expose reference APIs (#205)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
bc27f8322bc30f6ce7d864d137dc77a6de8b57eb
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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/swift-custom-dump
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1962] Fetching swift-perception
[492/4133] Fetching swift-perception, swift-docc-plugin
[2202/9856] Fetching swift-perception, swift-docc-plugin, xctest-dynamic-overlay
[2718/16602] Fetching swift-perception, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies
[3327/22015] Fetching swift-perception, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies, swift-custom-dump
[3685/23557] Fetching swift-perception, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies, swift-custom-dump, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.29s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[19991/22015] Fetching swift-perception, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies, swift-custom-dump
[21959/22909] Fetching swift-perception, swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies, swift-custom-dump, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.47s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (2.08s)
Fetched https://github.com/pointfreeco/swift-perception from cache (2.09s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.09s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.10s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.13s)
[1/2550] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.52s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (3.32s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.93s)
Fetching https://github.com/apple/swift-collections
[1/22970] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.19s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (3.27s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.92s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (5.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.04s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.95s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.18s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.93s)
Fetching https://github.com/swiftlang/swift-syntax
[1/74847] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.15s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (10.54s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (1.29s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (1.08s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1317] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.65s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.71s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.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-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.1.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/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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write sources
[13/24] Copying PrivacyInfo.xcprivacy
[13/24] Write sources
[19/24] Write swift-version-24593BA9C3E375BF.txt
[21/59] Emitting module IssueReportingPackageSupport
[22/59] Emitting module Sharing1
[23/59] Emitting module InternalCollectionsUtilities
[24/61] Emitting module Sharing2
[25/61] Compiling Sharing2 Empty.swift
[26/62] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/62] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/62] Compiling ConcurrencyExtras MainSerialExecutor.swift
[29/62] Compiling ConcurrencyExtras Result.swift
[30/63] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[31/63] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[32/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/63] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/63] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/63] Compiling IssueReportingPackageSupport _Test.swift
[38/63] Compiling Sharing1 Empty.swift
[39/65] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[40/65] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/65] Compiling InternalCollectionsUtilities Span+Extras.swift
[42/65] Compiling InternalCollectionsUtilities String+Padding.swift
[43/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[44/65] Compiling InternalCollectionsUtilities Integer rank.swift
[45/65] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/65] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/65] Compiling InternalCollectionsUtilities Debugging.swift
[48/65] Compiling InternalCollectionsUtilities Descriptions.swift
[49/65] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/66] Compiling ConcurrencyExtras UncheckedSendable.swift
[53/66] Wrapping AST for IssueReportingPackageSupport for debugging
[55/144] Emitting module IssueReportingTestSupport
[56/144] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[57/144] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[58/144] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[59/146] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/146] Compiling OrderedCollections _HashTable+Bucket.swift
[61/146] Compiling OrderedCollections _HashTable+BucketIterator.swift
[62/146] Compiling OrderedCollections _HashTable+Constants.swift
[63/146] Emitting module IssueReporting
[64/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[65/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[66/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[67/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[68/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[69/146] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[70/146] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[71/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[72/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[73/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[74/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[75/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[76/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[77/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[78/153] Compiling OrderedCollections OrderedDictionary+Codable.swift
[82/153] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/153] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/153] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/153] Compiling OrderedCollections OrderedSet+Initializers.swift
[87/153] Compiling OrderedCollections OrderedSet+Insertions.swift
[88/153] Compiling OrderedCollections OrderedSet+Invariants.swift
[89/153] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[90/153] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[91/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[92/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[93/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[94/153] Compiling OrderedCollections OrderedDictionary.swift
[95/153] Compiling OrderedCollections OrderedSet+Codable.swift
[96/153] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[97/153] Compiling OrderedCollections OrderedSet+Descriptions.swift
[98/153] Compiling OrderedCollections OrderedSet+Diffing.swift
[99/153] Compiling OrderedCollections OrderedSet+Equatable.swift
[100/153] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[101/153] Compiling OrderedCollections OrderedSet+Hashable.swift
[102/153] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/153] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/153] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[105/153] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[106/153] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[107/153] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[108/153] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[109/153] Compiling OrderedCollections OrderedDictionary+Values.swift
[110/153] Emitting module ConcurrencyExtras
[111/153] Compiling ConcurrencyExtras Task.swift
[112/153] Compiling ConcurrencyExtras LockIsolated.swift
[113/153] Compiling IssueReporting WithExpectedIssue.swift
[114/153] Compiling IssueReporting WithIssueContext.swift
[127/154] Compiling IssueReportingTestSupport SwiftTesting.swift
[128/154] Compiling IssueReportingTestSupport XCTest.swift
[130/155] Wrapping AST for IssueReportingTestSupport for debugging
[131/155] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[139/156] 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/25] Emitting module Sharing1
[5/26] Compiling Sharing1 Empty.swift
[6/43] Emitting module IssueReportingPackageSupport
[7/43] Compiling IssueReportingPackageSupport _Test.swift
[8/43] Compiling Sharing2 Empty.swift
[9/44] Emitting module Sharing2
[11/45] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/45] Compiling ConcurrencyExtras Result.swift
[14/45] Compiling ConcurrencyExtras AsyncStream.swift
[15/45] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/45] Compiling ConcurrencyExtras Locking.swift
[18/47] Compiling InternalCollectionsUtilities Integer rank.swift
[19/47] Compiling ConcurrencyExtras LockIsolated.swift
[20/47] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[21/47] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[23/47] Emitting module ConcurrencyExtras
[26/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/47] Compiling ConcurrencyExtras Task.swift
[29/47] Compiling ConcurrencyExtras ActorIsolated.swift
[30/47] Compiling ConcurrencyExtras AnyHashableSendable.swift
[31/47] Compiling ConcurrencyExtras UncheckedSendable.swift
[36/71] Compiling IssueReporting FailureObserver.swift
[37/71] Compiling IssueReporting LockIsolated.swift
[38/71] Compiling IssueReportingTestSupport XCTest.swift
[39/71] Compiling IssueReporting IssueSeverity.swift
[40/71] Compiling IssueReporting ReportIssue.swift
[41/73] Emitting module IssueReportingTestSupport
[42/73] Compiling IssueReportingTestSupport SwiftTesting.swift
[43/74] Emitting module InternalCollectionsUtilities
[44/74] Compiling IssueReporting XCTest.swift
[45/74] Compiling IssueReporting IsTesting.swift
[46/74] Compiling IssueReporting IssueReporter.swift
[48/74] Compiling IssueReporting ErrorReporting.swift
[49/74] Compiling IssueReporting AppHostWarning.swift
[50/74] Compiling IssueReporting Deprecations.swift
[50/73] Write Objects.LinkFileList
[52/73] Compiling IssueReporting BreakpointReporter.swift
[53/73] Compiling IssueReporting DefaultReporter.swift
[54/73] Compiling IssueReporting FatalErrorReporter.swift
[55/73] Compiling IssueReporting TestContext.swift
[56/73] Compiling IssueReporting Unimplemented.swift
[57/73] Compiling IssueReporting UncheckedSendable.swift
[58/73] Compiling IssueReporting Warn.swift
[60/73] Compiling IssueReporting Rethrows.swift
[61/73] Compiling IssueReporting SwiftTesting.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[63/74] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm