Build Information
Failed to build WMATA, reference main (054c63
), with Swift 6.2 (beta) for Android on 21 Jun 2025 06:30:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/emma-k-alexandra/WMATA.swift.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/emma-k-alexandra/WMATA.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 054c633 ci: generate docs for WMATA
Cloned https://github.com/emma-k-alexandra/WMATA.swift.git
Revision (git rev-parse @):
054c633a784c704141a5f558fc5df37c14774965
SUCCESS checkout https://github.com/emma-k-alexandra/WMATA.swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/emma-k-alexandra/WMATA.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/venmo/DVR.git
[1/2082] Fetching swift-docc-plugin
[231/3806] Fetching swift-docc-plugin, dvr
[2184/13657] Fetching swift-docc-plugin, dvr, sqlite.swift
Fetched https://github.com/venmo/DVR.git from cache (0.39s)
[8781/11933] Fetching swift-docc-plugin, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
[7290/9851] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.87s)
[1/39455] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (6.24s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (8.88s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.16s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (2.55s)
Computing version for https://github.com/venmo/DVR.git
Computed https://github.com/venmo/DVR.git at 2.1.0 (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.78s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.40s)
Creating working copy for https://github.com/venmo/DVR.git
Working copy of https://github.com/venmo/DVR.git resolved at 2.1.0
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.14.1
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
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/MetroGTFS/README.md
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/10] Write sources
[3/10] Copying PrivacyInfo.xcprivacy
[3/10] Write sources
[8/10] Copying MetroGTFS.sqlite3
[9/10] Write swift-version-8C5A4AE7A8CE2BA.txt
[11/125] Emitting module SwiftProtobuf
[12/136] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[13/136] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[14/136] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[15/136] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[16/140] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[17/140] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[18/140] Compiling SwiftProtobuf CustomJSONCodable.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[19/140] Compiling SwiftProtobuf Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[20/140] Compiling SwiftProtobuf DoubleParser.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[21/140] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[22/140] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[23/140] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[24/140] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[25/140] Compiling SwiftProtobuf ExtensionMap.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[26/140] Compiling SwiftProtobuf FieldTag.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[27/140] Compiling SwiftProtobuf FieldTypes.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[28/140] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[29/140] Compiling SwiftProtobuf Enum.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[30/140] Compiling SwiftProtobuf ExtensibleMessage.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[31/140] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[32/140] Compiling SwiftProtobuf ExtensionFields.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[33/140] Compiling SwiftProtobuf AnyMessageStorage.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[34/140] Compiling SwiftProtobuf AnyUnpackError.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[35/140] Compiling SwiftProtobuf AsyncMessageSequence.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[36/140] Compiling SwiftProtobuf BinaryDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[37/140] Compiling SwiftProtobuf BinaryDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/140] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[39/140] Compiling SwiftProtobuf BinaryDecodingOptions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[40/140] Compiling SwiftProtobuf BinaryDelimited.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[41/140] Compiling SwiftProtobuf BinaryEncoder.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[42/140] Compiling SwiftProtobuf BinaryEncodingError.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[43/140] Compiling SwiftProtobuf BinaryEncodingOptions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[44/140] Compiling SwiftProtobuf ProtobufMap.swift
[45/140] Compiling SwiftProtobuf SelectiveVisitor.swift
[46/140] Compiling SwiftProtobuf SimpleExtensionMap.swift
[47/140] Compiling SwiftProtobuf StringUtils.swift
[48/140] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[49/140] Compiling SwiftProtobuf SwiftProtobufError.swift
[50/140] Compiling SwiftProtobuf TextFormatDecoder.swift
[51/140] Compiling SwiftProtobuf TextFormatDecodingError.swift
[52/140] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[53/140] Compiling SwiftProtobuf TextFormatEncoder.swift
[54/140] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[55/140] Compiling SwiftProtobuf JSONDecodingOptions.swift
[56/140] Compiling SwiftProtobuf JSONEncoder.swift
[57/140] Compiling SwiftProtobuf JSONEncodingError.swift
[58/140] Compiling SwiftProtobuf JSONEncodingOptions.swift
[59/140] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[60/140] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[61/140] Compiling SwiftProtobuf JSONScanner.swift
[62/140] Compiling SwiftProtobuf MathUtils.swift
[63/140] Compiling SwiftProtobuf Message+AnyAdditions.swift
[64/140] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[65/140] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[66/140] Compiling SwiftProtobuf Message+FieldMask.swift
[67/140] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[68/140] Compiling SwiftProtobuf TextFormatScanner.swift
[69/140] Compiling SwiftProtobuf TimeUtils.swift
[70/140] Compiling SwiftProtobuf UnknownStorage.swift
[71/140] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[72/140] Compiling SwiftProtobuf Varint.swift
[73/140] Compiling SwiftProtobuf Version.swift
[74/140] Compiling SwiftProtobuf Visitor.swift
[75/140] Compiling SwiftProtobuf WireFormat.swift
[76/140] Compiling SwiftProtobuf ZigZag.swift
[77/140] Compiling SwiftProtobuf any.pb.swift
[78/140] Compiling SwiftProtobuf Message+JSONAdditions.swift
[79/140] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[80/140] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[81/140] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[82/140] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[83/140] Compiling SwiftProtobuf Message.swift
[84/140] Compiling SwiftProtobuf MessageExtension.swift
[85/140] Compiling SwiftProtobuf NameMap.swift
[86/140] Compiling SwiftProtobuf PathDecoder.swift
[87/140] Compiling SwiftProtobuf PathVisitor.swift
[88/140] Compiling SwiftProtobuf ProtoNameProviding.swift
[89/140] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[121/140] Compiling SQLite Query+with.swift
[122/140] Compiling SQLite Query.swift
[123/140] Compiling SQLite Schema.swift
[124/140] Compiling SQLite Setter.swift
[125/140] Compiling SwiftProtobuf JSONDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
BUILD FAILURE 6.2 android