The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Artisan, reference 5.1.0 (775ad8), with Swift 6.1 for Wasm on 28 May 2025 07:53:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/hainayanda/Artisan.git
Reference: 5.1.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/hainayanda/Artisan
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at 775ad88 Update README.md
Cloned https://github.com/hainayanda/Artisan.git
Revision (git rev-parse @):
775ad889ca130388a5dd94265a6922e47e1aef6d
SUCCESS checkout https://github.com/hainayanda/Artisan.git at 5.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hainayanda/Artisan.git
https://github.com/hainayanda/Artisan.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "draftsman",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.6",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Draftsman.git"
    },
    {
      "identity" : "pharos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Pharos.git"
    },
    {
      "identity" : "diffabledatasources",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DiffableDataSources.git"
    }
  ],
  "manifest_display_name" : "Artisan",
  "name" : "Artisan",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Artisan",
      "targets" : [
        "Artisan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Artisan",
      "module_type" : "SwiftTarget",
      "name" : "Artisan",
      "path" : "Artisan/Classes",
      "product_dependencies" : [
        "Draftsman",
        "Pharos",
        "DiffableDataSources"
      ],
      "product_memberships" : [
        "Artisan"
      ],
      "sources" : [
        "Binding/Observable+Binding.swift",
        "Binding/ViewBindable+Retaining.swift",
        "Binding/ViewBindable.swift",
        "Binding/ViewModel.swift",
        "ContainerContentsBuilder/CellCompatible/Cell.swift",
        "ContainerContentsBuilder/CellCompatible/CellBuilder.swift",
        "ContainerContentsBuilder/CellCompatible/CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/LayoutDraft+CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/Section.swift",
        "ContainerContentsBuilder/Stack/ScrollableStackView.swift",
        "ContainerContentsBuilder/Stack/StackBuilder.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/Maker+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Utils/ArrayBuilder.swift",
        "Utils/Methods.swift",
        "Utils/TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/ra1028/DiffableDataSources.git
Fetching https://github.com/hainayanda/Draftsman.git
Fetching https://github.com/hainayanda/Pharos.git
[1/2438] Fetching pharos
[2001/5309] Fetching pharos, draftsman
[4076/5758] Fetching pharos, draftsman, diffabledatasources
Fetched https://github.com/hainayanda/Pharos.git from cache (0.33s)
Fetched https://github.com/hainayanda/Draftsman.git from cache (0.33s)
[140/449] Fetching diffabledatasources
Fetched https://github.com/ra1028/DiffableDataSources.git from cache (0.40s)
Computing version for https://github.com/ra1028/DiffableDataSources.git
Computed https://github.com/ra1028/DiffableDataSources.git at 0.5.0 (0.97s)
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.56s)
Computing version for https://github.com/hainayanda/Pharos.git
Computed https://github.com/hainayanda/Pharos.git at 2.3.5 (1.13s)
Fetching https://github.com/hainayanda/Chary.git
[1/514] Fetching chary
Fetched https://github.com/hainayanda/Chary.git from cache (0.28s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.87s)
Computing version for https://github.com/hainayanda/Chary.git
Computed https://github.com/hainayanda/Chary.git at 1.0.7 (0.69s)
Computing version for https://github.com/hainayanda/Draftsman.git
Computed https://github.com/hainayanda/Draftsman.git at 3.2.5 (2.19s)
Fetching https://github.com/hainayanda/Clavier.git
Fetching https://github.com/hainayanda/Builder.git
[1/488] Fetching builder
[489/1202] Fetching builder, clavier
Fetched https://github.com/hainayanda/Builder.git from cache (0.26s)
[357/714] Fetching clavier
Fetched https://github.com/hainayanda/Clavier.git from cache (0.34s)
Computing version for https://github.com/hainayanda/Clavier.git
Computed https://github.com/hainayanda/Clavier.git at 2.0.3 (1.43s)
Computing version for https://github.com/hainayanda/Builder.git
Computed https://github.com/hainayanda/Builder.git at 1.1.1 (1.08s)
Creating working copy for https://github.com/hainayanda/Draftsman.git
Working copy of https://github.com/hainayanda/Draftsman.git resolved at 3.2.5
Creating working copy for https://github.com/hainayanda/Builder.git
Working copy of https://github.com/hainayanda/Builder.git resolved at 1.1.1
Creating working copy for https://github.com/ra1028/DiffableDataSources.git
Working copy of https://github.com/ra1028/DiffableDataSources.git resolved at 0.5.0
Creating working copy for https://github.com/hainayanda/Clavier.git
Working copy of https://github.com/hainayanda/Clavier.git resolved at 2.0.3
Creating working copy for https://github.com/hainayanda/Chary.git
Working copy of https://github.com/hainayanda/Chary.git resolved at 1.0.7
Creating working copy for https://github.com/hainayanda/Pharos.git
Working copy of https://github.com/hainayanda/Pharos.git resolved at 2.3.5
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.2.0
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/34] Emitting module Clavier
[11/34] Compiling DifferenceKit UIKitExtension.swift
[12/35] Compiling DifferenceKit AppKitExtension.swift
[13/35] Compiling DifferenceKit Differentiable.swift
[14/35] Compiling DifferenceKit DifferentiableSection.swift
[15/35] Compiling DifferenceKit ContentEquatable.swift
[16/35] Compiling DifferenceKit ContentIdentifiable.swift
[17/35] Compiling DifferenceKit ArraySection.swift
[18/35] Compiling DifferenceKit Changeset.swift
[19/35] Compiling DifferenceKit Algorithm.swift
[20/35] Compiling DifferenceKit AnyDifferentiable.swift
[21/35] Emitting module DifferenceKit
[22/35] Compiling DifferenceKit ElementPath.swift
[23/35] Compiling DifferenceKit StagedChangeset.swift
[25/45] Compiling DiffableDataSources UniversalError.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[26/45] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[27/46] Compiling DiffableDataSources TableViewDiffableDataSource.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[28/46] Compiling DiffableDataSources HashableExtension.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[29/46] Compiling Builder Protocols.swift
[30/46] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[31/46] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[32/46] Compiling DiffableDataSources DiffableDataSourceCore.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[33/46] Compiling Clavier Extensions.swift
[34/46] Compiling Clavier ClavierLayoutGuide.swift
[35/46] Compiling Clavier SafeAreaKeyboardLayoutGuide.swift
[36/46] Compiling Clavier ClavierGlobalConfig.swift
[37/47] Compiling Chary Atomic.swift
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:29:32: error: cannot find type 'DispatchQueue' in scope
27 |
28 |     /// The queue where the atomic run
29 |     public var projectedValue: DispatchQueue {
   |                                `- error: cannot find type 'DispatchQueue' in scope
30 |         get {
31 |             dispatcher
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:13:21: error: cannot find type 'DispatchQueue' in scope
11 | /// Property marked by this property wrapper will set and get atomically
12 | public final class Atomic<Wrapped> {
13 |     var dispatcher: DispatchQueue
   |                     `- error: cannot find type 'DispatchQueue' in scope
14 |     var _wrappedValue: Wrapped
15 |     public var wrappedValue: Wrapped {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:45:31: error: cannot find type 'DispatchQueue' in scope
43 |     }
44 |
45 |     public init(_ dispatcher: DispatchQueue, wrappedValue: Wrapped) {
   |                               `- error: cannot find type 'DispatchQueue' in scope
46 |         self.dispatcher = dispatcher
47 |         self._wrappedValue = wrappedValue
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:40:27: error: cannot find 'DispatchQueue' in scope
38 |
39 |     public init(wrappedValue: Wrapped) {
40 |         self.dispatcher = DispatchQueue(label: "Chary_Atomic_\(UUID().uuidString)")
   |                           `- error: cannot find 'DispatchQueue' in scope
41 |         self._wrappedValue = wrappedValue
42 |         self.dispatcher.registerDetection()
[38/47] Compiling Builder BuilderConfig.swift
[39/47] Compiling Chary DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:13:21: error: cannot find type 'DispatchQueue' in scope
 11 |
 12 | struct QueueReference {
 13 |     weak var queue: DispatchQueue?
    |                     `- error: cannot find type 'DispatchQueue' in scope
 14 | }
 15 |
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:16:32: error: cannot find 'DispatchSpecificKey' in scope
 14 | }
 15 |
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
    |                                `- error: cannot find 'DispatchSpecificKey' in scope
 17 |
 18 | extension DispatchQueue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:18:11: error: cannot find type 'DispatchQueue' in scope
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
 17 |
 18 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 19 |
 20 |     /// Try to get current queue. It will only show the one registered or accessible from OperationQueue.current, or SystemThread
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:66:11: error: cannot find type 'DispatchQueue' in scope
 64 | // MARK: SafeSync
 65 |
 66 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 67 |
 68 |     /// Perform safe synchronous task. It will run the block right away if turns out its on the same queue as the target
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:21:32: error: cannot find type 'DispatchQueue' in scope
 19 |
 20 |     /// Try to get current queue. It will only show the one registered or accessible from OperationQueue.current, or SystemThread
 21 |     public static var current: DispatchQueue? {
    |                                `- error: cannot find type 'DispatchQueue' in scope
 22 |         registerSystemDetection()
 23 |         if let registeredQueue = getSpecific(key: detectionKey)?.queue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:58:49: error: cannot find type 'DispatchQueue' in scope
 56 |     /// - Parameter queue: Queue to check
 57 |     /// - Returns: True if the current queue is the same as the given queue
 58 |     public static func isCurrentQueue(is queue: DispatchQueue) -> Bool {
    |                                                 `- error: cannot find type 'DispatchQueue' in scope
 59 |         queue.registerDetection()
 60 |         return current == queue
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:72:16: error: cannot find type 'DispatchWorkItemFlags' in scope
 70 |     /// - returns the value returned by the work item.
 71 |     public func safeSync<Return>(
 72 |         flags: DispatchWorkItemFlags = [],
    |                `- error: cannot find type 'DispatchWorkItemFlags' in scope
 73 |         execute block: () throws -> Return) rethrows -> Return {
 74 |         return try ifAtDifferentQueue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:91:44: error: cannot find type 'DispatchWorkItem' in scope
 89 |     /// Perform safe synchronous task. It will run the block right away if turns out its on the same queue as the target
 90 |     /// - Parameter workItem: The work item to be invoked on the queue.
 91 |     public func safeSync(execute workItem: DispatchWorkItem) {
    |                                            `- error: cannot find type 'DispatchWorkItem' in scope
 92 |         safeSync {
 93 |             workItem.perform()
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:99:36: error: cannot find type 'DispatchQoS' in scope
 97 |     /// Perform asynchronous task if in different queue than the target. It will run the block right away if turns out its on the same queue as the target
 98 |     /// - Parameter block: The work item to be invoked on the queue.
 99 |     public func asyncIfNeeded(qos: DispatchQoS = .unspecified, flags: DispatchWorkItemFlags = [], execute block: @escaping () -> Void) {
    |                                    `- error: cannot find type 'DispatchQoS' in scope
100 |         ifAtDifferentQueue {
101 |             async(qos: qos, flags: flags, execute: block)
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:99:71: error: cannot find type 'DispatchWorkItemFlags' in scope
 97 |     /// Perform asynchronous task if in different queue than the target. It will run the block right away if turns out its on the same queue as the target
 98 |     /// - Parameter block: The work item to be invoked on the queue.
 99 |     public func asyncIfNeeded(qos: DispatchQoS = .unspecified, flags: DispatchWorkItemFlags = [], execute block: @escaping () -> Void) {
    |                                                                       `- error: cannot find type 'DispatchWorkItemFlags' in scope
100 |         ifAtDifferentQueue {
101 |             async(qos: qos, flags: flags, execute: block)
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:109:49: error: cannot find type 'DispatchWorkItem' in scope
107 |     /// Perform asynchronous task if in different queue than the target. It will run the block right away if turns out its on the same queue as the target
108 |     /// - Parameter workItem: The work item to be invoked on the queue.
109 |     public func asyncIfNeeded(execute workItem: DispatchWorkItem) {
    |                                                 `- error: cannot find type 'DispatchWorkItem' in scope
110 |         ifAtDifferentQueue {
111 |             async(execute: workItem)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/47] Emitting module Chary
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:29:32: error: cannot find type 'DispatchQueue' in scope
27 |
28 |     /// The queue where the atomic run
29 |     public var projectedValue: DispatchQueue {
   |                                `- error: cannot find type 'DispatchQueue' in scope
30 |         get {
31 |             dispatcher
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:13:21: error: cannot find type 'DispatchQueue' in scope
11 | /// Property marked by this property wrapper will set and get atomically
12 | public final class Atomic<Wrapped> {
13 |     var dispatcher: DispatchQueue
   |                     `- error: cannot find type 'DispatchQueue' in scope
14 |     var _wrappedValue: Wrapped
15 |     public var wrappedValue: Wrapped {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:45:31: error: cannot find type 'DispatchQueue' in scope
43 |     }
44 |
45 |     public init(_ dispatcher: DispatchQueue, wrappedValue: Wrapped) {
   |                               `- error: cannot find type 'DispatchQueue' in scope
46 |         self.dispatcher = dispatcher
47 |         self._wrappedValue = wrappedValue
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:13:21: error: cannot find type 'DispatchQueue' in scope
 11 |
 12 | struct QueueReference {
 13 |     weak var queue: DispatchQueue?
    |                     `- error: cannot find type 'DispatchQueue' in scope
 14 | }
 15 |
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:16:32: error: cannot find 'DispatchSpecificKey' in scope
 14 | }
 15 |
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
    |                                `- error: cannot find 'DispatchSpecificKey' in scope
 17 |
 18 | extension DispatchQueue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:18:11: error: cannot find type 'DispatchQueue' in scope
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
 17 |
 18 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 19 |
 20 |     /// Try to get current queue. It will only show the one registered or accessible from OperationQueue.current, or SystemThread
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:66:11: error: cannot find type 'DispatchQueue' in scope
 64 | // MARK: SafeSync
 65 |
 66 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 67 |
 68 |     /// Perform safe synchronous task. It will run the block right away if turns out its on the same queue as the target
[41/47] Emitting module Builder
[42/47] Compiling Builder PropertyAssigner.swift
[43/47] Compiling Builder Builder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/48] Emitting module DiffableDataSources
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
[45/48] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
/host/spi-builder-workspace/.build/checkouts/DiffableDataSources/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
  1 | import Foundation
  2 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
  3 | import DifferenceKit
  4 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/26] Compiling Chary DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:13:21: error: cannot find type 'DispatchQueue' in scope
 11 |
 12 | struct QueueReference {
 13 |     weak var queue: DispatchQueue?
    |                     `- error: cannot find type 'DispatchQueue' in scope
 14 | }
 15 |
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:16:32: error: cannot find 'DispatchSpecificKey' in scope
 14 | }
 15 |
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
    |                                `- error: cannot find 'DispatchSpecificKey' in scope
 17 |
 18 | extension DispatchQueue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:18:11: error: cannot find type 'DispatchQueue' in scope
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
 17 |
 18 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 19 |
 20 |     /// Try to get current queue. It will only show the one registered or accessible from OperationQueue.current, or SystemThread
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:66:11: error: cannot find type 'DispatchQueue' in scope
 64 | // MARK: SafeSync
 65 |
 66 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 67 |
 68 |     /// Perform safe synchronous task. It will run the block right away if turns out its on the same queue as the target
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:21:32: error: cannot find type 'DispatchQueue' in scope
 19 |
 20 |     /// Try to get current queue. It will only show the one registered or accessible from OperationQueue.current, or SystemThread
 21 |     public static var current: DispatchQueue? {
    |                                `- error: cannot find type 'DispatchQueue' in scope
 22 |         registerSystemDetection()
 23 |         if let registeredQueue = getSpecific(key: detectionKey)?.queue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:58:49: error: cannot find type 'DispatchQueue' in scope
 56 |     /// - Parameter queue: Queue to check
 57 |     /// - Returns: True if the current queue is the same as the given queue
 58 |     public static func isCurrentQueue(is queue: DispatchQueue) -> Bool {
    |                                                 `- error: cannot find type 'DispatchQueue' in scope
 59 |         queue.registerDetection()
 60 |         return current == queue
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:72:16: error: cannot find type 'DispatchWorkItemFlags' in scope
 70 |     /// - returns the value returned by the work item.
 71 |     public func safeSync<Return>(
 72 |         flags: DispatchWorkItemFlags = [],
    |                `- error: cannot find type 'DispatchWorkItemFlags' in scope
 73 |         execute block: () throws -> Return) rethrows -> Return {
 74 |         return try ifAtDifferentQueue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:91:44: error: cannot find type 'DispatchWorkItem' in scope
 89 |     /// Perform safe synchronous task. It will run the block right away if turns out its on the same queue as the target
 90 |     /// - Parameter workItem: The work item to be invoked on the queue.
 91 |     public func safeSync(execute workItem: DispatchWorkItem) {
    |                                            `- error: cannot find type 'DispatchWorkItem' in scope
 92 |         safeSync {
 93 |             workItem.perform()
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:99:36: error: cannot find type 'DispatchQoS' in scope
 97 |     /// Perform asynchronous task if in different queue than the target. It will run the block right away if turns out its on the same queue as the target
 98 |     /// - Parameter block: The work item to be invoked on the queue.
 99 |     public func asyncIfNeeded(qos: DispatchQoS = .unspecified, flags: DispatchWorkItemFlags = [], execute block: @escaping () -> Void) {
    |                                    `- error: cannot find type 'DispatchQoS' in scope
100 |         ifAtDifferentQueue {
101 |             async(qos: qos, flags: flags, execute: block)
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:99:71: error: cannot find type 'DispatchWorkItemFlags' in scope
 97 |     /// Perform asynchronous task if in different queue than the target. It will run the block right away if turns out its on the same queue as the target
 98 |     /// - Parameter block: The work item to be invoked on the queue.
 99 |     public func asyncIfNeeded(qos: DispatchQoS = .unspecified, flags: DispatchWorkItemFlags = [], execute block: @escaping () -> Void) {
    |                                                                       `- error: cannot find type 'DispatchWorkItemFlags' in scope
100 |         ifAtDifferentQueue {
101 |             async(qos: qos, flags: flags, execute: block)
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:109:49: error: cannot find type 'DispatchWorkItem' in scope
107 |     /// Perform asynchronous task if in different queue than the target. It will run the block right away if turns out its on the same queue as the target
108 |     /// - Parameter workItem: The work item to be invoked on the queue.
109 |     public func asyncIfNeeded(execute workItem: DispatchWorkItem) {
    |                                                 `- error: cannot find type 'DispatchWorkItem' in scope
110 |         ifAtDifferentQueue {
111 |             async(execute: workItem)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module Chary
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:29:32: error: cannot find type 'DispatchQueue' in scope
27 |
28 |     /// The queue where the atomic run
29 |     public var projectedValue: DispatchQueue {
   |                                `- error: cannot find type 'DispatchQueue' in scope
30 |         get {
31 |             dispatcher
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:13:21: error: cannot find type 'DispatchQueue' in scope
11 | /// Property marked by this property wrapper will set and get atomically
12 | public final class Atomic<Wrapped> {
13 |     var dispatcher: DispatchQueue
   |                     `- error: cannot find type 'DispatchQueue' in scope
14 |     var _wrappedValue: Wrapped
15 |     public var wrappedValue: Wrapped {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:45:31: error: cannot find type 'DispatchQueue' in scope
43 |     }
44 |
45 |     public init(_ dispatcher: DispatchQueue, wrappedValue: Wrapped) {
   |                               `- error: cannot find type 'DispatchQueue' in scope
46 |         self.dispatcher = dispatcher
47 |         self._wrappedValue = wrappedValue
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:13:21: error: cannot find type 'DispatchQueue' in scope
 11 |
 12 | struct QueueReference {
 13 |     weak var queue: DispatchQueue?
    |                     `- error: cannot find type 'DispatchQueue' in scope
 14 | }
 15 |
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:16:32: error: cannot find 'DispatchSpecificKey' in scope
 14 | }
 15 |
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
    |                                `- error: cannot find 'DispatchSpecificKey' in scope
 17 |
 18 | extension DispatchQueue {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:18:11: error: cannot find type 'DispatchQueue' in scope
 16 | fileprivate let detectionKey = DispatchSpecificKey<QueueReference>()
 17 |
 18 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 19 |
 20 |     /// Try to get current queue. It will only show the one registered or accessible from OperationQueue.current, or SystemThread
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift:66:11: error: cannot find type 'DispatchQueue' in scope
 64 | // MARK: SafeSync
 65 |
 66 | extension DispatchQueue {
    |           `- error: cannot find type 'DispatchQueue' in scope
 67 |
 68 |     /// Perform safe synchronous task. It will run the block right away if turns out its on the same queue as the target
[4/26] Compiling Chary Atomic.swift
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:29:32: error: cannot find type 'DispatchQueue' in scope
27 |
28 |     /// The queue where the atomic run
29 |     public var projectedValue: DispatchQueue {
   |                                `- error: cannot find type 'DispatchQueue' in scope
30 |         get {
31 |             dispatcher
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:13:21: error: cannot find type 'DispatchQueue' in scope
11 | /// Property marked by this property wrapper will set and get atomically
12 | public final class Atomic<Wrapped> {
13 |     var dispatcher: DispatchQueue
   |                     `- error: cannot find type 'DispatchQueue' in scope
14 |     var _wrappedValue: Wrapped
15 |     public var wrappedValue: Wrapped {
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:45:31: error: cannot find type 'DispatchQueue' in scope
43 |     }
44 |
45 |     public init(_ dispatcher: DispatchQueue, wrappedValue: Wrapped) {
   |                               `- error: cannot find type 'DispatchQueue' in scope
46 |         self.dispatcher = dispatcher
47 |         self._wrappedValue = wrappedValue
/host/spi-builder-workspace/.build/checkouts/Chary/Chary/Classes/Atomic.swift:40:27: error: cannot find 'DispatchQueue' in scope
38 |
39 |     public init(wrappedValue: Wrapped) {
40 |         self.dispatcher = DispatchQueue(label: "Chary_Atomic_\(UUID().uuidString)")
   |                           `- error: cannot find 'DispatchQueue' in scope
41 |         self._wrappedValue = wrappedValue
42 |         self.dispatcher.registerDetection()
[5/26] Compiling Builder Protocols.swift
BUILD FAILURE 6.1 wasm