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-utilities, reference 0.7.0 (615c4f), with Swift 6.1 for Wasm on 29 May 2025 09:48:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danthorpe/swift-utilities.git
Reference: 0.7.0
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/danthorpe/swift-utilities
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 615c4fb bot: bump github.com/pointfreeco/swift-dependencies from 1.2.2 to 1.3.0 (#42)
Cloned https://github.com/danthorpe/swift-utilities.git
Revision (git rev-parse @):
615c4fbf115a584057b978b2c18a4c75198f4d61
SUCCESS checkout https://github.com/danthorpe/swift-utilities.git at 0.7.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danthorpe/swift-utilities.git
https://github.com/danthorpe/swift-utilities.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "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.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "swift-utilities",
  "name" : "swift-utilities",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "AssertionExtras",
      "targets" : [
        "AssertionExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Extensions",
      "targets" : [
        "Extensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FileManagerClient",
      "targets" : [
        "FileManagerClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Protected",
      "targets" : [
        "Protected"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Reachability",
      "targets" : [
        "Reachability"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShortID",
      "targets" : [
        "ShortID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShortIDTests",
      "module_type" : "SwiftTarget",
      "name" : "ShortIDTests",
      "path" : "Tests/ShortIDTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "ShortIDTests.swift"
      ],
      "target_dependencies" : [
        "ShortID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShortID",
      "module_type" : "SwiftTarget",
      "name" : "ShortID",
      "path" : "Sources/ShortID",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "ShortID"
      ],
      "sources" : [
        "ShortID+Dependencies.swift",
        "ShortID.swift"
      ],
      "target_dependencies" : [
        "Protected"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Reachability",
      "module_type" : "SwiftTarget",
      "name" : "Reachability",
      "path" : "Sources/Reachability",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "Dependencies",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "Reachability"
      ],
      "sources" : [
        "Reachability+LiveKey.swift",
        "Reachability+TestKey.swift",
        "Reachability.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProtectedTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtectedTests",
      "path" : "Tests/ProtectedTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "ProtectedTests.swift"
      ],
      "target_dependencies" : [
        "Protected"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Protected",
      "module_type" : "SwiftTarget",
      "name" : "Protected",
      "path" : "Sources/Protected",
      "product_memberships" : [
        "Protected",
        "ShortID"
      ],
      "sources" : [
        "Protected.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileManagerClient",
      "module_type" : "SwiftTarget",
      "name" : "FileManagerClient",
      "path" : "Sources/FileManagerClient",
      "product_dependencies" : [
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "FileManagerClient"
      ],
      "sources" : [
        "FileManagerClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionsTests",
      "path" : "Tests/ExtensionsTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "DateGenerator+Tests.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "AssertionExtras",
        "Extensions"
      ],
      "sources" : [
        "Calendar+.swift",
        "DateGenerator+.swift",
        "Publisher+.swift",
        "Task+.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssertionExtras",
      "module_type" : "SwiftTarget",
      "name" : "AssertionExtras",
      "path" : "Sources/AssertionExtras",
      "product_dependencies" : [
        "CustomDump",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "AssertionExtras"
      ],
      "sources" : [
        "XCTAssertNoThrows.swift",
        "XCTAssertThrowsError.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching http://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
[2/22049] Fetching xctest-dynamic-overlay, swift-collections
[3/26630] Fetching xctest-dynamic-overlay, swift-collections, swift-custom-dump
[4/28679] Fetching xctest-dynamic-overlay, swift-collections, swift-custom-dump, swift-docc-plugin
[6366/34928] Fetching xctest-dynamic-overlay, swift-collections, swift-custom-dump, swift-docc-plugin, swift-dependencies
[17748/50307] Fetching xctest-dynamic-overlay, swift-collections, swift-custom-dump, swift-docc-plugin, swift-dependencies, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.88s)
[32627/44058] Fetching xctest-dynamic-overlay, swift-collections, swift-custom-dump, swift-docc-plugin, swift-argument-parser
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.94s)
[30518/39477] Fetching xctest-dynamic-overlay, swift-collections, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.95s)
[29133/37428] Fetching xctest-dynamic-overlay, swift-collections, swift-argument-parser
Fetched http://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.96s)
[24007/31970] Fetching swift-collections, swift-argument-parser
[31971/36955] Fetching swift-collections, swift-argument-parser, swift-async-algorithms
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.48s)
Fetched https://github.com/apple/swift-collections from cache (1.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.99s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.91s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.11s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.70s)
Computing version for http://github.com/pointfreeco/xctest-dynamic-overlay
Computed http://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.49s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.51s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[1544/3262] Fetching combine-schedulers, swift-concurrency-extras
[1869/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.45s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.45s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (4.45s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.50s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.02s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.51s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.22s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.30s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for http://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of http://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.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.1
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/21] Write sources
[20/21] Write swift-version-24593BA9C3E375BF.txt
[22/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/67] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/67] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/70] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/70] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/70] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/70] Compiling InternalCollectionsUtilities Debugging.swift
[29/70] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/70] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/70] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/71] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/71] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/71] Compiling InternalCollectionsUtilities Descriptions.swift
[35/71] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/71] Emitting module InternalCollectionsUtilities
[37/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/71] Compiling InternalCollectionsUtilities Integer rank.swift
[39/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/71] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/72] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/72] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/142] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[49/142] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[50/144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/144] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/144] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[58/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[59/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[60/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[61/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[62/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[63/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[64/151] Compiling DequeModule _DequeSlot.swift
[65/151] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/151] Compiling OrderedCollections _HashTable+Bucket.swift
[67/151] Compiling OrderedCollections _HashTable+BucketIterator.swift
[68/151] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/151] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/151] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/151] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/151] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/151] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/151] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/151] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/151] Emitting module Protected
[79/151] Compiling Protected Protected.swift
/host/spi-builder-workspace/Sources/Protected/Protected.swift:68:5: error: cannot find 'pthread_mutexattr_init' in scope
 66 |   init() {
 67 |     var attr: pthread_mutexattr_t = pthread_mutexattr_t()
 68 |     pthread_mutexattr_init(&attr)
    |     `- error: cannot find 'pthread_mutexattr_init' in scope
 69 |     #if DEBUG
 70 |     pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_RECURSIVE))
/host/spi-builder-workspace/Sources/Protected/Protected.swift:70:5: error: cannot find 'pthread_mutexattr_settype' in scope
 68 |     pthread_mutexattr_init(&attr)
 69 |     #if DEBUG
 70 |     pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_RECURSIVE))
    |     `- error: cannot find 'pthread_mutexattr_settype' in scope
 71 |     #endif
 72 |
/host/spi-builder-workspace/Sources/Protected/Protected.swift:70:44: error: cannot find 'PTHREAD_MUTEX_RECURSIVE' in scope
 68 |     pthread_mutexattr_init(&attr)
 69 |     #if DEBUG
 70 |     pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_RECURSIVE))
    |                                            `- error: cannot find 'PTHREAD_MUTEX_RECURSIVE' in scope
 71 |     #endif
 72 |
/host/spi-builder-workspace/Sources/Protected/Protected.swift:73:15: error: cannot find 'pthread_mutex_init' in scope
 71 |     #endif
 72 |
 73 |     let err = pthread_mutex_init(self.mutex, &attr)
    |               `- error: cannot find 'pthread_mutex_init' in scope
 74 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 75 |   }
