Build Information
Successful build of SwiftNBT, reference v1.0.0 (1e27e6), with Swift 6.2 for Android on 28 Nov 2025 17:05:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/arnaudrmt/SwiftNBT.git
Reference: v1.0.0
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/arnaudrmt/SwiftNBT
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 1e27e60 Initial release 1.0.0: Complete NBT parsing and GZip support
Cloned https://github.com/arnaudrmt/SwiftNBT.git
Revision (git rev-parse @):
1e27e608d6e9edc74a4d4536ce5541141858350f
SUCCESS checkout https://github.com/arnaudrmt/SwiftNBT.git at v1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/arnaudrmt/SwiftNBT.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6B0C4D200E742BB1.txt
[3/9] Compiling SwiftNBT NBTTag+Accessors.swift
[4/9] Emitting module SwiftNBT
[5/9] Compiling SwiftNBT NBTParser.swift
[6/9] Compiling SwiftNBT NBTError.swift
[7/9] Compiling SwiftNBT NBTStream.swift
[8/9] Compiling SwiftNBT NBTTag.swift
[9/9] Compiling SwiftNBT Data+GZip.swift
Build complete! (12.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftNBT",
"name" : "SwiftNBT",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftNBT",
"targets" : [
"SwiftNBT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftNBTTests",
"module_type" : "SwiftTarget",
"name" : "SwiftNBTTests",
"path" : "Tests/SwiftNBTTests",
"sources" : [
"SwiftNBTTests.swift"
],
"target_dependencies" : [
"SwiftNBT"
],
"type" : "test"
},
{
"c99name" : "SwiftNBT",
"module_type" : "SwiftTarget",
"name" : "SwiftNBT",
"path" : "Sources/SwiftNBT",
"product_memberships" : [
"SwiftNBT"
],
"sources" : [
"Core/NBTParser.swift",
"Core/NBTStream.swift",
"Core/NBTTag.swift",
"Errors/NBTError.swift",
"Extensions/Data+GZip.swift",
"Extensions/NBTTag+Accessors.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.