Build Information
Failed to build TwitterClientCLI, reference master (dcf9e1), with Swift 6.3 for Android on 10 Apr 2026 16:12:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/anzfactory/twitterclientcli.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/anzfactory/twitterclientcli
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dcf9e1e Key & Secret を隠蔽
Cloned https://github.com/anzfactory/twitterclientcli.git
Revision (git rev-parse @):
dcf9e1ea69f493bb12622de9e2eb41aceb80e1f7
SUCCESS checkout https://github.com/anzfactory/twitterclientcli.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/anzfactory/twitterclientcli.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/anzfactory/Swiftline.git
[1/722] Fetching swiftline
Fetched https://github.com/anzfactory/Swiftline.git from cache (0.43s)
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/ishkawa/APIKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/1588] Fetching commander
[1589/7153] Fetching commander, apikit
[1645/8595] Fetching commander, apikit, rainbow
[5724/21936] Fetching commander, apikit, rainbow, cryptoswift
Fetched https://github.com/kylef/Commander.git from cache (0.33s)
Fetched https://github.com/onevcat/Rainbow from cache (0.33s)
[7567/18906] Fetching apikit, cryptoswift
Fetched https://github.com/ishkawa/APIKit.git from cache (1.60s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.63s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (2.10s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.72s)
Computing version for https://github.com/ishkawa/APIKit.git
Computed https://github.com/ishkawa/APIKit.git at 5.4.0 (0.49s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (1.18s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.57s)
Creating working copy for https://github.com/ishkawa/APIKit.git
Working copy of https://github.com/ishkawa/APIKit.git resolved at 5.4.0
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/anzfactory/Swiftline.git
Working copy of https://github.com/anzfactory/Swiftline.git resolved at swift-tool-version-4.0 (d92ff58)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
warning: 'apikit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/Info.plist
Building for debugging...
[0/18] Copying PrivacyInfo.xcprivacy
[1/18] Write sources
[8/18] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/187] Emitting module Swiftline
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[11/190] Emitting module CryptoSwift
[12/204] Compiling Commander Command.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[13/205] Compiling CryptoSwift BlockEncryptor.swift
[14/205] Compiling CryptoSwift BlockMode.swift
[15/206] Compiling Commander ArgumentParser.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[16/206] Compiling Rainbow Style.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/206] Emitting module Commander
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[20/206] Compiling CryptoSwift BlockModeOptions.swift
[21/206] Compiling CryptoSwift CBC.swift
[22/206] Compiling Commander CommandRunner.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[23/206] Compiling CryptoSwift ECB.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[24/206] Compiling CryptoSwift GCM.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[25/206] Compiling CryptoSwift OCB.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[26/206] Compiling CryptoSwift OFB.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[27/206] Compiling CryptoSwift AEADChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[28/206] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[29/206] Compiling CryptoSwift AES.Cryptors.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[30/206] Compiling Rainbow String+Rainbow.swift
[31/206] Compiling Rainbow StringGenerator.swift
[32/206] Compiling Rainbow XcodeColorsSupport.swift
[33/206] Compiling Commander Group.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[34/206] Compiling Commander CommandType.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[35/206] Compiling CryptoSwift IntegerConversion.swift
[36/206] Compiling CryptoSwift Multiplication.swift
[37/206] Compiling CryptoSwift PrimeTest.swift
[38/206] Compiling CryptoSwift Random.swift
[39/206] Compiling CryptoSwift Shifts.swift
[40/206] Compiling CryptoSwift SquareRoot.swift
[41/206] Compiling CryptoSwift Strideable.swift
[42/206] Compiling CryptoSwift StringConversion.swift
[43/206] Compiling CryptoSwift Subtraction.swift
[44/206] Compiling CryptoSwift WordsAndBits.swift
[45/206] Compiling CryptoSwift ChaCha20.swift
[46/206] Compiling CryptoSwift Checksum.swift
[47/206] Compiling CryptoSwift Cipher.swift
[48/206] Compiling CryptoSwift Collection+Extension.swift
[53/206] Compiling CryptoSwift CCM.swift
[54/206] Compiling CryptoSwift CFB.swift
[55/206] Compiling CryptoSwift CTR.swift
[56/206] Compiling CryptoSwift CipherModeWorker.swift
[61/206] Compiling CryptoSwift PCBC.swift
[62/206] Compiling CryptoSwift Blowfish.swift
[63/206] Compiling CryptoSwift CBCMAC.swift
[64/206] Compiling CryptoSwift PKCS5.swift
[65/206] Compiling CryptoSwift PKCS7.swift
[66/206] Compiling CryptoSwift PKCS7Padding.swift
[67/206] Compiling CryptoSwift Padding.swift
[68/206] Compiling CryptoSwift Poly1305.swift
[69/206] Compiling CryptoSwift RSA+Cipher.swift
[70/206] Compiling CryptoSwift RSA+Signature.swift
[71/206] Compiling CryptoSwift RSA.swift
[72/206] Compiling CryptoSwift Rabbit.swift
[73/206] Compiling CryptoSwift SHA1.swift
[74/206] Compiling CryptoSwift SHA2.swift
[75/206] Compiling CryptoSwift SHA3.swift
[76/206] Compiling CryptoSwift Scrypt.swift
[77/206] Compiling CryptoSwift SecureBytes.swift
[78/206] Compiling CryptoSwift CMAC.swift
[79/206] Compiling CryptoSwift Addition.swift
[80/206] Compiling CryptoSwift BigInt.swift
[81/206] Compiling CryptoSwift BigUInt.swift
[82/206] Compiling CryptoSwift BitwiseOps.swift
[83/206] Compiling CryptoSwift CS.swift
[84/206] Compiling CryptoSwift Codable.swift
[85/206] Compiling CryptoSwift Comparable.swift
[86/206] Compiling CryptoSwift DataConversion.swift
[87/206] Compiling CryptoSwift Division.swift
[88/206] Compiling CryptoSwift Exponentiation.swift
[89/206] Compiling CryptoSwift FloatingPointConversion.swift
[90/206] Compiling CryptoSwift GCD.swift
[91/206] Compiling CryptoSwift Hashable.swift
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/Error/RequestError.swift:9:31: error: cannot find type 'URLRequest' in scope
7 |
8 | /// Indicates `URLRequest` built by `Request.buildURLRequest` is unexpected.
9 | case unexpectedURLRequest(URLRequest)
| `- error: cannot find type 'URLRequest' in scope
10 | }
11 |
[93/206] Compiling CryptoSwift AES.swift
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/Error/RequestError.swift:9:31: error: cannot find type 'URLRequest' in scope
7 |
8 | /// Indicates `URLRequest` built by `Request.buildURLRequest` is unexpected.
9 | case unexpectedURLRequest(URLRequest)
| `- error: cannot find type 'URLRequest' in scope
10 | }
11 |
[94/206] Compiling CryptoSwift ASN1.swift
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/Error/RequestError.swift:9:31: error: cannot find type 'URLRequest' in scope
7 |
8 | /// Indicates `URLRequest` built by `Request.buildURLRequest` is unexpected.
9 | case unexpectedURLRequest(URLRequest)
| `- error: cannot find type 'URLRequest' in scope
10 | }
11 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:36: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:74: error: cannot find 'kUTTagClassFilenameExtension' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find 'kUTTagClassFilenameExtension' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:116:28: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
| `- error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
117 | .map { $0 as String }
118 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:116:64: error: cannot find 'kUTTagClassMIMEType' in scope
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
| `- error: cannot find 'kUTTagClassMIMEType' in scope
117 | .map { $0 as String }
118 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:129: error: cannot find type 'CFString' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find type 'CFString' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:139: error: 'nil' requires a contextual type
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: 'nil' requires a contextual type
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:36: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:74: error: cannot find 'kUTTagClassFilenameExtension' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find 'kUTTagClassFilenameExtension' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:116:28: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
| `- error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
117 | .map { $0 as String }
118 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:116:64: error: cannot find 'kUTTagClassMIMEType' in scope
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
| `- error: cannot find 'kUTTagClassMIMEType' in scope
117 | .map { $0 as String }
118 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:129: error: cannot find type 'CFString' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find type 'CFString' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:139: error: 'nil' requires a contextual type
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: 'nil' requires a contextual type
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:36: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:74: error: cannot find 'kUTTagClassFilenameExtension' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find 'kUTTagClassFilenameExtension' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:116:28: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
| `- error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
117 | .map { $0 as String }
118 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:116:64: error: cannot find 'kUTTagClassMIMEType' in scope
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
| `- error: cannot find 'kUTTagClassMIMEType' in scope
117 | .map { $0 as String }
118 |
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:129: error: cannot find type 'CFString' in scope
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: cannot find type 'CFString' in scope
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
/host/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/BodyParameters/MultipartFormDataBodyParameters.swift:114:139: error: 'nil' requires a contextual type
112 | }
113 |
114 | let detectedMimeType = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, fileURL.pathExtension as CFString, nil)
| `- error: 'nil' requires a contextual type
115 | .map { $0.takeRetainedValue() }
116 | .flatMap { UTTypeCopyPreferredTagWithClass($0, kUTTagClassMIMEType)?.takeRetainedValue() }
[101/209] Compiling Commander Commands.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[102/209] Compiling Commander Error.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[103/209] Compiling CryptoSwift CompactMap.swift
[104/209] Compiling CryptoSwift Cryptor.swift
[105/209] Compiling CryptoSwift Cryptors.swift
[106/209] Compiling CryptoSwift Digest.swift
[107/209] Compiling CryptoSwift DigestType.swift
[108/209] Compiling CryptoSwift AES+Foundation.swift
[109/209] Compiling CryptoSwift Array+Foundation.swift
[110/209] Compiling CryptoSwift Blowfish+Foundation.swift
[111/209] Compiling CryptoSwift ChaCha20+Foundation.swift
[112/209] Compiling CryptoSwift Data+Extension.swift
[113/209] Compiling CryptoSwift HMAC+Foundation.swift
[114/209] Compiling CryptoSwift Rabbit+Foundation.swift
[115/209] Compiling CryptoSwift String+FoundationExtension.swift
[116/209] Compiling CryptoSwift Utils+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[120/209] Compiling CryptoSwift AEAD.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/209] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 | // Check if we are in any term env and the output is a tty.
56 | let termType = getEnvValue("TERM")
57 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
58 | return .console
59 | }
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
[124/209] Compiling APIKit SessionAdapter.swift
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
/host/spi-builder-workspace/.build/checkouts/Swiftline/Source/Swiftline/Env.swift:9:8: error: no such module 'Darwin'
7 | //
8 |
9 | import Darwin
| `- error: no such module 'Darwin'
10 |
11 |
BUILD FAILURE 6.3 android