Build Information
Successful build of ShinySwiftUI, reference 1.2.0 (fc1f77), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 18:17:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "shiny-swift-ui",
"name": "ShinySwiftUI",
"url": "https://github.com/Flowductive/shiny-swift-ui.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/shiny-swift-ui",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Flowductive/shiny-swift-ui.git
[1/803] Fetching shiny-swift-ui
Fetched https://github.com/Flowductive/shiny-swift-ui.git from cache (1.10s)
Creating working copy for https://github.com/Flowductive/shiny-swift-ui.git
Working copy of https://github.com/Flowductive/shiny-swift-ui.git resolved at 1.2.0 (fc1f779)
warning: '.resolve-product-dependencies': dependency 'shiny-swift-ui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Flowductive/shiny-swift-ui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/28] Emitting module ShinySwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/Color/Color+Codable.swift:19:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
17 |
18 | @available(iOS 14.0, macOS 11.0, *)
19 | extension Color: Codable {
| |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Inheritance
[4/30] Compiling ShinySwiftUI ShoveView.swift
[5/30] Compiling ShinySwiftUI VisualEffectView.swift
[6/30] Compiling ShinySwiftUI ShinySwiftUI.swift
[7/30] Compiling ShinySwiftUI EnumPicker.swift
[8/30] Compiling ShinySwiftUI UIDevice.swift
[9/30] Compiling ShinySwiftUI Line.swift
[10/30] Compiling ShinySwiftUI Wedge.swift
[11/30] Compiling ShinySwiftUI View+Button.swift
[12/30] Compiling ShinySwiftUI View+Highlight.swift
[13/30] Compiling ShinySwiftUI View+Mouse.swift
[14/30] Compiling ShinySwiftUI _OpacityLevel.swift
[15/30] Compiling ShinySwiftUI _SlickAnimationStyle.swift
[16/30] Compiling ShinySwiftUI Animation.swift
[17/30] Compiling ShinySwiftUI Color.swift
[18/30] Compiling ShinySwiftUI Divider.swift
[19/30] Compiling ShinySwiftUI Image.swift
[20/30] Compiling ShinySwiftUI View+Tooltip.swift
[21/30] Compiling ShinySwiftUI View.swift
[22/30] Compiling ShinySwiftUI CGFloat.swift
[23/30] Compiling ShinySwiftUI GStack.swift
[24/30] Compiling ShinySwiftUI HoverView.swift
[25/30] Compiling ShinySwiftUI ScrollView.swift
[26/30] Compiling ShinySwiftUI Spacer.swift
[27/30] Compiling ShinySwiftUI Text.swift
[28/30] Compiling ShinySwiftUI AnyTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/Color/Color+Codable.swift:19:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
17 |
18 | @available(iOS 14.0, macOS 11.0, *)
19 | extension Color: Codable {
| |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Inheritance
[29/30] Compiling ShinySwiftUI Color+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/Color/Color+Codable.swift:19:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
17 |
18 | @available(iOS 14.0, macOS 11.0, *)
19 | extension Color: Codable {
| |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Inheritance
[30/30] Compiling ShinySwiftUI Color+Effects.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShinySwiftUI/Extensions/SwiftUI/Color/Color+Codable.swift:19:1: warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
17 |
18 | @available(iOS 14.0, macOS 11.0, *)
19 | extension Color: Codable {
| |- warning: extension declares a conformance of imported type 'Color' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Inheritance
Build complete! (11.18s)
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.