Build Information
Failed to build swiftqe, reference main (c7e9ea), with Swift 6.2 for Wasm on 21 Jun 2025 22:01:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/abandy/swiftqe.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/abandy/swiftqe
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c7e9ea2 Add support for * in projection
Cloned https://github.com/abandy/swiftqe.git
Revision (git rev-parse @):
c7e9ea26738742bacf4890f669d46ccaa86848f2
SUCCESS checkout https://github.com/abandy/swiftqe.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/abandy/swiftqe.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/google/flatbuffers.git
[1/87374] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (8.84s)
warning: 'flatbuffers': /Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
21 | name: "FlatBuffers",
22 | platforms: [
23 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
24 | .macOS(.v10_14),
25 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/antlr/antlr4.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[810/17216] Fetching swift-atomics, swift-crypto
[3957/184945] Fetching swift-atomics, swift-crypto, antlr4
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
[10103/183148] Fetching swift-crypto, antlr4
Fetched https://github.com/apple/swift-crypto.git from cache (3.04s)
[72124/167729] Fetching antlr4
Fetched https://github.com/antlr/antlr4.git from cache (9.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (10.74s)
Computing version for https://github.com/antlr/antlr4.git
Computed https://github.com/antlr/antlr4.git at 4.13.2 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.81s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.65s)
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at master (5822c1c)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/antlr/antlr4.git
Working copy of https://github.com/antlr/antlr4.git resolved at 4.13.2
warning: 'flatbuffers': /host/spi-builder-workspace/.build/checkouts/flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
21 | name: "FlatBuffers",
22 | platforms: [
23 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
24 | .macOS(.v10_14),
25 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/8] Write sources
[5/8] Compiling ArrowC ArrowCData.c
[6/8] Compiling _AtomicsShims.c
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/182] Compiling Antlr4 ANTLRInputStream.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[10/182] Compiling Antlr4 BailErrorStrategy.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[11/182] Compiling Antlr4 BaseErrorListener.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[12/182] Compiling Antlr4 BufferedTokenStream.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[13/182] Compiling Antlr4 CharStream.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[14/182] Compiling Antlr4 CommonToken.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[15/184] Compiling Antlr4 ANTLRErrorListener.swift
[16/184] Compiling Antlr4 ANTLRErrorStrategy.swift
[17/184] Compiling Antlr4 ANTLRFileStream.swift
[18/184] Emitting module Atomics
[19/186] Compiling Atomics IntegerOperations.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[20/186] Compiling Atomics Unmanaged extensions.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[21/186] Compiling Antlr4 InputMismatchException.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[22/186] Compiling Antlr4 IntStream.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[23/186] Compiling FlatBuffers Verifier.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[24/186] Compiling FlatBuffers _InternalByteBuffer.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[26/186] Compiling Antlr4 ListTokenSource.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[27/186] Compiling Antlr4 NoViableAltException.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[28/186] Compiling Antlr4 Parser.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[29/186] Compiling Antlr4 ParserInterpreter.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[30/186] Compiling Antlr4 ParserRuleContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[31/186] Compiling Antlr4 ProxyErrorListener.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[32/186] Compiling Antlr4 RecognitionException.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[33/186] Compiling Antlr4 Recognizer.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[34/186] Compiling Antlr4 RuleContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[35/186] Compiling Antlr4 RuntimeMetaData.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[36/186] Compiling Antlr4 Token.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[37/186] Compiling Antlr4 TokenFactory.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[38/186] Compiling Antlr4 TokenSource.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[39/186] Compiling Antlr4 TokenStream.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[40/186] Compiling Antlr4 TokenStreamRewriter.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[41/186] Compiling Antlr4 UnbufferedCharStream.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[42/186] Compiling Antlr4 UnbufferedTokenStream.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[43/186] Compiling Antlr4 VocabularySingle.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[44/186] Compiling Antlr4 WritableToken.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[45/205] Compiling Antlr4 DefaultErrorStrategy.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[46/205] Compiling Antlr4 DiagnosticErrorListener.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[47/205] Compiling Antlr4 FailedPredicateException.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[48/205] Compiling Antlr4 ConsoleErrorListener.swift
[50/205] Compiling Antlr4 InterpreterDataReader.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[51/205] Compiling Antlr4 Interval.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[52/205] Compiling Antlr4 IntervalSet.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[53/205] Compiling Antlr4 MultiMap.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[54/205] Compiling Antlr4 MurmurHash.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[55/205] Compiling Antlr4 Utils.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[56/205] Compiling Antlr4 ANTLRError.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[57/205] Compiling Antlr4 ANTLRException.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[58/205] Compiling Antlr4 ArrayExtension.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[59/205] Compiling Antlr4 CharacterExtension.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[60/205] Compiling Antlr4 IntStreamExtension.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[61/205] Compiling Antlr4 StringExtension.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[62/205] Compiling Antlr4 TokenExtension.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[63/205] Compiling Antlr4 UUIDExtension.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[64/205] Compiling Antlr4 CommonUtil.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[65/205] Compiling Antlr4 Mutex.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[66/205] Compiling Antlr4 Stack.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[67/205] Compiling Antlr4 AbstractParseTreeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[68/205] Compiling Antlr4 ErrorNode.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[72/205] Emitting module FlatBuffers
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[73/205] Compiling Antlr4 CommonTokenFactory.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[74/205] Compiling Antlr4 CommonTokenStream.swift
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
/host/spi-builder-workspace/.build/checkouts/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift:17:8: error: no such module 'Foundation'
15 | */
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
[76/205] Compiling Antlr4 ATN.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[77/205] Compiling Antlr4 ATNConfig.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[78/205] Compiling Antlr4 ATNConfigSet.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[79/205] Compiling Antlr4 ATNDeserializationOptions.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[80/205] Compiling Antlr4 ATNDeserializer.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[81/205] Compiling Antlr4 ATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[82/205] Compiling Antlr4 ATNState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[83/205] Compiling Antlr4 ATNType.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[84/205] Compiling Antlr4 AbstractPredicateTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[85/205] Compiling Antlr4 ActionTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[86/205] Compiling Antlr4 AmbiguityInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[87/205] Compiling Antlr4 ArrayPredictionContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[88/205] Compiling Antlr4 AtomTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[89/205] Compiling Antlr4 BasicBlockStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[90/205] Compiling Antlr4 BasicState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[91/205] Compiling Antlr4 BlockEndState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[92/205] Compiling Antlr4 BlockStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[93/205] Compiling Antlr4 ContextSensitivityInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[94/205] Compiling Antlr4 DecisionEventInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[126/205] Compiling Antlr4 LexerSkipAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[127/205] Compiling Antlr4 LexerTypeAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[128/205] Compiling Antlr4 LookaheadEventInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[129/205] Compiling Antlr4 LookupATNConfig.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[130/205] Compiling Antlr4 LookupDictionary.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[131/205] Compiling Antlr4 LoopEndState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[132/205] Compiling Antlr4 NotSetTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[133/205] Compiling Antlr4 ParseInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[134/205] Compiling Antlr4 ParserATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[135/205] Compiling Antlr4 PlusBlockStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[136/205] Compiling Antlr4 PlusLoopbackState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[137/205] Compiling Antlr4 PrecedencePredicateTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[138/205] Compiling Antlr4 PredicateEvalInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[139/205] Compiling Antlr4 PredicateTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[140/205] Compiling Antlr4 PredictionContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[141/205] Compiling Antlr4 PredictionContextCache.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[142/205] Compiling Antlr4 PredictionMode.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[143/205] Compiling Antlr4 ProfilingATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[144/205] Compiling Antlr4 RangeTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[145/205] Emitting module Antlr4
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[146/205] Compiling Antlr4 DecisionInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[147/205] Compiling Antlr4 DecisionState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[148/205] Compiling Antlr4 DefaultATNConfig.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[149/205] Compiling Antlr4 EmptyPredictionContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[150/205] Compiling Antlr4 EpsilonTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[151/205] Compiling Antlr4 ErrorInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[152/205] Compiling Antlr4 LL1Analyzer.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[153/205] Compiling Antlr4 LexerATNConfig.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[154/205] Compiling Antlr4 LexerATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[155/205] Compiling Antlr4 LexerAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[156/205] Compiling Antlr4 LexerActionExecutor.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[157/205] Compiling Antlr4 LexerActionType.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[158/205] Compiling Antlr4 LexerChannelAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[159/205] Compiling Antlr4 LexerCustomAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[160/205] Compiling Antlr4 LexerIndexedCustomAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[161/205] Compiling Antlr4 LexerModeAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[162/205] Compiling Antlr4 LexerMoreAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[163/205] Compiling Antlr4 LexerPopModeAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[164/205] Compiling Antlr4 LexerPushModeAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[165/205] Compiling Antlr4 RuleStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[166/205] Compiling Antlr4 RuleStopState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[167/205] Compiling Antlr4 RuleTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[168/205] Compiling Antlr4 SemanticContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[169/205] Compiling Antlr4 SetTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[170/205] Compiling Antlr4 SingletonPredictionContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[171/205] Compiling Antlr4 StarBlockStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[172/205] Compiling Antlr4 StarLoopEntryState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[173/205] Compiling Antlr4 StarLoopbackState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[174/205] Compiling Antlr4 TokensStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[175/205] Compiling Antlr4 Transition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[176/205] Compiling Antlr4 WildcardTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[177/205] Compiling Antlr4 DFA.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[178/205] Compiling Antlr4 DFASerializer.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[179/205] Compiling Antlr4 DFAState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[180/205] Compiling Antlr4 LexerDFASerializer.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[181/205] Compiling Antlr4 BitSet.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[182/205] Compiling Antlr4 DoubleKeyMap.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[183/205] Compiling Antlr4 IntSet.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[188/206] Compiling Antlr4 ParseTree.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[189/206] Compiling Antlr4 ParseTreeListener.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[190/206] Compiling Antlr4 ParseTreeProperty.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[191/206] Compiling Antlr4 ParseTreeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[192/206] Compiling Antlr4 ParseTreeWalker.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[193/206] Compiling Antlr4 RuleNode.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[194/206] Compiling Antlr4 SyntaxTree.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[195/206] Compiling Antlr4 TerminalNode.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[196/206] Compiling Antlr4 TerminalNodeImpl.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[197/206] Compiling Antlr4 Tree.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[198/206] Compiling Antlr4 Trees.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[199/206] Compiling Antlr4 Chunk.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[200/206] Compiling Antlr4 ParseTreeMatch.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[201/206] Compiling Antlr4 ParseTreePattern.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[202/206] Compiling Antlr4 ParseTreePatternMatcher.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[203/206] Compiling Antlr4 RuleTagToken.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[204/206] Compiling Antlr4 TagChunk.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[205/206] Compiling Antlr4 TextChunk.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
[206/206] Compiling Antlr4 TokenTagToken.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/ANTLRFileStream.swift:9:8: error: no such module 'Foundation'
7 | ///
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public class ANTLRFileStream: ANTLRInputStream {
BUILD FAILURE 6.2 wasm