Build Information
Failed to build TOMLKit, reference main (a6d921
), with Swift 6.2 (beta) for Android on 20 Jun 2025 21:07:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LebJe/TOMLKit.git
Reference: main
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/LebJe/TOMLKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a6d9211 Merge pull request #29 from stackotter/main
Cloned https://github.com/LebJe/TOMLKit.git
Revision (git rev-parse @):
a6d921109837a16b9a63f83b32acad3774dfa752
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LebJe/TOMLKit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/LebJe/TOMLKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/karwa/swift-checkit.git
Fetching https://github.com/apple/swift-docc-plugin
[1/74] Fetching swift-checkit
[75/2156] Fetching swift-checkit, swift-docc-plugin
Fetched https://github.com/karwa/swift-checkit.git from cache (0.26s)
[250/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/karwa/swift-checkit.git
Computed https://github.com/karwa/swift-checkit.git at 0.0.2 (1.04s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/karwa/swift-checkit.git
Working copy of https://github.com/karwa/swift-checkit.git resolved at 0.0.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[3/9] Compiling Date&Time&DateTime.cpp
[4/9] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/9] Compiling Conversion.cpp
[6/9] Compiling Node.cpp
[7/9] Compiling Array.cpp
[8/9] Compiling Table.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/35] Emitting module TOMLKit
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:7:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
5 | // The full text of the license can be found in the file named LICENSE.
6 |
7 | extension UInt8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | public var debugDescription: String { self.description }
9 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:13:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
11 | }
12 |
13 | extension UInt16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public var debugDescription: String { self.description }
15 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:19:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension UInt32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public var debugDescription: String { self.description }
21 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:25:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | }
24 |
25 | extension UInt64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var debugDescription: String { self.description }
27 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:31:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension UInt: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 | public var debugDescription: String { self.description }
33 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:37:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension Int8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var debugDescription: String { self.description }
39 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:43:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
41 | }
42 |
43 | extension Int16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
44 | public var debugDescription: String { self.description }
45 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:49:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 | }
48 |
49 | extension Int32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
50 | public var debugDescription: String { self.description }
51 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:55:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
53 | }
54 |
55 | extension Int64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
56 | public var debugDescription: String { self.description }
57 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:61:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 | }
60 |
61 | extension Int: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
62 | public var debugDescription: String { self.description }
63 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:173:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
171 | }
172 |
173 | extension Bool: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
174 | public var debugDescription: String { self.description }
175 | public var type: TOMLType { .bool }
[11/38] Compiling TOMLKit TOMLCodingKey.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[12/38] Compiling TOMLKit TOMLParseError.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[13/38] Compiling TOMLKit TOMLType.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[14/38] Compiling TOMLKit TOMLValue+Initializers.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[15/38] Compiling TOMLKit TOMLValue.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[16/38] Compiling TOMLKit ValueOptions.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[17/38] Compiling TOMLKit TOMLInt.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[18/38] Compiling TOMLKit TOMLTable+CollectionFunctions.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[19/38] Compiling TOMLKit TOMLTable.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[20/38] Compiling TOMLKit TOMLTableIterator.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:7:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
5 | // The full text of the license can be found in the file named LICENSE.
6 |
7 | extension UInt8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | public var debugDescription: String { self.description }
9 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:13:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
11 | }
12 |
13 | extension UInt16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public var debugDescription: String { self.description }
15 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:19:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension UInt32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public var debugDescription: String { self.description }
21 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:25:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | }
24 |
25 | extension UInt64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var debugDescription: String { self.description }
27 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:31:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension UInt: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 | public var debugDescription: String { self.description }
33 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:37:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension Int8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var debugDescription: String { self.description }
39 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:43:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
41 | }
42 |
43 | extension Int16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
44 | public var debugDescription: String { self.description }
45 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:49:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 | }
48 |
49 | extension Int32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
50 | public var debugDescription: String { self.description }
51 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:55:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
53 | }
54 |
55 | extension Int64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
56 | public var debugDescription: String { self.description }
57 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:61:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 | }
60 |
61 | extension Int: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
62 | public var debugDescription: String { self.description }
63 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:173:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
171 | }
172 |
173 | extension Bool: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
174 | public var debugDescription: String { self.description }
175 | public var type: TOMLType { .bool }
[21/38] Compiling TOMLKit TOMLValueConvertible+Int.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:7:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
5 | // The full text of the license can be found in the file named LICENSE.
6 |
7 | extension UInt8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | public var debugDescription: String { self.description }
9 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:13:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
11 | }
12 |
13 | extension UInt16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public var debugDescription: String { self.description }
15 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:19:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension UInt32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public var debugDescription: String { self.description }
21 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:25:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | }
24 |
25 | extension UInt64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var debugDescription: String { self.description }
27 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:31:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension UInt: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 | public var debugDescription: String { self.description }
33 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:37:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension Int8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var debugDescription: String { self.description }
39 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:43:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
41 | }
42 |
43 | extension Int16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
44 | public var debugDescription: String { self.description }
45 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:49:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 | }
48 |
49 | extension Int32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
50 | public var debugDescription: String { self.description }
51 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:55:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
53 | }
54 |
55 | extension Int64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
56 | public var debugDescription: String { self.description }
57 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:61:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 | }
60 |
61 | extension Int: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
62 | public var debugDescription: String { self.description }
63 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:173:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
171 | }
172 |
173 | extension Bool: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
174 | public var debugDescription: String { self.description }
175 | public var type: TOMLType { .bool }
[22/38] Compiling TOMLKit TOMLValueConvertible.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:7:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
5 | // The full text of the license can be found in the file named LICENSE.
6 |
7 | extension UInt8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | public var debugDescription: String { self.description }
9 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:13:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
11 | }
12 |
13 | extension UInt16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public var debugDescription: String { self.description }
15 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:19:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension UInt32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public var debugDescription: String { self.description }
21 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:25:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | }
24 |
25 | extension UInt64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var debugDescription: String { self.description }
27 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:31:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension UInt: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
32 | public var debugDescription: String { self.description }
33 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:37:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
35 | }
36 |
37 | extension Int8: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 | public var debugDescription: String { self.description }
39 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:43:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
41 | }
42 |
43 | extension Int16: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
44 | public var debugDescription: String { self.description }
45 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:49:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 | }
48 |
49 | extension Int32: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
50 | public var debugDescription: String { self.description }
51 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:55:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
53 | }
54 |
55 | extension Int64: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
56 | public var debugDescription: String { self.description }
57 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible+Int.swift:61:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 | }
60 |
61 | extension Int: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
62 | public var debugDescription: String { self.description }
63 | public var type: TOMLType { .int }
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:173:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
171 | }
172 |
173 | extension Bool: TOMLValueConvertible {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
174 | public var debugDescription: String { self.description }
175 | public var type: TOMLType { .bool }
[23/38] Compiling TOMLKit UnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[24/38] Compiling TOMLKit InternalTOMLEncoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[25/38] Compiling TOMLKit KeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[26/38] Compiling TOMLKit SingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[27/38] Compiling TOMLKit TOMLArray+CollectionConformance.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[28/38] Compiling TOMLKit TOMLArray.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[29/38] Compiling TOMLKit TOMLArrayIterator.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[30/38] Compiling TOMLKit TOMLDate&Time&DateTime.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[31/38] Compiling TOMLKit InternalTOMLDecoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[32/38] Compiling TOMLKit KeyedDecodingContainerProtocol.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[33/38] Compiling TOMLKit SingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[34/38] Compiling TOMLKit TOMLDecoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[35/38] Compiling TOMLKit TOMLEncoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[36/38] Compiling TOMLKit UnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[37/38] Compiling TOMLKit FormatOptions.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
[38/38] Compiling TOMLKit Operators&Extensions.swift
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
14 | import ucrt
15 | #else
16 | #error("Unsupported Platform")
| `- error: Unsupported Platform
17 | #endif
18 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue+Initializers.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/Sources/TOMLKit/TOMLValue/TOMLValue.swift:14:9: error: Unsupported Platform
12 | import ucrt
13 | #else
14 | #error("Unsupported Platform")
| `- error: Unsupported Platform
15 | #endif
16 |
BUILD FAILURE 6.2 android