Build Information
Successful build of Exhibition, reference main (82035f), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 07:03:02 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/mjarvis/Exhibition.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mjarvis/Exhibition
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 82035f9 Fix bug where changes are published during SwiftUI view init (#74)
Cloned https://github.com/mjarvis/Exhibition.git
Revision (git rev-parse @):
82035f9218442b5f7194e92508f12df2286e7de4
SUCCESS checkout https://github.com/mjarvis/Exhibition.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mjarvis/Exhibition.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/19] Compiling Exhibition DictionaryKeySort.swift
[4/19] Compiling Exhibition IntParameterView.swift
[5/19] Compiling Exhibition StringParameterView.swift
[6/20] Compiling Exhibition ExhibitListView.swift
[7/20] Compiling Exhibition ExhibitProvider.swift
[8/20] Compiling Exhibition AnyExhibit.swift
[9/20] Compiling Exhibition Context.swift
[10/20] Compiling Exhibition ClosureParameterView.swift
[11/20] Compiling Exhibition DateParameterView.swift
[12/20] Compiling Exhibition ParameterView.swift
[13/20] Compiling Exhibition BoolParameterView.swift
[14/20] Compiling Exhibition UnknownParameterView.swift
[15/20] Compiling Exhibition DebugView.swift
[16/20] Compiling Exhibition Defaultable.swift
[17/20] Compiling Exhibition DecimalFormattedParameterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Exhibition/ParameterViews/EnumParameterView.swift:33:51: warning: capture of non-sendable type 'E.Type' in an isolated closure
31 |
32 | return Binding(
33 | get: { parameter.wrappedValue.current as! E },
| `- warning: capture of non-sendable type 'E.Type' in an isolated closure
34 | set: { parameter.wrappedValue.current = $0 }
35 | )
/Users/admin/builder/spi-builder-workspace/Sources/Exhibition/ParameterViews/EnumParameterView.swift:34:53: warning: capture of non-sendable type 'E.Type' in an isolated closure
32 | return Binding(
33 | get: { parameter.wrappedValue.current as! E },
34 | set: { parameter.wrappedValue.current = $0 }
| `- warning: capture of non-sendable type 'E.Type' in an isolated closure
35 | )
36 | }
[18/20] Compiling Exhibition EnumParameterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Exhibition/ParameterViews/EnumParameterView.swift:33:51: warning: capture of non-sendable type 'E.Type' in an isolated closure
31 |
32 | return Binding(
33 | get: { parameter.wrappedValue.current as! E },
| `- warning: capture of non-sendable type 'E.Type' in an isolated closure
34 | set: { parameter.wrappedValue.current = $0 }
35 | )
/Users/admin/builder/spi-builder-workspace/Sources/Exhibition/ParameterViews/EnumParameterView.swift:34:53: warning: capture of non-sendable type 'E.Type' in an isolated closure
32 | return Binding(
33 | get: { parameter.wrappedValue.current as! E },
34 | set: { parameter.wrappedValue.current = $0 }
| `- warning: capture of non-sendable type 'E.Type' in an isolated closure
35 | )
36 | }
[19/20] Emitting module Exhibition
[20/20] Compiling Exhibition View+Modify.swift
Build complete! (8.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Exhibition",
"name" : "Exhibition",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Exhibition",
"targets" : [
"Exhibition"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExhibitionTests",
"module_type" : "SwiftTarget",
"name" : "ExhibitionTests",
"path" : "Tests/ExhibitionTests",
"sources" : [
"ExhibitionTests.swift"
],
"target_dependencies" : [
"Exhibition"
],
"type" : "test"
},
{
"c99name" : "Exhibition",
"module_type" : "SwiftTarget",
"name" : "Exhibition",
"path" : "Sources/Exhibition",
"product_memberships" : [
"Exhibition"
],
"sources" : [
"AnyExhibit.swift",
"Context.swift",
"DebugView.swift",
"Defaultable.swift",
"ExhibitListView.swift",
"ExhibitProvider.swift",
"ParameterView.swift",
"ParameterViews/BoolParameterView.swift",
"ParameterViews/ClosureParameterView.swift",
"ParameterViews/DateParameterView.swift",
"ParameterViews/DecimalFormattedParameterView.swift",
"ParameterViews/EnumParameterView.swift",
"ParameterViews/IntParameterView.swift",
"ParameterViews/StringParameterView.swift",
"ParameterViews/UnknownParameterView.swift",
"Utilities/DictionaryKeySort.swift",
"Utilities/View+Modify.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.