The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChatGPTSwift, reference 1.4.3 (b5abba), with Swift 6.1 for Wasm on 28 May 2025 17:02:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/flyer2001/ChatGPTSwift.git
Reference: 1.4.3
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/flyer2001/ChatGPTSwift
 * tag               1.4.3      -> FETCH_HEAD
HEAD is now at b5abba7 fix and up to 1.4.3
Cloned https://github.com/flyer2001/ChatGPTSwift.git
Revision (git rev-parse @):
b5abba79abc79a2c7fec1d56996eeba9aef82a4b
SUCCESS checkout https://github.com/flyer2001/ChatGPTSwift.git at 1.4.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flyer2001/ChatGPTSwift.git
https://github.com/flyer2001/ChatGPTSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "gptencoder",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alfianlosari/GPTEncoder.git"
    }
  ],
  "manifest_display_name" : "ChatGPTSwift",
  "name" : "ChatGPTSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ChatGPTSwift",
      "targets" : [
        "ChatGPTSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChatGPTSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPTSwiftTests",
      "path" : "Tests/ChatGPTSwiftTests",
      "sources" : [
        "ChatGPTSwiftTests.swift"
      ],
      "target_dependencies" : [
        "ChatGPTSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChatGPTSwift",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPTSwift",
      "path" : "Sources/ChatGPTSwift",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "GPTEncoder"
      ],
      "product_memberships" : [
        "ChatGPTSwift"
      ],
      "sources" : [
        "ChatGPTAPI.swift",
        "Models.swift",
        "String+Error.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/alfianlosari/GPTEncoder.git
Fetching https://github.com/swift-server/async-http-client.git
[1/73] Fetching gptencoder
[72/14087] Fetching gptencoder, async-http-client
Fetched https://github.com/alfianlosari/GPTEncoder.git from cache (1.06s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.07s)
Computing version for https://github.com/alfianlosari/GPTEncoder.git
Computed https://github.com/alfianlosari/GPTEncoder.git at 1.0.4 (1.76s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.10s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2667] Fetching swift-nio-transport-services
[2/8581] Fetching swift-nio-transport-services, swift-nio-extras
[281/10291] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[5546/14127] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log
[7339/20086] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms
[9075/31613] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio.git
[14157/23032] Fetching swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
[9879/17486] Fetching swift-algorithms, swift-nio-http2
[17487/32329] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
[19120/108422] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.22s)
[7071/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.92s)
[54787/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.12s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (9.91s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.75s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.10s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.86s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[1270/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[4819/6061] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types
[4838/12216] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates
[6589/17201] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
[8363/16060] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
[8505/14470] Fetching swift-service-lifecycle, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.43s)
[11183/12044] Fetching swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.52s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.74s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.65s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.17s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.08s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.68s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.20s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/alfianlosari/GPTEncoder.git
Working copy of https://github.com/alfianlosari/GPTEncoder.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/5] Copying vocab.bpe
[0/5] Write sources
[3/5] Copying encoder.json
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/12] Emitting module GPTEncoder
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:25: error: cannot find 'DispatchQueue' in scope
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                         `- error: cannot find 'DispatchQueue' in scope
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:82: error: cannot infer contextual base in reference to member 'utility'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                  `- error: cannot infer contextual base in reference to member 'utility'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:104: error: cannot infer contextual base in reference to member 'concurrent'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                                        `- error: cannot infer contextual base in reference to member 'concurrent'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:62: error: cannot infer contextual base in reference to member 'inherit'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                              `- error: cannot infer contextual base in reference to member 'inherit'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:80: error: cannot infer contextual base in reference to member 'global'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                                                `- error: cannot infer contextual base in reference to member 'global'
17 |
18 |     public init() {}
[7/12] Compiling GPTEncoder Atomic.swift
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:25: error: cannot find 'DispatchQueue' in scope
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                         `- error: cannot find 'DispatchQueue' in scope
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:82: error: cannot infer contextual base in reference to member 'utility'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                  `- error: cannot infer contextual base in reference to member 'utility'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:104: error: cannot infer contextual base in reference to member 'concurrent'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                                        `- error: cannot infer contextual base in reference to member 'concurrent'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:62: error: cannot infer contextual base in reference to member 'inherit'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                              `- error: cannot infer contextual base in reference to member 'inherit'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:80: error: cannot infer contextual base in reference to member 'global'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                                                `- error: cannot infer contextual base in reference to member 'global'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:22:35: error: cannot infer contextual base in reference to member 'barrier'
20 |     public subscript(key: Key) -> Value? {
21 |         get { queue.sync { dictStorage[key] }}
22 |         set { queue.async(flags: .barrier) { [weak self] in self?.dictStorage[key] = newValue } }
   |                                   `- error: cannot infer contextual base in reference to member 'barrier'
23 |     }
24 |
[8/12] Compiling GPTEncoder Helper.swift
[9/12] Compiling GPTEncoder Extensions.swift
[10/12] Compiling GPTEncoder GPTEncoder.swift
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:25: error: cannot find 'DispatchQueue' in scope
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                         `- error: cannot find 'DispatchQueue' in scope
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:82: error: cannot infer contextual base in reference to member 'utility'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                  `- error: cannot infer contextual base in reference to member 'utility'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:104: error: cannot infer contextual base in reference to member 'concurrent'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                                        `- error: cannot infer contextual base in reference to member 'concurrent'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:62: error: cannot infer contextual base in reference to member 'inherit'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                              `- error: cannot infer contextual base in reference to member 'inherit'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:80: error: cannot infer contextual base in reference to member 'global'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                                                `- error: cannot infer contextual base in reference to member 'global'
17 |
18 |     public init() {}
[11/12] Compiling GPTEncoder resource_bundle_accessor.swift
[12/12] Compiling GPTEncoder GPTEncoderResources.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling GPTEncoder Atomic.swift
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:25: error: cannot find 'DispatchQueue' in scope
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                         `- error: cannot find 'DispatchQueue' in scope
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:82: error: cannot infer contextual base in reference to member 'utility'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                  `- error: cannot infer contextual base in reference to member 'utility'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:104: error: cannot infer contextual base in reference to member 'concurrent'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                                        `- error: cannot infer contextual base in reference to member 'concurrent'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:62: error: cannot infer contextual base in reference to member 'inherit'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                              `- error: cannot infer contextual base in reference to member 'inherit'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:80: error: cannot infer contextual base in reference to member 'global'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                                                `- error: cannot infer contextual base in reference to member 'global'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:22:35: error: cannot infer contextual base in reference to member 'barrier'
20 |     public subscript(key: Key) -> Value? {
21 |         get { queue.sync { dictStorage[key] }}
22 |         set { queue.async(flags: .barrier) { [weak self] in self?.dictStorage[key] = newValue } }
   |                                   `- error: cannot infer contextual base in reference to member 'barrier'
23 |     }
24 |
[3/8] Compiling GPTEncoder resource_bundle_accessor.swift
[4/8] Compiling GPTEncoder GPTEncoderResources.swift
[5/8] Compiling GPTEncoder Helper.swift
[6/8] Compiling GPTEncoder Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module GPTEncoder
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:25: error: cannot find 'DispatchQueue' in scope
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                         `- error: cannot find 'DispatchQueue' in scope
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:82: error: cannot infer contextual base in reference to member 'utility'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                  `- error: cannot infer contextual base in reference to member 'utility'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:104: error: cannot infer contextual base in reference to member 'concurrent'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                                        `- error: cannot infer contextual base in reference to member 'concurrent'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:62: error: cannot infer contextual base in reference to member 'inherit'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                              `- error: cannot infer contextual base in reference to member 'inherit'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:80: error: cannot infer contextual base in reference to member 'global'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                                                `- error: cannot infer contextual base in reference to member 'global'
17 |
18 |     public init() {}
[8/8] Compiling GPTEncoder GPTEncoder.swift
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:25: error: cannot find 'DispatchQueue' in scope
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                         `- error: cannot find 'DispatchQueue' in scope
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:82: error: cannot infer contextual base in reference to member 'utility'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                  `- error: cannot infer contextual base in reference to member 'utility'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:15:104: error: cannot infer contextual base in reference to member 'concurrent'
13 |     private var dictStorage = [Key: Value]()
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
   |                                                                                                        `- error: cannot infer contextual base in reference to member 'concurrent'
16 |                                       autoreleaseFrequency: .inherit, target: .global())
17 |
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:62: error: cannot infer contextual base in reference to member 'inherit'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                              `- error: cannot infer contextual base in reference to member 'inherit'
17 |
18 |     public init() {}
/host/spi-builder-workspace/.build/checkouts/GPTEncoder/Sources/GPTEncoder/Atomic.swift:16:80: error: cannot infer contextual base in reference to member 'global'
14 |
15 |     private let queue = DispatchQueue(label: "com.swiftgptencoder.atomic", qos: .utility, attributes: .concurrent,
16 |                                       autoreleaseFrequency: .inherit, target: .global())
   |                                                                                `- error: cannot infer contextual base in reference to member 'global'
17 |
18 |     public init() {}
BUILD FAILURE 6.1 wasm