Build Information
Successful build of SwiftGlass, reference main (b11729), with Swift 6.0 for macOS (SPM) on 26 Dec 2025 19:29:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1998code/SwiftGlass.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1998code/SwiftGlass
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b117299 Merge pull request #9 from 1998code/2.0
Cloned https://github.com/1998code/SwiftGlass.git
Revision (git rev-parse @):
b11729993a2f4a4f11d17ee833ec05b2140400c5
SUCCESS checkout https://github.com/1998code/SwiftGlass.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/1998code/SwiftGlass.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Emitting module SwiftGlass
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGlass/GlassBackgroundModifier.swift:12:17: warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
10 | /// Type-erased shape wrapper
11 | private struct AnyShape: Shape {
12 | private let _path: (CGRect) -> Path
| |- warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 |
14 | init<S: Shape>(_ shape: S) {
[4/6] Compiling SwiftGlass BlobGlassModifier.swift
[5/6] Compiling SwiftGlass GlassBackgroundModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGlass/GlassBackgroundModifier.swift:12:17: warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
10 | /// Type-erased shape wrapper
11 | private struct AnyShape: Shape {
12 | private let _path: (CGRect) -> Path
| |- warning: stored property '_path' of 'Sendable'-conforming struct 'AnyShape' has non-sendable type '(CGRect) -> Path'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 |
14 | init<S: Shape>(_ shape: S) {
[6/6] Compiling SwiftGlass SwiftGlass.swift
Build complete! (8.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGlass",
"name" : "SwiftGlass",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftGlass",
"targets" : [
"SwiftGlass"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGlass",
"module_type" : "SwiftTarget",
"name" : "SwiftGlass",
"path" : "Sources/SwiftGlass",
"product_memberships" : [
"SwiftGlass"
],
"sources" : [
"BlobGlassModifier.swift",
"GlassBackgroundModifier.swift",
"SwiftGlass.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.