Build Information
Successful build of AppState, reference main (cae68a
), with Swift 6.1 for Linux on 8 Jun 2025 23:04:02 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/AppState.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/0xLeif/AppState
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cae68a0 docs: refresh README and installation (#132)
Cloned https://github.com/0xLeif/AppState.git
Revision (git rev-parse @):
cae68a097c58961db7a81942693a650455bc5c66
SUCCESS checkout https://github.com/0xLeif/AppState.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/0xLeif/AppState.git
https://github.com/0xLeif/AppState.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "cache",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLeif/Cache"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AppState",
"name" : "AppState",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AppState",
"targets" : [
"AppState"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppStateTests",
"module_type" : "SwiftTarget",
"name" : "AppStateTests",
"path" : "Tests/AppStateTests",
"sources" : [
"AppDependencyTests.swift",
"AppStateTests.swift",
"ApplicationTests.swift",
"DependencySliceTests.swift",
"FileManagerExtensionTests.swift",
"FileStateTests.swift",
"KeychainTests.swift",
"ObservedDependencyTests.swift",
"OptionalSliceTests.swift",
"SecureStateTests.swift",
"SliceTests.swift",
"StoredStateTests.swift",
"SyncStateTests.swift"
],
"target_dependencies" : [
"AppState"
],
"type" : "test"
},
{
"c99name" : "AppState",
"module_type" : "SwiftTarget",
"name" : "AppState",
"path" : "Sources/AppState",
"product_dependencies" : [
"Cache"
],
"product_memberships" : [
"AppState"
],
"sources" : [
"Application/Application+internal.swift",
"Application/Application+public.swift",
"Application/Application.swift",
"Application/Types/Dependency/Application+Dependency.swift",
"Application/Types/Dependency/Slice/Application+DependencySlice.swift",
"Application/Types/Helper/Application+ApplicationPreview.swift",
"Application/Types/Helper/Application+Scope.swift",
"Application/Types/Helper/ApplicationLogger.swift",
"Application/Types/Helper/FileManager+AppState.swift",
"Application/Types/Helper/FileManaging.swift",
"Application/Types/Helper/Loggable.swift",
"Application/Types/Helper/MutableApplicationState.swift",
"Application/Types/Helper/UbiquitousKeyValueStoreManaging.swift",
"Application/Types/Helper/UserDefaultsManaging.swift",
"Application/Types/State/Application+FileState.swift",
"Application/Types/State/Application+SecureState.swift",
"Application/Types/State/Application+State.swift",
"Application/Types/State/Application+StoredState.swift",
"Application/Types/State/Application+SyncState.swift",
"Application/Types/State/Slice/Application+OptionalSlice.swift",
"Application/Types/State/Slice/Application+OptionalSliceOptionalValue.swift",
"Application/Types/State/Slice/Application+Slice.swift",
"Dependencies/Keychain.swift",
"PropertyWrappers/Dependency/AppDependency.swift",
"PropertyWrappers/Dependency/ObservedDependency.swift",
"PropertyWrappers/Dependency/Slice/DependencyConstant.swift",
"PropertyWrappers/Dependency/Slice/DependencySlice.swift",
"PropertyWrappers/State/AppState.swift",
"PropertyWrappers/State/FileState.swift",
"PropertyWrappers/State/SecureState.swift",
"PropertyWrappers/State/Slice/Constant.swift",
"PropertyWrappers/State/Slice/OptionalConstant.swift",
"PropertyWrappers/State/Slice/OptionalSlice.swift",
"PropertyWrappers/State/Slice/Slice.swift",
"PropertyWrappers/State/StoredState.swift",
"PropertyWrappers/State/SyncState.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/0xLeif/Cache
[1/486] Fetching cache
[487/2554] Fetching cache, swift-docc-plugin
Fetched https://github.com/0xLeif/Cache from cache (0.20s)
[249/2068] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.32s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (2.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.82s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/29] Emitting module Cache
[7/32] Compiling Cache Logging.swift
[8/32] Compiling Cache OptionallyCached.swift
[9/32] Compiling Cache Resolved.swift
[10/32] Compiling Cache Global+images.swift
[11/32] Compiling Cache Global+loggers.swift
[12/32] Compiling Cache Global.swift
[13/32] Compiling Cache Cacheable.swift
[14/32] Compiling Cache Dictionary+Cacheable.swift
[15/32] Compiling Cache InvalidTypeError.swift
[16/32] Compiling Cache ExpiringCache+subscript.swift
[17/32] Compiling Cache ExpiringCache.swift
[18/32] Compiling Cache LRUCache.swift
[19/32] Compiling Cache PersistableCache.swift
[20/32] Compiling Cache AnyCacheable.swift
[21/32] Compiling Cache Cache+subscript.swift
[22/32] Compiling Cache Cache.swift
[23/32] Compiling Cache ComposableCache.swift
[24/32] Compiling Cache JSON+subscript.swift
[25/32] Compiling Cache JSON.swift
[26/32] Compiling Cache Cached.swift
[27/32] Compiling Cache MissingRequiredKeysError.swift
[28/32] Compiling Cache Global+cache.swift
[29/32] Compiling Cache Global+dependencies.swift
[30/32] Compiling Cache RequiredKeysCache+subscript.swift
[31/32] Compiling Cache RequiredKeysCache.swift
[32/32] Compiling Cache CacheInitializable.swift
[34/66] Compiling AppState ObservedDependency.swift
[35/66] Compiling AppState DependencyConstant.swift
[36/66] Compiling AppState DependencySlice.swift
[37/66] Compiling AppState AppState.swift
[38/70] Compiling AppState Loggable.swift
[39/70] Compiling AppState MutableApplicationState.swift
[40/70] Compiling AppState UbiquitousKeyValueStoreManaging.swift
[41/70] Compiling AppState UserDefaultsManaging.swift
[42/70] Compiling AppState Application+FileState.swift
[43/70] Compiling AppState FileState.swift
[44/70] Compiling AppState SecureState.swift
[45/70] Compiling AppState Constant.swift
[46/70] Compiling AppState OptionalConstant.swift
[47/70] Compiling AppState Application+OptionalSliceOptionalValue.swift
[48/70] Compiling AppState Application+Slice.swift
[49/70] Compiling AppState Keychain.swift
[50/70] Compiling AppState AppDependency.swift
[51/70] Emitting module AppState
[52/70] Compiling AppState Application+SecureState.swift
[53/70] Compiling AppState Application+State.swift
[54/70] Compiling AppState Application+StoredState.swift
[55/70] Compiling AppState Application+SyncState.swift
[56/70] Compiling AppState Application+OptionalSlice.swift
[57/70] Compiling AppState Application+ApplicationPreview.swift
[58/70] Compiling AppState Application+Scope.swift
[59/70] Compiling AppState ApplicationLogger.swift
[60/70] Compiling AppState FileManager+AppState.swift
[61/70] Compiling AppState FileManaging.swift
[62/70] Compiling AppState OptionalSlice.swift
[63/70] Compiling AppState Slice.swift
[64/70] Compiling AppState StoredState.swift
[65/70] Compiling AppState SyncState.swift
[66/70] Compiling AppState Application+internal.swift
[67/70] Compiling AppState Application+public.swift
[68/70] Compiling AppState Application.swift
[69/70] Compiling AppState Application+Dependency.swift
[70/70] Compiling AppState Application+DependencySlice.swift
Build complete! (24.36s)
Build complete.
{
"dependencies" : [
{
"identity" : "cache",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLeif/Cache"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AppState",
"name" : "AppState",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AppState",
"targets" : [
"AppState"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppStateTests",
"module_type" : "SwiftTarget",
"name" : "AppStateTests",
"path" : "Tests/AppStateTests",
"sources" : [
"AppDependencyTests.swift",
"AppStateTests.swift",
"ApplicationTests.swift",
"DependencySliceTests.swift",
"FileManagerExtensionTests.swift",
"FileStateTests.swift",
"KeychainTests.swift",
"ObservedDependencyTests.swift",
"OptionalSliceTests.swift",
"SecureStateTests.swift",
"SliceTests.swift",
"StoredStateTests.swift",
"SyncStateTests.swift"
],
"target_dependencies" : [
"AppState"
],
"type" : "test"
},
{
"c99name" : "AppState",
"module_type" : "SwiftTarget",
"name" : "AppState",
"path" : "Sources/AppState",
"product_dependencies" : [
"Cache"
],
"product_memberships" : [
"AppState"
],
"sources" : [
"Application/Application+internal.swift",
"Application/Application+public.swift",
"Application/Application.swift",
"Application/Types/Dependency/Application+Dependency.swift",
"Application/Types/Dependency/Slice/Application+DependencySlice.swift",
"Application/Types/Helper/Application+ApplicationPreview.swift",
"Application/Types/Helper/Application+Scope.swift",
"Application/Types/Helper/ApplicationLogger.swift",
"Application/Types/Helper/FileManager+AppState.swift",
"Application/Types/Helper/FileManaging.swift",
"Application/Types/Helper/Loggable.swift",
"Application/Types/Helper/MutableApplicationState.swift",
"Application/Types/Helper/UbiquitousKeyValueStoreManaging.swift",
"Application/Types/Helper/UserDefaultsManaging.swift",
"Application/Types/State/Application+FileState.swift",
"Application/Types/State/Application+SecureState.swift",
"Application/Types/State/Application+State.swift",
"Application/Types/State/Application+StoredState.swift",
"Application/Types/State/Application+SyncState.swift",
"Application/Types/State/Slice/Application+OptionalSlice.swift",
"Application/Types/State/Slice/Application+OptionalSliceOptionalValue.swift",
"Application/Types/State/Slice/Application+Slice.swift",
"Dependencies/Keychain.swift",
"PropertyWrappers/Dependency/AppDependency.swift",
"PropertyWrappers/Dependency/ObservedDependency.swift",
"PropertyWrappers/Dependency/Slice/DependencyConstant.swift",
"PropertyWrappers/Dependency/Slice/DependencySlice.swift",
"PropertyWrappers/State/AppState.swift",
"PropertyWrappers/State/FileState.swift",
"PropertyWrappers/State/SecureState.swift",
"PropertyWrappers/State/Slice/Constant.swift",
"PropertyWrappers/State/Slice/OptionalConstant.swift",
"PropertyWrappers/State/Slice/OptionalSlice.swift",
"PropertyWrappers/State/Slice/Slice.swift",
"PropertyWrappers/State/StoredState.swift",
"PropertyWrappers/State/SyncState.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.