Build Information
Failed to build SwiftHelpers, reference main (ccedc3), with Swift 6.3 for Wasm on 17 Apr 2026 06:22:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/processed-bits/swift-helpers.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/processed-bits/swift-helpers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ccedc3d Release 3.0.0
Cloned https://github.com/processed-bits/swift-helpers.git
Revision (git rev-parse @):
ccedc3dd3b81312500a7f99dc5fc924022e5f63e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/processed-bits/swift-helpers.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/processed-bits/swift-helpers.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/55] Emitting module CoreDataHelpers
[16/55] Emitting module FoundationLegacyHelpers
[17/55] Compiling LoggingHelpers String+Logging.swift
[18/55] Compiling StandardLibraryHelpers StringProtocol+Padding.swift
[19/56] Compiling StandardLibraryHelpers Regex+Extensions.swift
[20/56] Compiling StandardLibraryHelpers Sequence+Extensions.swift
[21/56] Compiling LoggingHelpers LegacyLogger.swift
[22/56] Compiling LoggingHelpers Logger+ExtendedLogger.swift
[23/56] Emitting module StandardLibraryHelpers
[24/56] Compiling StandardLibraryHelpers Collection+Extensions.swift
[25/56] Compiling StandardLibraryHelpers KeyValuePairs+Extensions.swift
[26/56] Compiling LoggingHelpers LegacyLogger+ExtendedLogger.swift
[27/56] Emitting module LoggingHelpers
[28/56] Compiling LoggingHelpers ExtendedLogger.swift
[29/56] Compiling TestingShared Tag+Shared.swift
[30/56] Emitting module TestingShared
[31/56] Compiling TestingShared Comment+Shared.swift
[32/57] Compiling SynchronizationHelpers UnfairLocked.swift
[33/58] Compiling CoreDataHelpers NSManagedObjectContext+Extensions.swift
[34/58] Compiling CoreDataHelpers NSManagedObject+Extensions.swift
[35/59] Compiling StandardLibraryHelpers Unicode.Scalar+Extensions.swift
[36/59] Compiling CoreAnimationHelpers CALayer+Extensions.swift
[37/59] Emitting module CoreAnimationHelpers
[39/59] Compiling CoreAnimationHelpers CAMediaTiming+Extensions.swift
[43/60] Compiling FoundationLegacyHelpers String+NSRegularExpression.swift
[44/60] Compiling StandardLibraryHelpers String+Padding.swift
[45/60] Compiling StandardLibraryHelpers String+Truncation.swift
[46/60] Compiling FoundationLegacyHelpers NSRegularExpression+Extensions.swift
[47/60] Compiling FoundationLegacyHelpers NSTextCheckingResult+Extensions.swift
[48/61] Compiling StandardLibraryHelpers StringProtocol+Case.swift
[49/61] Compiling StandardLibraryHelpers StringProtocol+Extensions.swift
[51/61] Compiling SynchronizationHelpers RecursiveLocked.swift
[52/61] Compiling SynchronizationHelpers AtomicSerial.swift
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicSerial.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |
14 | private var value: Value
15 | private let queue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
16 |
17 | /// Initializes the property wrapper with an initial value.
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicSerial.swift:22:40: error: cannot find type 'DispatchQoS' in scope
20 | /// - wrappedValue: The initial value to store.
21 | /// - qos: The quality of service, or the execution priority, to apply to tasks.
22 | public init(wrappedValue: Value, qos: DispatchQoS = .default) {
| `- error: cannot find type 'DispatchQoS' in scope
23 | value = wrappedValue
24 |
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicSerial.swift:30:11: error: cannot find 'DispatchQueue' in scope
28 | }
29 |
30 | queue = DispatchQueue(
| `- error: cannot find 'DispatchQueue' in scope
31 | label: label,
32 | qos: qos,
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicSerial.swift:33:13: error: cannot infer contextual base in reference to member 'global'
31 | label: label,
32 | qos: qos,
33 | target: .global(qos: qos.qosClass)
| `- error: cannot infer contextual base in reference to member 'global'
34 | )
35 | }
[53/61] Compiling SynchronizationHelpers Locked.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/61] Emitting module SynchronizationHelpers
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:17:21: error: cannot find type 'DispatchQueue' in scope
15 |
16 | private var value: Value
17 | private let queue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
18 |
19 | /// Initializes the property wrapper with an initial value.
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:24:40: error: cannot find type 'DispatchQoS' in scope
22 | /// - wrappedValue: The initial value to store.
23 | /// - qos: The quality of service, or the execution priority, to apply to tasks.
24 | public init(wrappedValue: Value, qos: DispatchQoS = .default) {
| `- error: cannot find type 'DispatchQoS' in scope
25 | value = wrappedValue
26 |
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicSerial.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |
14 | private var value: Value
15 | private let queue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
16 |
17 | /// Initializes the property wrapper with an initial value.
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicSerial.swift:22:40: error: cannot find type 'DispatchQoS' in scope
20 | /// - wrappedValue: The initial value to store.
21 | /// - qos: The quality of service, or the execution priority, to apply to tasks.
22 | public init(wrappedValue: Value, qos: DispatchQoS = .default) {
| `- error: cannot find type 'DispatchQoS' in scope
23 | value = wrappedValue
24 |
[55/61] Compiling SynchronizationHelpers AtomicConcurrent.swift
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:17:21: error: cannot find type 'DispatchQueue' in scope
15 |
16 | private var value: Value
17 | private let queue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
18 |
19 | /// Initializes the property wrapper with an initial value.
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:24:40: error: cannot find type 'DispatchQoS' in scope
22 | /// - wrappedValue: The initial value to store.
23 | /// - qos: The quality of service, or the execution priority, to apply to tasks.
24 | public init(wrappedValue: Value, qos: DispatchQoS = .default) {
| `- error: cannot find type 'DispatchQoS' in scope
25 | value = wrappedValue
26 |
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:32:11: error: cannot find 'DispatchQueue' in scope
30 | }
31 |
32 | queue = DispatchQueue(
| `- error: cannot find 'DispatchQueue' in scope
33 | label: label,
34 | qos: qos,
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:35:17: error: cannot infer contextual base in reference to member 'concurrent'
33 | label: label,
34 | qos: qos,
35 | attributes: .concurrent,
| `- error: cannot infer contextual base in reference to member 'concurrent'
36 | target: .global(qos: qos.qosClass)
37 | )
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:36:13: error: cannot infer contextual base in reference to member 'global'
34 | qos: qos,
35 | attributes: .concurrent,
36 | target: .global(qos: qos.qosClass)
| `- error: cannot infer contextual base in reference to member 'global'
37 | )
38 | }
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:43:28: error: cannot infer contextual base in reference to member 'barrier'
41 | public var wrappedValue: Value {
42 | get { queue.sync { value } }
43 | set { queue.sync(flags: .barrier) { value = newValue } }
| `- error: cannot infer contextual base in reference to member 'barrier'
44 | }
45 |
/host/spi-builder-workspace/Sources/SynchronizationHelpers/AtomicConcurrent.swift:51:26: error: cannot infer contextual base in reference to member 'barrier'
49 | /// Calls the given closure on the value in a thread-safe manner and returns a result, if any.
50 | @discardableResult public func withLock<R>(_ body: (inout Value) throws -> R) rethrows -> R {
51 | try queue.sync(flags: .barrier) { try body(&value) }
| `- error: cannot infer contextual base in reference to member 'barrier'
52 | }
53 |
[56/61] Compiling StandardLibraryHelpers Set+Extensions.swift
[57/61] Compiling StandardLibraryHelpers String+Extensions.swift
[58/62] Compiling ExitCodeHelpers ExitCodeProvidingError.swift
[59/62] Compiling ExitCodeHelpers ExitCodeProtocol.swift
[60/62] Compiling ExitCodeHelpers exit.swift
[61/62] Emitting module ExitCodeHelpers
BUILD FAILURE 6.3 wasm