Build Information
Failed to build SwiftMsgPack, reference main (0dbc12
), with Swift 6.1 for Android on 29 May 2025 11:22:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jayadamsmorgan/SwiftMsgPack.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/jayadamsmorgan/SwiftMsgPack
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0dbc12a Update README.md
Cloned https://github.com/jayadamsmorgan/SwiftMsgPack.git
Revision (git rev-parse @):
0dbc12a8b0131ffda23744dd41b6df7c2a3f508b
SUCCESS checkout https://github.com/jayadamsmorgan/SwiftMsgPack.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/jayadamsmorgan/SwiftMsgPack.git
https://github.com/jayadamsmorgan/SwiftMsgPack.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftMsgPack",
"name" : "SwiftMsgPack",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftMsgPack",
"targets" : [
"SwiftMsgPack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftMsgPackTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMsgPackTests",
"path" : "Tests/SwiftMsgPackTests",
"sources" : [
"SwiftMsgPackArrayTests.swift",
"SwiftMsgPackBinTests.swift",
"SwiftMsgPackBoolTests.swift",
"SwiftMsgPackDictionaryTests.swift",
"SwiftMsgPackExtTests.swift",
"SwiftMsgPackFloatTests.swift",
"SwiftMsgPackIntegerTests.swift",
"SwiftMsgPackNilTests.swift",
"SwiftMsgPackStringTests.swift",
"SwiftMsgUnpackArrayTests.swift",
"SwiftMsgUnpackBinTests.swift",
"SwiftMsgUnpackBoolTests.swift",
"SwiftMsgUnpackDictionaryTests.swift",
"SwiftMsgUnpackExtTests.swift",
"SwiftMsgUnpackFloatTests.swift",
"SwiftMsgUnpackIntegerTests.swift",
"SwiftMsgUnpackNilTests.swift",
"SwiftMsgUnpackStringTests.swift"
],
"target_dependencies" : [
"SwiftMsgPack"
],
"type" : "test"
},
{
"c99name" : "SwiftMsgPack",
"module_type" : "SwiftTarget",
"name" : "SwiftMsgPack",
"path" : "Sources/SwiftMsgPack",
"product_memberships" : [
"Example",
"SwiftMsgPack"
],
"sources" : [
"Packing.swift",
"Types.swift",
"Unpacking.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SwiftMsgPack"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SwiftMsgPack Unpacking.swift
[5/11] Compiling SwiftMsgPack Packing.swift
[6/11] Emitting module SwiftMsgPack
[7/11] Compiling SwiftMsgPack Types.swift
[8/12] Wrapping AST for SwiftMsgPack for debugging
[10/14] Emitting module Example
[11/14] Compiling Example Example.swift
/host/spi-builder-workspace/Sources/Example/Example.swift:57:9: error: cannot find 'sleep' in scope
55 | }
56 |
57 | sleep(1)
| `- error: cannot find 'sleep' in scope
58 | }
59 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling SwiftMsgPack Unpacking.swift
[3/9] Compiling SwiftMsgPack Types.swift
[4/9] Compiling SwiftMsgPack Packing.swift
[5/9] Emitting module SwiftMsgPack
[7/11] Emitting module Example
[8/11] Compiling Example Example.swift
/host/spi-builder-workspace/Sources/Example/Example.swift:57:9: error: cannot find 'sleep' in scope
55 | }
56 |
57 | sleep(1)
| `- error: cannot find 'sleep' in scope
58 | }
59 |
BUILD FAILURE 6.1 android