Build Information
Successful build of SwiftGlass, reference main (b11729), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 00:09:31 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/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
========================================
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": "swiftglass",
"name": "SwiftGlass",
"url": "https://github.com/1998code/SwiftGlass.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftGlass",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/1998code/SwiftGlass.git
[1/512] Fetching swiftglass
Fetched https://github.com/1998code/SwiftGlass.git from cache (0.81s)
Creating working copy for https://github.com/1998code/SwiftGlass.git
Working copy of https://github.com/1998code/SwiftGlass.git resolved at main (b117299)
warning: '.resolve-product-dependencies': dependency 'swiftglass' 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/1998code/SwiftGlass.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/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) {
[4/6] Compiling SwiftGlass BlobGlassModifier.swift
[5/6] Compiling SwiftGlass SwiftGlass.swift
[6/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) {
Build complete! (9.00s)
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.