Build Information
Successful build of ShortcutsKit, reference v1.0.0 (3ab3c9), with Swift 6.1 for Android on 28 May 2025 07:33:08 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/LinusSkucas/ShortcutsKit.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/LinusSkucas/ShortcutsKit
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 3ab3c99 Write README
Cloned https://github.com/LinusSkucas/ShortcutsKit.git
Revision (git rev-parse @):
3ab3c998e2ed37ccc6ccb755376eb90f547f15da
SUCCESS checkout https://github.com/LinusSkucas/ShortcutsKit.git at v1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/LinusSkucas/ShortcutsKit.git
https://github.com/LinusSkucas/ShortcutsKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-commands",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/QiuZhiFei/swift-commands.git"
}
],
"manifest_display_name" : "ShortcutsKit",
"name" : "ShortcutsKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ShortcutsKit",
"targets" : [
"ShortcutsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShortcutsKitTests",
"module_type" : "SwiftTarget",
"name" : "ShortcutsKitTests",
"path" : "Tests/ShortcutsKitTests",
"sources" : [
"ShortcutsKitTests.swift"
],
"target_dependencies" : [
"ShortcutsKit"
],
"type" : "test"
},
{
"c99name" : "ShortcutsKit",
"module_type" : "SwiftTarget",
"name" : "ShortcutsKit",
"path" : "Sources/ShortcutsKit",
"product_dependencies" : [
"Commands"
],
"product_memberships" : [
"ShortcutsKit"
],
"sources" : [
"Shortcut.swift",
"ShortcutFolder.swift",
"ShortcutItem.swift",
"Shortcuts.swift",
"ShortcutsKitError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/QiuZhiFei/swift-commands.git
[1/289] Fetching swift-commands
Fetched https://github.com/QiuZhiFei/swift-commands.git from cache (0.38s)
Computing version for https://github.com/QiuZhiFei/swift-commands.git
Computed https://github.com/QiuZhiFei/swift-commands.git at 0.6.0 (0.94s)
Creating working copy for https://github.com/QiuZhiFei/swift-commands.git
Working copy of https://github.com/QiuZhiFei/swift-commands.git resolved at 0.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling Commands CommandsENV.swift
[5/13] Compiling Commands CommandsArguments.swift
[6/13] Compiling Commands Commands.swift
[7/13] Compiling Commands CommandsAlias.swift
[8/13] Compiling Commands CommandsDashcTransformer.swift
[9/13] Emitting module Commands
[10/13] Compiling Commands CommandsResponse.swift
[11/13] Compiling Commands CommandsRequest.swift
[12/13] Compiling Commands CommandsResult.swift
[13/13] Compiling Commands CommandsTask.swift
[15/20] Compiling ShortcutsKit ShortcutsKitError.swift
[16/20] Compiling ShortcutsKit ShortcutItem.swift
[17/20] Compiling ShortcutsKit ShortcutFolder.swift
[18/20] Emitting module ShortcutsKit
/host/spi-builder-workspace/Sources/ShortcutsKit/Shortcuts.swift:28:20: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The default singleton for the Shortcuts Object
28 | public static var `default` = Shortcuts()
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | private func getAllShortcuts() -> [Shortcut] {
[19/20] Compiling ShortcutsKit Shortcut.swift
[20/20] Compiling ShortcutsKit Shortcuts.swift
/host/spi-builder-workspace/Sources/ShortcutsKit/Shortcuts.swift:28:20: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The default singleton for the Shortcuts Object
28 | public static var `default` = Shortcuts()
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | private func getAllShortcuts() -> [Shortcut] {
Build complete! (14.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-commands",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/QiuZhiFei/swift-commands.git"
}
],
"manifest_display_name" : "ShortcutsKit",
"name" : "ShortcutsKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ShortcutsKit",
"targets" : [
"ShortcutsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShortcutsKitTests",
"module_type" : "SwiftTarget",
"name" : "ShortcutsKitTests",
"path" : "Tests/ShortcutsKitTests",
"sources" : [
"ShortcutsKitTests.swift"
],
"target_dependencies" : [
"ShortcutsKit"
],
"type" : "test"
},
{
"c99name" : "ShortcutsKit",
"module_type" : "SwiftTarget",
"name" : "ShortcutsKit",
"path" : "Sources/ShortcutsKit",
"product_dependencies" : [
"Commands"
],
"product_memberships" : [
"ShortcutsKit"
],
"sources" : [
"Shortcut.swift",
"ShortcutFolder.swift",
"ShortcutItem.swift",
"Shortcuts.swift",
"ShortcutsKitError.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.