Build Information
Successful build of AppState, reference 2.1.3 (2723af
), with Swift 6.0 for Linux on 3 Dec 2024 12:07:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/AppState.git
Reference: 2.1.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/0xLeif/AppState
* tag 2.1.3 -> FETCH_HEAD
HEAD is now at 2723afc Fix Xcode 16.1 error about property not on main actor (#119)
Cloned https://github.com/0xLeif/AppState.git
Revision (git rev-parse @):
2723afc6617dfc4123631bc04157cae1dce2e724
SUCCESS checkout https://github.com/0xLeif/AppState.git at 2.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/0xLeif/AppState.git
{
"dependencies" : [
{
"identity" : "cache",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLeif/Cache"
}
],
"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",
"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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/0xLeif/Cache
[1/400] Fetching cache
Fetched https://github.com/0xLeif/Cache from cache (0.84s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (3.76s)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Emitting module Cache
[5/30] Compiling Cache Global+images.swift
[6/30] Compiling Cache Global+loggers.swift
[7/30] Compiling Cache Global.swift
[8/30] Compiling Cache Logging.swift
[9/30] Compiling Cache OptionallyCached.swift
[10/30] Compiling Cache Resolved.swift
[11/30] Compiling Cache AnyCacheable.swift
[12/30] Compiling Cache Cache+subscript.swift
[13/30] Compiling Cache Cache.swift
[14/30] Compiling Cache ComposableCache.swift
[15/30] Compiling Cache ExpiringCache+subscript.swift
[16/30] Compiling Cache ExpiringCache.swift
[17/30] Compiling Cache LRUCache.swift
[18/30] Compiling Cache PersistableCache.swift
[19/30] Compiling Cache RequiredKeysCache+subscript.swift
[20/30] Compiling Cache RequiredKeysCache.swift
[21/30] Compiling Cache CacheInitializable.swift
[22/30] Compiling Cache Cacheable.swift
[23/30] Compiling Cache Dictionary+Cacheable.swift
[24/30] Compiling Cache InvalidTypeError.swift
[25/30] Compiling Cache MissingRequiredKeysError.swift
[26/30] Compiling Cache Global+cache.swift
[27/30] Compiling Cache Global+dependencies.swift
[28/30] Compiling Cache JSON+subscript.swift
[29/30] Compiling Cache JSON.swift
[30/30] Compiling Cache Cached.swift
[32/64] Compiling AppState Application+ApplicationPreview.swift
[33/64] Compiling AppState Application+Scope.swift
[34/64] Compiling AppState ApplicationLogger.swift
[35/64] Compiling AppState FileManager+AppState.swift
[36/64] Compiling AppState FileManaging.swift
[37/64] Compiling AppState Loggable.swift
[38/64] Compiling AppState MutableApplicationState.swift
[39/64] Compiling AppState UbiquitousKeyValueStoreManaging.swift
[40/64] Compiling AppState UserDefaultsManaging.swift
[41/64] Compiling AppState Application+FileState.swift
[42/68] Compiling AppState Application+OptionalSliceOptionalValue.swift
[43/68] Compiling AppState Application+Slice.swift
[44/68] Compiling AppState Keychain.swift
[45/68] Compiling AppState AppDependency.swift
[46/68] Emitting module AppState
[47/68] Compiling AppState OptionalSlice.swift
[48/68] Compiling AppState Slice.swift
[49/68] Compiling AppState StoredState.swift
[50/68] Compiling AppState SyncState.swift
[51/68] Compiling AppState ObservedDependency.swift
[52/68] Compiling AppState DependencyConstant.swift
[53/68] Compiling AppState DependencySlice.swift
[54/68] Compiling AppState AppState.swift
[55/68] Compiling AppState Application+SecureState.swift
[56/68] Compiling AppState Application+State.swift
[57/68] Compiling AppState Application+StoredState.swift
[58/68] Compiling AppState Application+SyncState.swift
[59/68] Compiling AppState Application+OptionalSlice.swift
[60/68] Compiling AppState Application+internal.swift
[61/68] Compiling AppState Application+public.swift
[62/68] Compiling AppState Application.swift
[63/68] Compiling AppState Application+Dependency.swift
[64/68] Compiling AppState Application+DependencySlice.swift
[65/68] Compiling AppState FileState.swift
[66/68] Compiling AppState SecureState.swift
[67/68] Compiling AppState Constant.swift
[68/68] Compiling AppState OptionalConstant.swift
Build complete! (25.88s)
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"
}
],
"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",
"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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.