Build Information
Failed to build Harmonize, reference 1.0.0 (40353d), with Swift 6.3 for Wasm on 4 May 2026 00:33:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/perrystreetsoftware/Harmonize.git
Reference: 1.0.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/perrystreetsoftware/Harmonize
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 40353d4 [GH-7095] Update README.md (#77)
Cloned https://github.com/perrystreetsoftware/Harmonize.git
Revision (git rev-parse @):
40353d4656c90b50bb7a03467dfc19dad22b1f8a
SUCCESS checkout https://github.com/perrystreetsoftware/Harmonize.git at 1.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/perrystreetsoftware/Harmonize.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75039] Fetching swift-syntax
Fetching https://github.com/jpsim/Yams.git
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.77s)
[1/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.35s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (14.74s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.51s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Building for debugging...
[0/20] Write sources
[12/20] Compiling _SwiftSyntaxCShims dummy.c
[13/20] Compiling writer.c
[14/20] Compiling reader.c
[15/20] Write swift-version-24593BA9C3E375BF.txt
[16/20] Compiling parser.c
[17/24] Compiling emitter.c
[18/26] Compiling api.c
[19/32] Compiling scanner.c
[21/52] Emitting module Yams
[22/54] Emitting module SwiftSyntax600
[23/54] Compiling SwiftSyntax600 Empty.swift
[24/54] Compiling Yams Tag.swift
[25/54] Compiling Yams YamlAnchorProviding.swift
[26/55] Emitting module SwiftSyntax509
[27/55] Compiling SwiftSyntax509 Empty.swift
[30/56] Compiling SwiftSyntax601 Empty.swift
[31/56] Emitting module SwiftSyntax601
[32/56] Compiling HarmonizeUtils String+Extensions.swift
[34/57] Emitting module SwiftSyntax510
[35/57] Compiling SwiftSyntax510 Empty.swift
[37/58] Compiling HarmonizeUtils StaticStringImitator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/122] Emitting module HarmonizeUtils
/host/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:29:25: error: cannot find 'DispatchQueue' in scope
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
| `- error: cannot find 'DispatchQueue' in scope
30 |
31 | public init() {}
/host/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:29:92: error: cannot infer contextual base in reference to member 'concurrent'
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
| `- error: cannot infer contextual base in reference to member 'concurrent'
30 |
31 | public init() {}
[39/122] Compiling HarmonizeUtils ConcurrentDictionary.swift
/host/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:29:25: error: cannot find 'DispatchQueue' in scope
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
| `- error: cannot find 'DispatchQueue' in scope
30 |
31 | public init() {}
/host/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:29:92: error: cannot infer contextual base in reference to member 'concurrent'
27 | package final class ConcurrentDictionary<Key: Hashable, Value> {
28 | private var elements: [Key: Value] = [:]
29 | private let queue = DispatchQueue(label: "harmonize.concurrentdic.queue", attributes: .concurrent)
| `- error: cannot infer contextual base in reference to member 'concurrent'
30 |
31 | public init() {}
/host/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:51:29: error: cannot infer contextual base in reference to member 'barrier'
49 | // Removes all elements from the dictionary.
50 | public func removeAll() {
51 | queue.async(flags: .barrier) {
| `- error: cannot infer contextual base in reference to member 'barrier'
52 | self.elements.removeAll()
53 | }
/host/spi-builder-workspace/Sources/HarmonizeUtils/Concurrency/ConcurrentDictionary.swift:63:29: error: cannot infer contextual base in reference to member 'barrier'
61 |
62 | private func setValue(key: Key, value: Value?) {
63 | queue.async(flags: .barrier) {
| `- error: cannot infer contextual base in reference to member 'barrier'
64 | self.elements[key] = value
65 | }
[40/122] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[41/122] Compiling SwiftSyntax Assert.swift
[42/122] Compiling SwiftSyntax BumpPtrAllocator.swift
[43/122] Compiling SwiftSyntax AbsolutePosition.swift
[44/122] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[45/122] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[46/122] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[47/122] Compiling SwiftSyntax RawSyntaxTokenView.swift
BUILD FAILURE 6.3 wasm