Build Information
Successful build of xcframework, reference 0.2.3 (df89dc
), with Swift 6.2 (beta) for Android on 18 Jun 2025 18:21:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/jeffctown/xcframework.git
Reference: 0.2.3
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/jeffctown/xcframework
* tag 0.2.3 -> FETCH_HEAD
HEAD is now at df89dc9 Merge pull request #1 from jeffctown/feature/FixingSpaces
Cloned https://github.com/jeffctown/xcframework.git
Revision (git rev-parse @):
df89dc9cc456c511a17ee762b3ef82ed4223026b
SUCCESS checkout https://github.com/jeffctown/xcframework.git at 0.2.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/jeffctown/xcframework.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Carthage/Commandant
Fetching https://github.com/AlwaysRightInstitute/Shell
[1/81] Fetching shell
[82/2410] Fetching shell, commandant
Fetched https://github.com/AlwaysRightInstitute/Shell from cache (0.94s)
Fetched https://github.com/Carthage/Commandant from cache (0.94s)
Computing version for https://github.com/AlwaysRightInstitute/Shell
Computed https://github.com/AlwaysRightInstitute/Shell at 0.1.4 (2.10s)
Computing version for https://github.com/Carthage/Commandant
Computed https://github.com/Carthage/Commandant at 0.18.0 (0.66s)
Creating working copy for https://github.com/AlwaysRightInstitute/Shell
Working copy of https://github.com/AlwaysRightInstitute/Shell resolved at 0.1.4
Creating working copy for https://github.com/Carthage/Commandant
Working copy of https://github.com/Carthage/Commandant resolved at 0.18.0
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/25] Compiling Commandant OrderedSet.swift
[7/25] Compiling Commandant Result+Additions.swift
[8/26] Compiling Commandant Switch.swift
[9/26] Compiling Commandant ArgumentProtocol.swift
[10/26] Compiling Commandant Command.swift
[11/26] Emitting module Commandant
[12/26] Compiling Commandant Argument.swift
[13/26] Compiling Commandant ArgumentParser.swift
[14/26] Compiling Commandant Option.swift
[15/26] Emitting module Shell
[16/26] Compiling Shell ProcessHelper.swift
[17/26] Compiling Shell EnvironmentTrampoline.swift
[18/26] Compiling Shell Shell.swift
[19/26] Compiling Commandant HelpCommand.swift
[20/26] Compiling Commandant Errors.swift
[22/28] Wrapping AST for Commandant for debugging
[23/28] Wrapping AST for Shell for debugging
[25/31] Compiling XCFrameworkKit Version.swift
[26/31] Emitting module XCFrameworkKit
[27/31] Compiling XCFrameworkKit XCFrameworkBuilder.swift
[28/36] Wrapping AST for XCFrameworkKit for debugging
[30/36] Compiling xcframework main.swift
[31/36] Emitting module xcframework
[32/36] Compiling xcframework VersionCommand.swift
[33/36] Compiling xcframework BuildCommand.swift
[34/37] Wrapping AST for xcframework for debugging
[35/37] Write Objects.LinkFileList
[36/37] Linking xcframework
Build complete! (40.78s)
Build complete.
{
"dependencies" : [
{
"identity" : "shell",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AlwaysRightInstitute/Shell"
},
{
"identity" : "commandant",
"requirement" : {
"range" : [
{
"lower_bound" : "0.17.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/Commandant"
}
],
"manifest_display_name" : "xcframework",
"name" : "xcframework",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XCFrameworkKit",
"targets" : [
"XCFrameworkKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xcframework",
"targets" : [
"xcframework"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcframework",
"module_type" : "SwiftTarget",
"name" : "xcframework",
"path" : "Sources/xcframework",
"product_dependencies" : [
"Commandant"
],
"product_memberships" : [
"xcframework"
],
"sources" : [
"Commands/BuildCommand.swift",
"Commands/VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"XCFrameworkKit"
],
"type" : "executable"
},
{
"c99name" : "XCFrameworkKitTests",
"module_type" : "SwiftTarget",
"name" : "XCFrameworkKitTests",
"path" : "Tests/XCFrameworkKitTests",
"sources" : [
"test.swift"
],
"target_dependencies" : [
"XCFrameworkKit"
],
"type" : "test"
},
{
"c99name" : "XCFrameworkKit",
"module_type" : "SwiftTarget",
"name" : "XCFrameworkKit",
"path" : "Sources/XCFrameworkKit",
"product_dependencies" : [
"Shell"
],
"product_memberships" : [
"XCFrameworkKit",
"xcframework"
],
"sources" : [
"Version.swift",
"XCFrameworkBuilder.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.