Build Information
Successful build of ShinySwiftUI, reference 1.2.0 (fc1f77
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:46:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Flowductive/shiny-swift-ui.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Flowductive/shiny-swift-ui
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at fc1f779 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/Flowductive/shiny-swift-ui.git
Revision (git rev-parse @):
fc1f779fc1bfc0701d0d22cd11ef91e0c15a7f92
SUCCESS checkout https://github.com/Flowductive/shiny-swift-ui.git at 1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Flowductive/shiny-swift-ui.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/28] Emitting module ShinySwiftUI
[4/30] Compiling ShinySwiftUI ShoveView.swift
[5/30] Compiling ShinySwiftUI VisualEffectView.swift
[6/30] Compiling ShinySwiftUI _OpacityLevel.swift
[7/30] Compiling ShinySwiftUI _SlickAnimationStyle.swift
[8/30] Compiling ShinySwiftUI Animation.swift
[9/30] Compiling ShinySwiftUI Color.swift
[10/30] Compiling ShinySwiftUI Divider.swift
[11/30] Compiling ShinySwiftUI Image.swift
[12/30] Compiling ShinySwiftUI ShinySwiftUI.swift
[13/30] Compiling ShinySwiftUI EnumPicker.swift
[14/30] Compiling ShinySwiftUI ScrollView.swift
[15/30] Compiling ShinySwiftUI Spacer.swift
[16/30] Compiling ShinySwiftUI Text.swift
[17/30] Compiling ShinySwiftUI UIDevice.swift
[18/30] Compiling ShinySwiftUI Line.swift
[19/30] Compiling ShinySwiftUI Wedge.swift
[20/30] Compiling ShinySwiftUI AnyTransition.swift
[21/30] Compiling ShinySwiftUI Color+Codable.swift
[22/30] Compiling ShinySwiftUI Color+Effects.swift
[23/30] Compiling ShinySwiftUI View+Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:63:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
63 | lhs.wrappedValue == rhs
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
64 | },
65 | set: {
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:60:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
58 | }
59 |
60 | fileprivate func == <T>(lhs: Binding<T>, rhs: T) -> Binding<Bool> where T: Equatable {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:67:13: warning: capture of non-sendable type 'T.Type' in an isolated closure
65 | set: {
66 | if $0 {
67 | lhs.wrappedValue = rhs
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:60:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
58 | }
59 |
60 | fileprivate func == <T>(lhs: Binding<T>, rhs: T) -> Binding<Bool> where T: Equatable {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
[24/30] Compiling ShinySwiftUI View+Highlight.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:63:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
63 | lhs.wrappedValue == rhs
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
64 | },
65 | set: {
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:60:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
58 | }
59 |
60 | fileprivate func == <T>(lhs: Binding<T>, rhs: T) -> Binding<Bool> where T: Equatable {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:67:13: warning: capture of non-sendable type 'T.Type' in an isolated closure
65 | set: {
66 | if $0 {
67 | lhs.wrappedValue = rhs
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:60:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
58 | }
59 |
60 | fileprivate func == <T>(lhs: Binding<T>, rhs: T) -> Binding<Bool> where T: Equatable {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
[25/30] Compiling ShinySwiftUI View+Mouse.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:63:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
63 | lhs.wrappedValue == rhs
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
64 | },
65 | set: {
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:60:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
58 | }
59 |
60 | fileprivate func == <T>(lhs: Binding<T>, rhs: T) -> Binding<Bool> where T: Equatable {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:67:13: warning: capture of non-sendable type 'T.Type' in an isolated closure
65 | set: {
66 | if $0 {
67 | lhs.wrappedValue = rhs
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/View/View+Highlight.swift:60:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
58 | }
59 |
60 | fileprivate func == <T>(lhs: Binding<T>, rhs: T) -> Binding<Bool> where T: Equatable {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
61 | Binding(
62 | get: {
[26/30] Compiling ShinySwiftUI GStack.swift
[27/30] Compiling ShinySwiftUI HoverView.swift
[28/30] Compiling ShinySwiftUI View+Tooltip.swift
[29/30] Compiling ShinySwiftUI View.swift
[30/30] Compiling ShinySwiftUI CGFloat.swift
Build complete! (10.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ShinySwiftUI",
"name" : "ShinySwiftUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ShinySwiftUI",
"targets" : [
"ShinySwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShinySwiftUITests",
"module_type" : "SwiftTarget",
"name" : "ShinySwiftUITests",
"path" : "Tests/ShinySwiftUITests",
"sources" : [
"ShinySwiftUITests.swift"
],
"target_dependencies" : [
"ShinySwiftUI"
],
"type" : "test"
},
{
"c99name" : "ShinySwiftUI",
"module_type" : "SwiftTarget",
"name" : "ShinySwiftUI",
"path" : "Sources/ShinySwiftUI",
"product_memberships" : [
"ShinySwiftUI"
],
"sources" : [
"Enumerations/_OpacityLevel.swift",
"Enumerations/_SlickAnimationStyle.swift",
"Extensions/SwiftUI/Animation.swift",
"Extensions/SwiftUI/AnyTransition.swift",
"Extensions/SwiftUI/Color/Color+Codable.swift",
"Extensions/SwiftUI/Color/Color+Effects.swift",
"Extensions/SwiftUI/Color/Color.swift",
"Extensions/SwiftUI/Divider.swift",
"Extensions/SwiftUI/Image.swift",
"Extensions/SwiftUI/ScrollView.swift",
"Extensions/SwiftUI/Spacer.swift",
"Extensions/SwiftUI/Text.swift",
"Extensions/SwiftUI/View/View+Button.swift",
"Extensions/SwiftUI/View/View+Highlight.swift",
"Extensions/SwiftUI/View/View+Mouse.swift",
"Extensions/SwiftUI/View/View+Tooltip.swift",
"Extensions/SwiftUI/View/View.swift",
"Extensions/UIKit/CGFloat.swift",
"Extensions/UIKit/UIDevice.swift",
"Shapes/Line.swift",
"Shapes/Wedge.swift",
"ShinySwiftUI.swift",
"Views/EnumPicker.swift",
"Views/GStack.swift",
"Views/HoverView.swift",
"Views/ShoveView.swift",
"Views/VisualEffectView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.