Build Information
Successful build of Forever, reference main (fc08a9), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 07:20:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jiachenyee/Forever.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jiachenyee/Forever
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fc08a96 add .spi.yml
Cloned https://github.com/jiachenyee/Forever.git
Revision (git rev-parse @):
fc08a96f42c473fa6d5ded5b485de68c542650be
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jiachenyee/Forever.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jiachenyee/Forever.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Emitting module Forever
[4/6] Compiling Forever Forever.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:274:20: warning: capture of non-sendable type 'Value.Type' in an isolated closure
272 | public var projectedValue: Binding<Value> {
273 | Binding {
274 | _value.wrappedValue
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
275 | } set: { value, transaction in
276 |
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:272:47: warning: capture of non-sendable type 'Value.Type' in an isolated closure
270 |
271 | /// A binding to the ``Forever`` value.
272 | public var projectedValue: Binding<Value> {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
273 | Binding {
274 | _value.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:278:22: warning: capture of non-sendable type 'Value.Type' in an isolated closure
276 |
277 | if transaction.disablesAnimations {
278 | self.value = value
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
279 | } else {
280 | withAnimation(transaction.animation) {
/Users/admin/builder/spi-builder-workspace/Sources/Forever/Forever.swift:272:47: warning: capture of non-sendable type 'Value.Type' in an isolated closure
270 |
271 | /// A binding to the ``Forever`` value.
272 | public var projectedValue: Binding<Value> {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
273 | Binding {
274 | _value.wrappedValue
[5/6] Compiling Forever Forever+Combine.swift
[6/6] Compiling Forever Forever+Persistence.swift
Build complete! (7.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Forever",
"name" : "Forever",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Forever",
"targets" : [
"Forever"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Forever",
"module_type" : "SwiftTarget",
"name" : "Forever",
"path" : "Sources/Forever",
"product_memberships" : [
"Forever"
],
"sources" : [
"Forever+Combine.swift",
"Forever+Persistence.swift",
"Forever.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.