Build Information
Successful build of RuntimeExtensions, reference master (5647c1), with Swift 6.1 for Android on 29 May 2025 12:19:13 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.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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/RuntimeExtensions.git
Reference: master
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/Appsaurus/RuntimeExtensions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5647c14 Merge pull request #2 from Appsaurus/1.1.0
Cloned https://github.com/Appsaurus/RuntimeExtensions.git
Revision (git rev-parse @):
5647c142d9de3365997aa51710e268d542c56238
SUCCESS checkout https://github.com/Appsaurus/RuntimeExtensions.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Appsaurus/RuntimeExtensions.git
https://github.com/Appsaurus/RuntimeExtensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "runtime",
"requirement" : {
"exact" : [
"2.2.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/wickwirew/Runtime"
},
{
"identity" : "swifttestutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appsaurus/SwiftTestUtils"
}
],
"manifest_display_name" : "RuntimeExtensions",
"name" : "RuntimeExtensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RuntimeExtensions",
"targets" : [
"RuntimeExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RuntimeExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "RuntimeExtensionsTests",
"path" : "RuntimeExtensionsTests/Shared",
"product_dependencies" : [
"SwiftTestUtils"
],
"sources" : [
"RuntimeExtensionsTests.swift",
"TestModels/TestKVCModel.swift",
"TestModels/TestKVCStruct.swift"
],
"target_dependencies" : [
"RuntimeExtensions"
],
"type" : "test"
},
{
"c99name" : "RuntimeExtensions",
"module_type" : "SwiftTarget",
"name" : "RuntimeExtensions",
"path" : "Sources/Shared",
"product_dependencies" : [
"Runtime"
],
"product_memberships" : [
"RuntimeExtensions"
],
"sources" : [
"EmptyInitializable.swift",
"EnumUtils.swift",
"Exports.swift",
"GlobalRuntimeFunctions.swift",
"KVC.swift",
"OptionalProtocol.swift",
"PropertyInfo++.swift",
"ProxyWrapper.swift",
"TypeInfo++.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/wickwirew/Runtime
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/1966] Fetching runtime
[198/2116] Fetching runtime, swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.30s)
Fetched https://github.com/wickwirew/Runtime from cache (0.30s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.87s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (2.32s)
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/45] Compiling Runtime TypeInfoConvertible.swift
[6/45] Compiling Runtime Pointers.swift
[7/45] Compiling Runtime RelativePointer.swift
[8/45] Compiling Runtime RelativeVectorPointer.swift
[9/45] Compiling Runtime Union.swift
[10/45] Compiling Runtime TypeDescriptor.swift
[11/45] Compiling Runtime ValueWitnessTable.swift
[12/45] Compiling Runtime ClassMetadata.swift
[13/45] Compiling Runtime EnumMetadata.swift
[14/45] Compiling Runtime FuntionMetadata.swift
[15/45] Compiling Runtime Metadata.swift
[16/50] Compiling Runtime EnumTypeDescriptor.swift
[17/50] Compiling Runtime ExistentialContainter.swift
[18/50] Compiling Runtime FieldDescriptor.swift
[19/50] Compiling Runtime FunctionMetadataLayout.swift
[20/50] Compiling Runtime MetadataLayoutType.swift
[21/50] Compiling Runtime ProtocolDescriptor.swift
[22/50] Compiling Runtime ProtocolMetadataLayout.swift
[23/50] Compiling Runtime ProtocolTypeContainer.swift
[24/50] Compiling Runtime StructMetadataLayout.swift
[25/50] Compiling Runtime StructTypeDescriptor.swift
[26/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[27/50] Compiling Runtime TupleMetadataLayout.swift
[28/50] Compiling Runtime Errors.swift
[29/50] Compiling Runtime FunctionInfo.swift
[30/50] Compiling Runtime Kind.swift
[31/50] Compiling Runtime PropertyInfo.swift
[32/50] Compiling Runtime TypeInfo.swift
[33/50] Compiling Runtime MetadataType.swift
[34/50] Compiling Runtime NominalMetadataType.swift
[35/50] Compiling Runtime ProtocolMetadata.swift
[36/50] Compiling Runtime StructMetadata.swift
[37/50] Compiling Runtime TupleMetadata.swift
[38/50] Compiling Runtime Case.swift
[39/50] Compiling Runtime Vector.swift
[40/50] Compiling Runtime GettersSetters.swift
[41/50] Compiling Runtime Pointer+Extensions.swift
[42/50] Compiling Runtime RetainCounts.swift
[43/50] Compiling Runtime String+Extensions.swift
[44/50] Emitting module Runtime
[45/50] Compiling Runtime DefaultValue.swift
[46/50] Compiling Runtime Factory.swift
[47/50] Compiling Runtime ClassHeader.swift
[48/50] Compiling Runtime ClassMetadataLayout.swift
[49/50] Compiling Runtime ClassTypeDescriptor.swift
[50/50] Compiling Runtime EnumMetadataLayout.swift
[52/60] Compiling RuntimeExtensions OptionalProtocol.swift
[53/60] Compiling RuntimeExtensions PropertyInfo++.swift
[54/60] Compiling RuntimeExtensions ProxyWrapper.swift
[55/61] Compiling RuntimeExtensions KVC.swift
[56/61] Compiling RuntimeExtensions Exports.swift
[57/61] Emitting module RuntimeExtensions
[58/61] Compiling RuntimeExtensions GlobalRuntimeFunctions.swift
[59/61] Compiling RuntimeExtensions EmptyInitializable.swift
[60/61] Compiling RuntimeExtensions EnumUtils.swift
[61/61] Compiling RuntimeExtensions TypeInfo++.swift
Build complete! (16.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "runtime",
"requirement" : {
"exact" : [
"2.2.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/wickwirew/Runtime"
},
{
"identity" : "swifttestutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appsaurus/SwiftTestUtils"
}
],
"manifest_display_name" : "RuntimeExtensions",
"name" : "RuntimeExtensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RuntimeExtensions",
"targets" : [
"RuntimeExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RuntimeExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "RuntimeExtensionsTests",
"path" : "RuntimeExtensionsTests/Shared",
"product_dependencies" : [
"SwiftTestUtils"
],
"sources" : [
"RuntimeExtensionsTests.swift",
"TestModels/TestKVCModel.swift",
"TestModels/TestKVCStruct.swift"
],
"target_dependencies" : [
"RuntimeExtensions"
],
"type" : "test"
},
{
"c99name" : "RuntimeExtensions",
"module_type" : "SwiftTarget",
"name" : "RuntimeExtensions",
"path" : "Sources/Shared",
"product_dependencies" : [
"Runtime"
],
"product_memberships" : [
"RuntimeExtensions"
],
"sources" : [
"EmptyInitializable.swift",
"EnumUtils.swift",
"Exports.swift",
"GlobalRuntimeFunctions.swift",
"KVC.swift",
"OptionalProtocol.swift",
"PropertyInfo++.swift",
"ProxyWrapper.swift",
"TypeInfo++.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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
Done.