Build Information
Successful build of AppState, reference 2.1.3 (2723af
), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 01:22:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/AppState.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/0xLeif/Cache
[1/400] Fetching cache
Fetched https://github.com/0xLeif/Cache from cache (0.76s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (3.25s)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "appstate",
"name": "AppState",
"url": "https://github.com/0xLeif/AppState.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppState",
"dependencies": [
{
"identity": "cache",
"name": "Cache",
"url": "https://github.com/0xLeif/Cache",
"version": "2.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/0xLeif/AppState.git
[1/2399] Fetching appstate
Fetched https://github.com/0xLeif/AppState.git from cache (0.92s)
Fetching https://github.com/0xLeif/Cache from cache
Fetched https://github.com/0xLeif/Cache from cache (0.43s)
Computing version for https://github.com/0xLeif/Cache
Computed https://github.com/0xLeif/Cache at 2.1.0 (0.02s)
Creating working copy for https://github.com/0xLeif/AppState.git
Working copy of https://github.com/0xLeif/AppState.git resolved at 2.1.3 (2723afc)
Creating working copy for https://github.com/0xLeif/Cache
Working copy of https://github.com/0xLeif/Cache resolved at 2.1.0
warning: '.resolve-product-dependencies': dependency 'appstate' is not used by any target
Found 1 product dependencies
- Cache
========================================
Build
========================================
Selected platform: macosSpm
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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/28] Emitting module Cache
[5/30] Compiling Cache OptionallyCached.swift
[6/30] Compiling Cache Resolved.swift
[7/30] Compiling Cache JSON+subscript.swift
[8/30] Compiling Cache JSON.swift
[9/30] Compiling Cache Dictionary+Cacheable.swift
[10/30] Compiling Cache InvalidTypeError.swift
[11/30] Compiling Cache MissingRequiredKeysError.swift
[12/30] Compiling Cache Cached.swift
[13/30] Compiling Cache Logging.swift
[14/30] Compiling Cache ComposableCache.swift
[15/30] Compiling Cache ExpiringCache+subscript.swift
[16/30] Compiling Cache ExpiringCache.swift
[17/30] Compiling Cache RequiredKeysCache.swift
[18/30] Compiling Cache CacheInitializable.swift
[19/30] Compiling Cache Cacheable.swift
[20/30] Compiling Cache Global+loggers.swift
[21/30] Compiling Cache Global.swift
[22/30] Compiling Cache LRUCache.swift
[23/30] Compiling Cache PersistableCache.swift
[24/30] Compiling Cache RequiredKeysCache+subscript.swift
[25/30] Compiling Cache AnyCacheable.swift
[26/30] Compiling Cache Cache+subscript.swift
[27/30] Compiling Cache Cache.swift
[28/30] Compiling Cache Global+cache.swift
[29/30] Compiling Cache Global+dependencies.swift
[30/30] Compiling Cache Global+images.swift
[31/64] Compiling AppState AppState.swift
[32/64] Compiling AppState FileState.swift
[33/64] Compiling AppState SecureState.swift
[34/64] Compiling AppState Application+DependencySlice.swift
[35/64] Compiling AppState Application+ApplicationPreview.swift
[36/64] Compiling AppState Application+Scope.swift
[37/64] Compiling AppState ApplicationLogger.swift
[38/64] Compiling AppState ObservedDependency.swift
[39/64] Compiling AppState DependencyConstant.swift
[40/64] Compiling AppState DependencySlice.swift
[41/67] Compiling AppState Constant.swift
[42/67] Compiling AppState OptionalConstant.swift
[43/67] Compiling AppState OptionalSlice.swift
[44/67] Compiling AppState Application+State.swift
[45/67] Compiling AppState Application+StoredState.swift
[46/67] Compiling AppState Application+SyncState.swift
[47/67] Compiling AppState Application+OptionalSlice.swift
[48/67] Compiling AppState Application+OptionalSliceOptionalValue.swift
[49/67] Compiling AppState Application+Slice.swift
[50/67] Compiling AppState Keychain.swift
[51/67] Compiling AppState AppDependency.swift
[52/67] Emitting module AppState
[53/67] Compiling AppState Application+internal.swift
[54/67] Compiling AppState Application+public.swift
[55/67] Compiling AppState Application.swift
[56/67] Compiling AppState Application+Dependency.swift
[57/67] Compiling AppState FileManager+AppState.swift
[58/67] Compiling AppState FileManaging.swift
[59/67] Compiling AppState Loggable.swift
[60/67] Compiling AppState MutableApplicationState.swift
[61/67] Compiling AppState UbiquitousKeyValueStoreManaging.swift
[62/67] Compiling AppState UserDefaultsManaging.swift
[63/67] Compiling AppState Application+FileState.swift
[64/67] Compiling AppState Application+SecureState.swift
[65/67] Compiling AppState Slice.swift
[66/67] Compiling AppState StoredState.swift
[67/67] Compiling AppState SyncState.swift
Build complete! (24.63s)
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" : "/Users/admin/builder/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"
}
Done.