Build Information
Successful build of Cache, reference main (356c10
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 07:55:36 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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xOpenBytes/Cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/Cache
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 356c100 Update JSON.swift
Cloned https://github.com/0xOpenBytes/Cache.git
Revision (git rev-parse @):
356c1005b3b4b220fd83700450a7faf1c55d752e
SUCCESS checkout https://github.com/0xOpenBytes/Cache.git at main
Fetching https://github.com/0xOpenBytes/c
Fetching https://github.com/0xOpenBytes/t
[1/368] Fetching t
[156/605] Fetching t, c
Fetched https://github.com/0xOpenBytes/c from cache (0.94s)
Fetched https://github.com/0xOpenBytes/t from cache (0.94s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 4.0.0 (0.55s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.54s)
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 4.0.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": "cache",
"name": "Cache",
"url": "https://github.com/0xOpenBytes/Cache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
"dependencies": [
{
"identity": "c",
"name": "c",
"url": "https://github.com/0xOpenBytes/c",
"version": "4.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/c",
"dependencies": [
{
"identity": "t",
"name": "t",
"url": "https://github.com/0xOpenBytes/t",
"version": "1.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/0xOpenBytes/Cache.git
[1/27] Fetching cache
Fetched https://github.com/0xOpenBytes/Cache.git from cache (0.55s)
Fetching https://github.com/0xOpenBytes/c from cache
Fetched https://github.com/0xOpenBytes/c from cache (0.46s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 4.0.0 (0.02s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetched https://github.com/0xOpenBytes/t from cache (0.45s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.02s)
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Creating working copy for https://github.com/0xOpenBytes/Cache.git
Working copy of https://github.com/0xOpenBytes/Cache.git resolved at main (356c100)
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 4.0.0
warning: '.resolve-product-dependencies': dependency 'cache' is not used by any target
Found 1 product dependencies
- c
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/0xOpenBytes/Cache.git
{
"dependencies" : [
{
"identity" : "c",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xOpenBytes/c"
}
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"CacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_dependencies" : [
"c"
],
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache.swift",
"JSON.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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 -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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/10] Compiling t t.swift
[6/10] Compiling t t+Structure.swift
[7/10] Compiling t t+Factories.swift
[8/10] Compiling t t+Assertion.swift
[9/10] Emitting module t
[10/10] Compiling t t+Logging.swift
[11/12] Compiling c c.swift
[12/12] Emitting module c
[13/15] Compiling Cache JSON.swift
[14/15] Emitting module Cache
[15/15] Compiling Cache Cache.swift
Build complete! (7.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "c",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xOpenBytes/c"
}
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"CacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_dependencies" : [
"c"
],
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache.swift",
"JSON.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.