Build Information
Successful build of RainbowUI, reference 0.0.4 (ac982c
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 16:23:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sakrist/RainbowUI.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sakrist/RainbowUI
* tag 0.0.4 -> FETCH_HEAD
HEAD is now at ac982c9 Update README.md
Cloned https://github.com/sakrist/RainbowUI.git
Revision (git rev-parse @):
ac982c9359a3847e6e78ae1959dc9869221c14cb
SUCCESS checkout https://github.com/sakrist/RainbowUI.git at 0.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sakrist/RainbowUI.git
https://github.com/sakrist/RainbowUI.git
{
"dependencies" : [
],
"manifest_display_name" : "RainbowUI",
"name" : "RainbowUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "RainbowUI",
"targets" : [
"RainbowUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RainbowUI",
"module_type" : "SwiftTarget",
"name" : "RainbowUI",
"path" : "Sources/RainbowUI",
"product_memberships" : [
"RainbowUI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RainbowUI/Shaders/Shaders.metal",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Gradient.swift",
"RainbowBorder.swift",
"RainbowButtonStyle.swift",
"RainbowHelper.swift",
"RainbowView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[1/3] Copying Shaders.metal
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/10] Compiling RainbowUI resource_bundle_accessor.swift
[5/10] Compiling RainbowUI RainbowButtonStyle.swift
macro expansion #Preview:22:44: warning: no calls to throwing functions occur within 'try' expression
`- /Users/admin/builder/spi-builder-workspace/Sources/RainbowUI/RainbowButtonStyle.swift:76:2: note: expanded code originates here
74 | // .rainbowBorder()
75 | }
76 | }
+--- macro expansion #Preview ---------------------------------------
|20 | Button {
|21 | print("Button tapped!")
|22 | guard let device = try? MTLCreateSystemDefaultDevice() else {
| | `- warning: no calls to throwing functions occur within 'try' expression
|23 | fatalError("Unable to create default device")
|24 | }
+--------------------------------------------------------------------
77 |
78 |
[6/10] Compiling RainbowUI RainbowHelper.swift
[7/10] Compiling RainbowUI Gradient.swift
[8/10] Compiling RainbowUI RainbowBorder.swift
[9/10] Emitting module RainbowUI
[10/10] Compiling RainbowUI RainbowView.swift
Build complete! (8.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RainbowUI",
"name" : "RainbowUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "RainbowUI",
"targets" : [
"RainbowUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RainbowUI",
"module_type" : "SwiftTarget",
"name" : "RainbowUI",
"path" : "Sources/RainbowUI",
"product_memberships" : [
"RainbowUI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RainbowUI/Shaders/Shaders.metal",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Gradient.swift",
"RainbowBorder.swift",
"RainbowButtonStyle.swift",
"RainbowHelper.swift",
"RainbowView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.