The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Request with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josercc/Request.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/josercc/Request.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Pircate/CleanJSON.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/1895] Fetching cleanjson
[1896/29956] Fetching cleanjson, alamofire
Fetched https://github.com/Pircate/CleanJSON.git from cache (2.99s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.04s)
Computing version for https://github.com/Pircate/CleanJSON.git
Computed https://github.com/Pircate/CleanJSON.git at 1.0.9 (0.57s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.45s)
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.8.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/54] Emitting module CleanJSON
[6/56] Emitting module Alamofire
[7/60] Compiling Alamofire AFError.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                                                     ^~~~~~~~~~~~~~~
[8/60] Compiling Alamofire Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                                                     ^~~~~~~~~~~~~~~
[9/60] Compiling Alamofire AlamofireExtended.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                                                     ^~~~~~~~~~~~~~~
[10/60] 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
            if number === kCFBooleanTrue as NSNumber {
                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
            } else if number === kCFBooleanFalse as NSNumber {
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse {
                       ^~~~~~~~~~~~~~~
[11/60] Compiling CleanJSON _CleanJSONDecoder.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:19:27: error: cannot find 'kCFBooleanTrue' in scope
            if number === kCFBooleanTrue as NSNumber {
                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
            } else if number === kCFBooleanFalse as NSNumber {
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse {
                       ^~~~~~~~~~~~~~~
[12/60] Compiling Alamofire Session.swift
[13/60] Compiling Alamofire SessionDelegate.swift
[14/60] Compiling Alamofire StringEncoding+Alamofire.swift
[15/60] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[16/60] Compiling Alamofire Combine.swift
[17/60] Compiling Alamofire Concurrency.swift
[18/60] Compiling Alamofire Protected.swift
[19/60] Compiling Alamofire RedirectHandler.swift
[20/60] Compiling Alamofire Request.swift
[21/60] Compiling Alamofire RequestCompression.swift
[22/60] Compiling Alamofire RequestInterceptor.swift
[23/60] Compiling Alamofire RequestTaskMap.swift
[24/60] Compiling Alamofire Response.swift
[27/60] Compiling Alamofire MultipartUpload.swift
[28/60] Compiling Alamofire NetworkReachabilityManager.swift
[29/60] Compiling Alamofire Notifications.swift
[30/60] Compiling Alamofire OperationQueue+Alamofire.swift
[31/60] Compiling Alamofire ParameterEncoder.swift
[32/60] Compiling Alamofire ParameterEncoding.swift
[38/60] Compiling Alamofire AuthenticationInterceptor.swift
[39/60] Compiling Alamofire CachedResponseHandler.swift
[40/60] Compiling Alamofire ResponseSerialization.swift
[41/60] Compiling Alamofire Result+Alamofire.swift
[42/60] Compiling Alamofire RetryPolicy.swift
[43/60] Compiling Alamofire ServerTrustEvaluation.swift
[44/60] Compiling Alamofire URLEncodedFormEncoder.swift
[45/60] Compiling Alamofire URLRequest+Alamofire.swift
[46/60] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[47/60] Compiling Alamofire Validation.swift
[50/60] Compiling Alamofire DispatchQueue+Alamofire.swift
[51/60] Compiling Alamofire EventMonitor.swift
[52/60] Compiling Alamofire HTTPHeaders.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling CleanJSON CaseDefaultable.swift
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:25: error: cannot find 'kCFBooleanTrue' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/CaseDefaultable.swift:43:54: error: cannot find 'kCFBooleanFalse' in scope
            (number === kCFBooleanTrue || number === kCFBooleanFalse) {
                                                     ^~~~~~~~~~~~~~~
[3/7] Compiling CleanJSON CleanDecoder.swift
[4/11] Compiling CleanJSON _CleanJSONDecoder.swift
[5/12] Emitting module CleanJSON
[6/13] 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
            if number === kCFBooleanTrue as NSNumber {
                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:21:34: error: cannot find 'kCFBooleanFalse' in scope
            } else if number === kCFBooleanFalse as NSNumber {
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:39:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:40:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:56:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:57:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:73:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:74:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:90:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:91:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:107:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:108:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:124:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:125:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:141:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:142:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:158:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:159:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:175:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:176:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:192:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:193:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse else {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:209:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:210:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse {
                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:257:24: error: cannot find 'kCFBooleanTrue' in scope
            number !== kCFBooleanTrue,
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CleanJSON/Sources/CleanJSON/_CleanJSONDecoder+Unbox.swift:258:24: error: cannot find 'kCFBooleanFalse' in scope
            number !== kCFBooleanFalse {
                       ^~~~~~~~~~~~~~~
[7/13] Compiling CleanJSON CleanJSONDecoder.swift
[8/15] Compiling CleanJSON JSONAdapter.swift
[9/16] Compiling CleanJSON DecodingStrategy.swift
[10/17] Compiling CleanJSON _CleanJSONDecoder+Decode.swift
[11/17] Compiling CleanJSON CodingKeysConverter.swift
[12/17] Compiling CleanJSON CleanJSONDecodingStorage.swift
[13/17] Compiling CleanJSON ToJSON.swift
[14/17] Compiling CleanJSON DecodingError+CleanJSON.swift
[15/17] Compiling CleanJSON _CleanJSONDecoder+SingleValueDecodingContainer.swift
[16/17] Compiling CleanJSON CleanJSONUnkeyedDecodingContainer.swift
[17/17] Compiling CleanJSON CleanJSONKeyedDecodingContainer.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2