Build Information
Failed to build combine-schedulers, reference main (dcccb9), with Swift 6.1 for Wasm on 15 Apr 2026 22:41:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/combine-schedulers.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/combine-schedulers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dcccb97 Update OpenCombineShim condition to add Android (#114)
Cloned https://github.com/pointfreeco/combine-schedulers.git
Revision (git rev-parse @):
dcccb979a2183b8df3334237e3dc1ae2b4116a86
SUCCESS checkout https://github.com/pointfreeco/combine-schedulers.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/combine-schedulers.git
https://github.com/pointfreeco/combine-schedulers.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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 swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/956] Fetching swift-concurrency-extras
[957/6679] Fetching swift-concurrency-extras, xctest-dynamic-overlay
[1530/14963] Fetching swift-concurrency-extras, xctest-dynamic-overlay, opencombine
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.70s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.80s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.81s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.38s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.52s)
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/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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/18] Emitting module IssueReportingPackageSupport
<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
[7/18] 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
[8/19] Compiling IssueReportingPackageSupport _Test.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
[9/20] 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
[11/40] Compiling IssueReporting IssueSeverity.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
[12/40] Compiling IssueReporting ReportIssue.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
[13/42] 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
[14/42] 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
[15/42] 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
[16/42] 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
[17/42] 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
[18/42] 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
[19/42] Compiling ConcurrencyExtras Task.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
[20/42] 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
[21/42] Compiling IssueReporting Deprecations.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
[22/42] Compiling IssueReporting FailureObserver.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
[23/42] Compiling IssueReporting ErrorReporting.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/42] Compiling IssueReporting AppHostWarning.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/42] Compiling IssueReporting 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
[26/42] Compiling IssueReporting Rethrows.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/42] 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
<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
[32/43] Compiling IssueReporting BreakpointReporter.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/43] Compiling IssueReporting DefaultReporter.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/43] Compiling IssueReporting FatalErrorReporter.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
[35/43] Compiling IssueReporting XCTest.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
[36/43] Compiling IssueReporting IsTesting.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
[37/43] Compiling IssueReporting IssueReporter.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
<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
[41/43] Compiling IssueReporting SwiftTesting.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
[42/43] Compiling IssueReporting 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
[43/43] Compiling IssueReporting Warn.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
[45/57] Compiling CombineSchedulers ImmediateScheduler.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
[46/57] Compiling CombineSchedulers Deprecations.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/58] Emitting module CombineSchedulers
<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/58] Compiling CombineSchedulers AnyScheduler.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
[49/58] Compiling CombineSchedulers Concurrency.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
[50/58] Compiling CombineSchedulers Platform.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
[51/58] Compiling CombineSchedulers SwiftUI.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
[52/58] Compiling CombineSchedulers Lock.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
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[53/58] Compiling CombineSchedulers NSRecursiveLock.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
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[54/58] Compiling CombineSchedulers TestScheduler.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
[55/58] Compiling CombineSchedulers Timer.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
[56/58] Compiling CombineSchedulers UIKit.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
[57/58] Compiling CombineSchedulers UIScheduler.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
[58/58] Compiling CombineSchedulers UnimplementedScheduler.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Emitting module IssueReportingPackageSupport
[3/14] Compiling IssueReportingPackageSupport _Test.swift
[4/14] Compiling ConcurrencyExtras MainSerialExecutor.swift
[6/16] Compiling ConcurrencyExtras Result.swift
[7/16] Compiling ConcurrencyExtras Locking.swift
[8/16] Compiling ConcurrencyExtras UncheckedBox.swift
[9/16] Compiling ConcurrencyExtras Task.swift
[10/16] Compiling ConcurrencyExtras LockIsolated.swift
[11/16] Emitting module ConcurrencyExtras
[12/16] Compiling ConcurrencyExtras ActorIsolated.swift
[13/16] Compiling ConcurrencyExtras AnyHashableSendable.swift
[14/16] Compiling ConcurrencyExtras AsyncStream.swift
[15/16] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/16] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/37] Compiling IssueReporting IssueSeverity.swift
[19/37] Compiling IssueReporting ReportIssue.swift
[20/39] Compiling IssueReporting BreakpointReporter.swift
[21/39] Compiling IssueReporting DefaultReporter.swift
[22/39] Compiling IssueReporting FatalErrorReporter.swift
[23/39] Compiling IssueReporting XCTest.swift
[24/39] Compiling IssueReporting IsTesting.swift
[25/39] Compiling IssueReporting IssueReporter.swift
[26/39] Compiling IssueReporting TestContext.swift
[27/39] Compiling IssueReporting Unimplemented.swift
[28/39] Compiling IssueReporting ErrorReporting.swift
[29/39] Compiling IssueReporting AppHostWarning.swift
[30/39] Compiling IssueReporting Deprecations.swift
[31/39] Emitting module IssueReporting
[32/39] Compiling IssueReporting WithExpectedIssue.swift
[33/39] Compiling IssueReporting WithIssueContext.swift
[34/39] Compiling IssueReporting FailureObserver.swift
[35/39] Compiling IssueReporting LockIsolated.swift
[36/39] Compiling IssueReporting Rethrows.swift
[37/39] Compiling IssueReporting SwiftTesting.swift
[38/39] Compiling IssueReporting UncheckedSendable.swift
[39/39] Compiling IssueReporting Warn.swift
[41/53] Emitting module CombineSchedulers
[42/53] Compiling CombineSchedulers AnyScheduler.swift
[43/53] Compiling CombineSchedulers Concurrency.swift
[44/54] Compiling CombineSchedulers UnimplementedScheduler.swift
[45/54] Compiling CombineSchedulers Platform.swift
[46/54] Compiling CombineSchedulers SwiftUI.swift
[47/54] Compiling CombineSchedulers UIScheduler.swift
[48/54] Compiling CombineSchedulers TestScheduler.swift
[49/54] Compiling CombineSchedulers Timer.swift
[50/54] Compiling CombineSchedulers UIKit.swift
[51/54] Compiling CombineSchedulers ImmediateScheduler.swift
[52/54] Compiling CombineSchedulers Deprecations.swift
[53/54] Compiling CombineSchedulers Lock.swift
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[54/54] Compiling CombineSchedulers NSRecursiveLock.swift
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
BUILD FAILURE 6.1 wasm