The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Request, reference v2.3.2 (a69983), with Swift 6.1 for Wasm on 28 May 2025 07:15:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/josercc/Request.git
Reference: v2.3.2
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/josercc/Request
 * tag               v2.3.2     -> FETCH_HEAD
HEAD is now at a69983d 修复可以支持最低部署版本
Cloned https://github.com/josercc/Request.git
Revision (git rev-parse @):
a69983df5b59bd10bfcf0ddb36f1297dcbdc8bcc
SUCCESS checkout https://github.com/josercc/Request.git at v2.3.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/josercc/Request.git
https://github.com/josercc/Request.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "cleanjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Pircate/CleanJSON.git"
    }
  ],
  "manifest_display_name" : "Request",
  "name" : "Request",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Request",
      "targets" : [
        "Request"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RequestTests",
      "module_type" : "SwiftTarget",
      "name" : "RequestTests",
      "path" : "Tests/RequestTests",
      "sources" : [
        "RequestTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Request"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Request",
      "module_type" : "SwiftTarget",
      "name" : "Request",
      "path" : "Sources/Request",
      "product_dependencies" : [
        "Alamofire",
        "CleanJSON"
      ],
      "product_memberships" : [
        "Request"
      ],
      "sources" : [
        "APIConfig.swift",
        "Encodable+ToDictionary.swift",
        "Model.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Pircate/CleanJSON.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/1901] Fetching cleanjson
[477/32042] Fetching cleanjson, alamofire
Fetched https://github.com/Pircate/CleanJSON.git from cache (7.10s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (7.19s)
Computing version for https://github.com/Pircate/CleanJSON.git
Computed https://github.com/Pircate/CleanJSON.git at 1.0.9 (8.82s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.96s)
Creating working copy for https://github.com/Pircate/CleanJSON.git
Working copy of https://github.com/Pircate/CleanJSON.git resolved at 1.0.9
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/60] Emitting module CleanJSON
[7/62] Compiling CleanJSON _CleanJSONDecoder+Unbox.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:19:27: error: cannot find 'kCFBooleanTrue' in scope
 17 |         if let number = value as? NSNumber {
 18 |             // TODO: Add a flag to coerce non-boolean numbers into Bools?
 19 |             if number === kCFBooleanTrue as NSNumber {
    |                           `- error: cannot find 'kCFBooleanTrue' in scope
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
 19 |             if number === kCFBooleanTrue as NSNumber {
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
    |                                  `- error: cannot find 'kCFBooleanFalse' in scope
 22 |                 return false
 23 |             }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
 37 |
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 40 |             number !== kCFBooleanFalse else {
 41 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
 40 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 41 |                 return nil
 42 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
 54 |
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 57 |             number !== kCFBooleanFalse else {
 58 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
 57 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 58 |                 return nil
 59 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
 71 |
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 74 |             number !== kCFBooleanFalse else {
 75 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
 74 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 75 |                 return nil
 76 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
 88 |
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 91 |             number !== kCFBooleanFalse else {
 92 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
 91 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 92 |                 return nil
 93 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
105 |
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
108 |             number !== kCFBooleanFalse else {
109 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
108 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
109 |                 return nil
110 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
122 |
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
125 |             number !== kCFBooleanFalse else {
126 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
125 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
126 |                 return nil
127 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
139 |
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
142 |             number !== kCFBooleanFalse else {
143 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
142 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
143 |                 return nil
144 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
156 |
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
159 |             number !== kCFBooleanFalse else {
160 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
159 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
160 |                 return nil
161 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
173 |
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
176 |             number !== kCFBooleanFalse else {
177 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
176 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
177 |                 return nil
178 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
190 |
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
193 |             number !== kCFBooleanFalse else {
194 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
193 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
194 |                 return nil
195 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
207 |
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
210 |             number !== kCFBooleanFalse {
211 |             // We are willing to return a Float by losing precision:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
210 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
211 |             // We are willing to return a Float by losing precision:
212 |             // * If the original value was integral,
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
255 |
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
258 |             number !== kCFBooleanFalse {
259 |             // We are always willing to return the number as a Double:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
258 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
259 |             // We are always willing to return the number as a Double:
260 |             // * If the original value was integral, it is guaranteed to fit in a Double; we are willing to lose precision past 2^53 if you encoded a UInt64 but requested a Double
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:331:25: error: 'let' binding pattern cannot appear in an expression
329 |             }
330 |
331 |         case .formatted(let formatter):
    |                         `- error: 'let' binding pattern cannot appear in an expression
332 |             guard let string = try self.unbox(value, as: String.self) else { return nil }
333 |
[8/62] Compiling CleanJSON _CleanJSONDecoder.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:19:27: error: cannot find 'kCFBooleanTrue' in scope
 17 |         if let number = value as? NSNumber {
 18 |             // TODO: Add a flag to coerce non-boolean numbers into Bools?
 19 |             if number === kCFBooleanTrue as NSNumber {
    |                           `- error: cannot find 'kCFBooleanTrue' in scope
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
 19 |             if number === kCFBooleanTrue as NSNumber {
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
    |                                  `- error: cannot find 'kCFBooleanFalse' in scope
 22 |                 return false
 23 |             }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
 37 |
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 40 |             number !== kCFBooleanFalse else {
 41 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
 40 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 41 |                 return nil
 42 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
 54 |
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 57 |             number !== kCFBooleanFalse else {
 58 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
 57 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 58 |                 return nil
 59 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
 71 |
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 74 |             number !== kCFBooleanFalse else {
 75 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
 74 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 75 |                 return nil
 76 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
 88 |
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 91 |             number !== kCFBooleanFalse else {
 92 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
 91 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 92 |                 return nil
 93 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
105 |
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
108 |             number !== kCFBooleanFalse else {
109 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
108 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
109 |                 return nil
110 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
122 |
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
125 |             number !== kCFBooleanFalse else {
126 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
125 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
126 |                 return nil
127 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
139 |
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
142 |             number !== kCFBooleanFalse else {
143 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
142 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
143 |                 return nil
144 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
156 |
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
159 |             number !== kCFBooleanFalse else {
160 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
159 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
160 |                 return nil
161 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
173 |
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
176 |             number !== kCFBooleanFalse else {
177 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
176 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
177 |                 return nil
178 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
190 |
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
193 |             number !== kCFBooleanFalse else {
194 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
193 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
194 |                 return nil
195 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
207 |
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
210 |             number !== kCFBooleanFalse {
211 |             // We are willing to return a Float by losing precision:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
210 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
211 |             // We are willing to return a Float by losing precision:
212 |             // * If the original value was integral,
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
255 |
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
258 |             number !== kCFBooleanFalse {
259 |             // We are always willing to return the number as a Double:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
258 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
259 |             // We are always willing to return the number as a Double:
260 |             // * If the original value was integral, it is guaranteed to fit in a Double; we are willing to lose precision past 2^53 if you encoded a UInt64 but requested a Double
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:331:25: error: 'let' binding pattern cannot appear in an expression
329 |             }
330 |
331 |         case .formatted(let formatter):
    |                         `- error: 'let' binding pattern cannot appear in an expression
332 |             guard let string = try self.unbox(value, as: String.self) else { return nil }
333 |
[9/62] Compiling CleanJSON _CleanJSONDecoder+Decode.swift
[10/62] Compiling CleanJSON _CleanJSONDecoder+SingleValueDecodingContainer.swift
[11/62] Compiling Alamofire Combine.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[12/62] Compiling Alamofire Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[13/62] Compiling Alamofire EventMonitor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[14/62] Compiling Alamofire MultipartFormData.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[15/62] Compiling Alamofire MultipartUpload.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[16/62] Compiling Alamofire NetworkReachabilityManager.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[17/62] Compiling Alamofire RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[18/62] Compiling Alamofire RequestCompression.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[19/62] Compiling Alamofire RequestInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[20/62] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/67] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[22/67] Compiling Alamofire Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[23/67] Compiling Alamofire AFError.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[24/67] Compiling Alamofire DataRequest.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[25/67] Compiling Alamofire DataStreamRequest.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[26/67] Compiling Alamofire DownloadRequest.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[27/67] Compiling Alamofire HTTPHeaders.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[28/67] Compiling CleanJSON CleanDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[29/67] Compiling CleanJSON CleanJSONDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[34/67] Compiling Alamofire URLRequest+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[35/67] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[36/67] Compiling Alamofire AlamofireExtended.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[37/67] Compiling Alamofire AuthenticationInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[38/67] Compiling Alamofire CachedResponseHandler.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[39/67] Compiling CleanJSON CodingKeysConverter.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[40/67] Compiling CleanJSON DecodingError+CleanJSON.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[41/67] Compiling CleanJSON CleanJSONDecodingStorage.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[42/67] Compiling CleanJSON CleanJSONKey.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[43/67] Compiling CleanJSON CaseDefaultable.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[44/67] Compiling Alamofire RequestTaskMap.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[46/67] Compiling Alamofire Response.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[47/67] Compiling CleanJSON DecodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[49/67] Compiling CleanJSON Defaultable.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[50/67] Compiling CleanJSON JSONAdapter.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[51/67] Compiling CleanJSON ToJSON.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                         `- error: cannot find 'kCFBooleanTrue' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                                                      `- error: cannot find 'kCFBooleanFalse' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                         `- error: cannot find 'kCFBooleanTrue' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                                                      `- error: cannot find 'kCFBooleanFalse' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                         `- error: cannot find 'kCFBooleanTrue' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                                                      `- error: cannot find 'kCFBooleanFalse' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/56] Emitting module CleanJSON
[3/58] Compiling Alamofire DataRequest.swift
[4/58] Compiling Alamofire DataStreamRequest.swift
[5/58] Compiling CleanJSON _CleanJSONDecoder+Unbox.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:19:27: error: cannot find 'kCFBooleanTrue' in scope
 17 |         if let number = value as? NSNumber {
 18 |             // TODO: Add a flag to coerce non-boolean numbers into Bools?
 19 |             if number === kCFBooleanTrue as NSNumber {
    |                           `- error: cannot find 'kCFBooleanTrue' in scope
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
 19 |             if number === kCFBooleanTrue as NSNumber {
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
    |                                  `- error: cannot find 'kCFBooleanFalse' in scope
 22 |                 return false
 23 |             }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
 37 |
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 40 |             number !== kCFBooleanFalse else {
 41 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
 40 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 41 |                 return nil
 42 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
 54 |
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 57 |             number !== kCFBooleanFalse else {
 58 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
 57 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 58 |                 return nil
 59 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
 71 |
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 74 |             number !== kCFBooleanFalse else {
 75 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
 74 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 75 |                 return nil
 76 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
 88 |
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 91 |             number !== kCFBooleanFalse else {
 92 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
 91 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 92 |                 return nil
 93 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
105 |
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
108 |             number !== kCFBooleanFalse else {
109 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
108 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
109 |                 return nil
110 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
122 |
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
125 |             number !== kCFBooleanFalse else {
126 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
125 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
126 |                 return nil
127 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
139 |
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
142 |             number !== kCFBooleanFalse else {
143 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
142 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
143 |                 return nil
144 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
156 |
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
159 |             number !== kCFBooleanFalse else {
160 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
159 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
160 |                 return nil
161 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
173 |
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
176 |             number !== kCFBooleanFalse else {
177 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
176 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
177 |                 return nil
178 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
190 |
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
193 |             number !== kCFBooleanFalse else {
194 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
193 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
194 |                 return nil
195 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
207 |
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
210 |             number !== kCFBooleanFalse {
211 |             // We are willing to return a Float by losing precision:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
210 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
211 |             // We are willing to return a Float by losing precision:
212 |             // * If the original value was integral,
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
255 |
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
258 |             number !== kCFBooleanFalse {
259 |             // We are always willing to return the number as a Double:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
258 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
259 |             // We are always willing to return the number as a Double:
260 |             // * If the original value was integral, it is guaranteed to fit in a Double; we are willing to lose precision past 2^53 if you encoded a UInt64 but requested a Double
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:331:25: error: 'let' binding pattern cannot appear in an expression
329 |             }
330 |
331 |         case .formatted(let formatter):
    |                         `- error: 'let' binding pattern cannot appear in an expression
332 |             guard let string = try self.unbox(value, as: String.self) else { return nil }
333 |
[6/58] Compiling CleanJSON _CleanJSONDecoder.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:19:27: error: cannot find 'kCFBooleanTrue' in scope
 17 |         if let number = value as? NSNumber {
 18 |             // TODO: Add a flag to coerce non-boolean numbers into Bools?
 19 |             if number === kCFBooleanTrue as NSNumber {
    |                           `- error: cannot find 'kCFBooleanTrue' in scope
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
 19 |             if number === kCFBooleanTrue as NSNumber {
 20 |                 return true
 21 |             } else if number === kCFBooleanFalse as NSNumber {
    |                                  `- error: cannot find 'kCFBooleanFalse' in scope
 22 |                 return false
 23 |             }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
 37 |
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 40 |             number !== kCFBooleanFalse else {
 41 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
 38 |         guard let number = value as? NSNumber,
 39 |             number !== kCFBooleanTrue,
 40 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 41 |                 return nil
 42 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
 54 |
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 57 |             number !== kCFBooleanFalse else {
 58 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
 55 |         guard let number = value as? NSNumber,
 56 |             number !== kCFBooleanTrue,
 57 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 58 |                 return nil
 59 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
 71 |
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 74 |             number !== kCFBooleanFalse else {
 75 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
 72 |         guard let number = value as? NSNumber,
 73 |             number !== kCFBooleanTrue,
 74 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 75 |                 return nil
 76 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
 88 |
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
 91 |             number !== kCFBooleanFalse else {
 92 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
 89 |         guard let number = value as? NSNumber,
 90 |             number !== kCFBooleanTrue,
 91 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
 92 |                 return nil
 93 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
105 |
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
108 |             number !== kCFBooleanFalse else {
109 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
106 |         guard let number = value as? NSNumber,
107 |             number !== kCFBooleanTrue,
108 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
109 |                 return nil
110 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
122 |
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
125 |             number !== kCFBooleanFalse else {
126 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
123 |         guard let number = value as? NSNumber,
124 |             number !== kCFBooleanTrue,
125 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
126 |                 return nil
127 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
139 |
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
142 |             number !== kCFBooleanFalse else {
143 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
140 |         guard let number = value as? NSNumber,
141 |             number !== kCFBooleanTrue,
142 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
143 |                 return nil
144 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
156 |
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
159 |             number !== kCFBooleanFalse else {
160 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
157 |         guard let number = value as? NSNumber,
158 |             number !== kCFBooleanTrue,
159 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
160 |                 return nil
161 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
173 |
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
176 |             number !== kCFBooleanFalse else {
177 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
174 |         guard let number = value as? NSNumber,
175 |             number !== kCFBooleanTrue,
176 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
177 |                 return nil
178 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
190 |
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
193 |             number !== kCFBooleanFalse else {
194 |                 return nil
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
191 |         guard let number = value as? NSNumber,
192 |             number !== kCFBooleanTrue,
193 |             number !== kCFBooleanFalse else {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
194 |                 return nil
195 |         }
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
207 |
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
210 |             number !== kCFBooleanFalse {
211 |             // We are willing to return a Float by losing precision:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
208 |         if let number = value as? NSNumber,
209 |             number !== kCFBooleanTrue,
210 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
211 |             // We are willing to return a Float by losing precision:
212 |             // * If the original value was integral,
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
255 |
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
    |                        `- error: cannot find 'kCFBooleanTrue' in scope
258 |             number !== kCFBooleanFalse {
259 |             // We are always willing to return the number as a Double:
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
256 |         if let number = value as? NSNumber,
257 |             number !== kCFBooleanTrue,
258 |             number !== kCFBooleanFalse {
    |                        `- error: cannot find 'kCFBooleanFalse' in scope
259 |             // We are always willing to return the number as a Double:
260 |             // * If the original value was integral, it is guaranteed to fit in a Double; we are willing to lose precision past 2^53 if you encoded a UInt64 but requested a Double
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:331:25: error: 'let' binding pattern cannot appear in an expression
329 |             }
330 |
331 |         case .formatted(let formatter):
    |                         `- error: 'let' binding pattern cannot appear in an expression
332 |             guard let string = try self.unbox(value, as: String.self) else { return nil }
333 |
[7/58] Compiling Alamofire Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[8/58] Compiling Alamofire AFError.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[11/58] Compiling Alamofire DownloadRequest.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[12/58] Compiling Alamofire HTTPHeaders.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[13/63] Compiling Alamofire WebSocketRequest.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[14/63] Compiling Alamofire DispatchQueue+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[15/63] Compiling CleanJSON CleanJSONKeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[16/63] Compiling CleanJSON CleanJSONUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[17/63] Compiling CleanJSON JSONAdapter.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[18/63] Compiling Alamofire URLRequest+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[19/63] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[20/63] Compiling Alamofire AlamofireExtended.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[21/63] Compiling Alamofire AuthenticationInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[22/63] Compiling Alamofire CachedResponseHandler.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[24/63] Compiling Alamofire Notifications.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[25/63] Compiling Alamofire ParameterEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[26/63] Compiling Alamofire ParameterEncoding.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[27/63] Compiling Alamofire Protected.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[28/63] Compiling Alamofire Request.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[29/63] Compiling Alamofire NetworkReachabilityManager.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[30/63] Compiling Alamofire RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[31/63] Compiling Alamofire RequestCompression.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[32/63] Compiling Alamofire RequestInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[33/63] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[34/63] Compiling CleanJSON ToJSON.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[35/63] Compiling CleanJSON CaseDefaultable.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[36/63] Compiling CleanJSON CleanDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[37/63] Compiling CleanJSON CleanJSONDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[39/63] Compiling Alamofire RequestTaskMap.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[40/63] Compiling Alamofire Response.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[41/63] Compiling Alamofire Session.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[42/63] Compiling Alamofire SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[43/63] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
[44/63] Compiling Alamofire UploadRequest.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/63] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift:25:8: error: no such module 'Dispatch'
23 | //
24 |
25 | import Dispatch
   |        `- error: no such module 'Dispatch'
26 | import Foundation
27 | #if canImport(FoundationNetworking)
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                         `- error: cannot find 'kCFBooleanTrue' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                                                      `- error: cannot find 'kCFBooleanFalse' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                         `- error: cannot find 'kCFBooleanTrue' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                                                      `- error: cannot find 'kCFBooleanFalse' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                         `- error: cannot find 'kCFBooleanTrue' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
41 |
42 |         if let number = storage.topContainer as? NSNumber,
43 |             (number === kCFBooleanTrue || number === kCFBooleanFalse) {
   |                                                      `- error: cannot find 'kCFBooleanFalse' in scope
44 |             guard let rawValue = number.boolValue as? T.RawValue else {
45 |                 return T.defaultCase
BUILD FAILURE 6.1 wasm