Build Information
Successful build of swift-openstep-property-list, reference main (c16e31
), with Swift 6.2 (beta) for Android on 14 Aug 2025 08:16:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Formkunft/swift-openstep-property-list.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/Formkunft/swift-openstep-property-list
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c16e31e Swift concurrency platform version guards
Cloned https://github.com/Formkunft/swift-openstep-property-list.git
Revision (git rev-parse @):
c16e31ead912685f4fd0264a9e2b6b41ab7d37c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Formkunft/swift-openstep-property-list.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Formkunft/swift-openstep-property-list.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Formkunft/swift-collection-parser
[1/62] Fetching swift-collection-parser
Fetched https://github.com/Formkunft/swift-collection-parser from cache (0.22s)
Computing version for https://github.com/Formkunft/swift-collection-parser
Computed https://github.com/Formkunft/swift-collection-parser at 2.0.1 (0.51s)
Creating working copy for https://github.com/Formkunft/swift-collection-parser
Working copy of https://github.com/Formkunft/swift-collection-parser resolved at 2.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/5] Emitting module CollectionParser
[5/5] Compiling CollectionParser Parser.swift
[7/18] Compiling OpenStepPropertyList PropertyList.PathSet.swift
[8/19] Compiling OpenStepPropertyList PropertyListProtocol.swift
[9/19] Compiling OpenStepPropertyList PropertyList.PlainView.swift
[10/19] Compiling OpenStepPropertyList PropertyList.swift
[11/19] Compiling OpenStepPropertyList PropertyList Subscript.swift
[12/19] Compiling OpenStepPropertyList PropertyList.Number.swift
[13/19] Compiling OpenStepPropertyList PropertyList Encoding.swift
[14/19] Compiling OpenStepPropertyList PropertyList Literals.swift
[15/19] Compiling OpenStepPropertyList ByteString.swift
[16/19] Compiling OpenStepPropertyList PropertyList Access.swift
[17/19] Compiling OpenStepPropertyList PropertyList Codable.swift
[18/19] Compiling OpenStepPropertyList PropertyList Decoding.swift
[19/19] Emitting module OpenStepPropertyList
Build complete! (11.17s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collection-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Formkunft/swift-collection-parser"
}
],
"manifest_display_name" : "swift-openstep-property-list",
"name" : "swift-openstep-property-list",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OpenStepPropertyList",
"targets" : [
"OpenStepPropertyList"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenStepPropertyListTests",
"module_type" : "SwiftTarget",
"name" : "OpenStepPropertyListTests",
"path" : "Tests/OpenStepPropertyListTests",
"sources" : [
"Access Tests.swift",
"ByteString Tests.swift",
"Decoding Tests.swift"
],
"target_dependencies" : [
"OpenStepPropertyList"
],
"type" : "test"
},
{
"c99name" : "OpenStepPropertyList",
"module_type" : "SwiftTarget",
"name" : "OpenStepPropertyList",
"path" : "Sources/OpenStepPropertyList",
"product_dependencies" : [
"CollectionParser"
],
"product_memberships" : [
"OpenStepPropertyList"
],
"sources" : [
"ByteString.swift",
"PropertyList Access.swift",
"PropertyList Codable.swift",
"PropertyList Decoding.swift",
"PropertyList Encoding.swift",
"PropertyList Literals.swift",
"PropertyList Subscript.swift",
"PropertyList.Number.swift",
"PropertyList.PathSet.swift",
"PropertyList.PlainView.swift",
"PropertyList.swift",
"PropertyListProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "6.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.