Build Information
Successful build of XPtr, reference 1.0.1 (f7f0b2), with Swift 6.2 for Android on 23 Jun 2025 02:48:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/XPtrSwift.git
Reference: 1.0.1
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/wuyu2015/XPtrSwift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at f7f0b29 Modify: .gitignore
Cloned https://github.com/wuyu2015/XPtrSwift.git
Revision (git rev-parse @):
f7f0b29c7992f304f0fbc9ef46f175900bbb653b
SUCCESS checkout https://github.com/wuyu2015/XPtrSwift.git at 1.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/wuyu2015/XPtrSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.95s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (2.07s)
Creating working copy for https://github.com/wuyu2015/XCTestDelayPrinter
Working copy of https://github.com/wuyu2015/XCTestDelayPrinter resolved at 1.0.2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/7] Compiling XPtr XPtr.swift
[4/7] Compiling XPtr CountType.swift
[5/7] Emitting module XPtr
[6/7] Compiling XPtr SecretKey.swift
[7/7] Compiling XPtr Ptr.swift
Build complete! (11.40s)
Build complete.
{
"dependencies" : [
{
"identity" : "xctestdelayprinter",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wuyu2015/XCTestDelayPrinter"
}
],
"manifest_display_name" : "XPtr",
"name" : "XPtr",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XPtr",
"targets" : [
"XPtr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XPtrTests",
"module_type" : "SwiftTarget",
"name" : "XPtrTests",
"path" : "Tests/XPtrTests",
"product_dependencies" : [
"XCTestDelayPrinter"
],
"sources" : [
"CountTypeTests.swift",
"PtrTests.swift",
"SecretKeyTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XPtr"
],
"type" : "test"
},
{
"c99name" : "XPtr",
"module_type" : "SwiftTarget",
"name" : "XPtr",
"path" : "Sources/XPtr",
"product_memberships" : [
"XPtr"
],
"sources" : [
"CountType.swift",
"Ptr.swift",
"SecretKey.swift",
"XPtr.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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
Done.