/host/spi-builder-workspace/Sources/Protected/Protected.swift:78:15: error: cannot find 'pthread_mutex_destroy' in scope
 76 |
 77 |   deinit {
 78 |     let err = pthread_mutex_destroy(self.mutex)
    |               `- error: cannot find 'pthread_mutex_destroy' in scope
 79 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 80 |     mutex.deallocate()
/host/spi-builder-workspace/Sources/Protected/Protected.swift:84:15: error: cannot find 'pthread_mutex_lock' in scope
 82 |
 83 |   fileprivate func lock() {
 84 |     let err = pthread_mutex_lock(self.mutex)
    |               `- error: cannot find 'pthread_mutex_lock' in scope
 85 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 86 |   }
/host/spi-builder-workspace/Sources/Protected/Protected.swift:89:15: error: cannot find 'pthread_mutex_unlock' in scope
 87 |
 88 |   fileprivate func unlock() {
 89 |     let err = pthread_mutex_unlock(self.mutex)
    |               `- error: cannot find 'pthread_mutex_unlock' in scope
 90 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 91 |   }
[80/151] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/151] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/50] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[6/50] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/50] Compiling ConcurrencyExtras Result.swift
[8/50] Compiling ConcurrencyExtras MainSerialExecutor.swift
[9/51] Emitting module Protected
[10/51] Compiling Protected Protected.swift
/host/spi-builder-workspace/Sources/Protected/Protected.swift:68:5: error: cannot find 'pthread_mutexattr_init' in scope
 66 |   init() {
 67 |     var attr: pthread_mutexattr_t = pthread_mutexattr_t()
 68 |     pthread_mutexattr_init(&attr)
    |     `- error: cannot find 'pthread_mutexattr_init' in scope
 69 |     #if DEBUG
 70 |     pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_RECURSIVE))
/host/spi-builder-workspace/Sources/Protected/Protected.swift:70:5: error: cannot find 'pthread_mutexattr_settype' in scope
 68 |     pthread_mutexattr_init(&attr)
 69 |     #if DEBUG
 70 |     pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_RECURSIVE))
    |     `- error: cannot find 'pthread_mutexattr_settype' in scope
 71 |     #endif
 72 |
/host/spi-builder-workspace/Sources/Protected/Protected.swift:70:44: error: cannot find 'PTHREAD_MUTEX_RECURSIVE' in scope
 68 |     pthread_mutexattr_init(&attr)
 69 |     #if DEBUG
 70 |     pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_RECURSIVE))
    |                                            `- error: cannot find 'PTHREAD_MUTEX_RECURSIVE' in scope
 71 |     #endif
 72 |
/host/spi-builder-workspace/Sources/Protected/Protected.swift:73:15: error: cannot find 'pthread_mutex_init' in scope
 71 |     #endif
 72 |
 73 |     let err = pthread_mutex_init(self.mutex, &attr)
    |               `- error: cannot find 'pthread_mutex_init' in scope
 74 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 75 |   }
/host/spi-builder-workspace/Sources/Protected/Protected.swift:78:15: error: cannot find 'pthread_mutex_destroy' in scope
 76 |
 77 |   deinit {
 78 |     let err = pthread_mutex_destroy(self.mutex)
    |               `- error: cannot find 'pthread_mutex_destroy' in scope
 79 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 80 |     mutex.deallocate()
/host/spi-builder-workspace/Sources/Protected/Protected.swift:84:15: error: cannot find 'pthread_mutex_lock' in scope
 82 |
 83 |   fileprivate func lock() {
 84 |     let err = pthread_mutex_lock(self.mutex)
    |               `- error: cannot find 'pthread_mutex_lock' in scope
 85 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 86 |   }
/host/spi-builder-workspace/Sources/Protected/Protected.swift:89:15: error: cannot find 'pthread_mutex_unlock' in scope
 87 |
 88 |   fileprivate func unlock() {
 89 |     let err = pthread_mutex_unlock(self.mutex)
    |               `- error: cannot find 'pthread_mutex_unlock' in scope
 90 |     precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 91 |   }
[11/51] Compiling IssueReporting BreakpointReporter.swift
[12/51] Compiling IssueReporting FatalErrorReporter.swift
[13/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/54] Compiling IssueReporting ErrorReporting.swift
[15/54] Compiling IssueReporting AppHostWarning.swift
[16/54] Compiling IssueReporting Deprecations.swift
[17/54] Compiling ConcurrencyExtras Task.swift
[18/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/54] Compiling IssueReporting XCTest.swift
[20/54] Compiling InternalCollectionsUtilities Descriptions.swift
[21/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/54] Compiling ConcurrencyExtras LockIsolated.swift
[23/54] Emitting module ConcurrencyExtras
[27/54] Compiling IssueReporting FailureObserver.swift
[28/54] Compiling ConcurrencyExtras UncheckedSendable.swift
[32/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/55] Compiling IssueReporting RuntimeWarningReporter.swift
[35/55] Compiling IssueReporting ReportIssue.swift
[36/55] Emitting module IssueReporting
[37/55] Compiling IssueReporting TestContext.swift
[38/55] Compiling IssueReporting Unimplemented.swift
[42/55] Compiling IssueReporting SwiftTesting.swift
[43/55] Compiling IssueReporting UncheckedSendable.swift
[49/55] Emitting module InternalCollectionsUtilities
[54/56] Compiling IssueReporting WithExpectedIssue.swift
[55/56] Compiling IssueReporting WithIssueContext.swift
BUILD FAILURE 6.1 wasm