Build Information
Successful build of Variablur with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/Variablur.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daprice/Variablur
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 29fdd8c Update README.md
Cloned https://github.com/daprice/Variablur.git
Revision (git rev-parse @):
29fdd8c5e2721c1706b0ed8008d516f8d8d75879
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/daprice/Variablur.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/daprice/Variablur.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying Blurs.metal
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/7] Compiling Variablur resource_bundle_accessor.swift
[5/7] Compiling Variablur VisualEffect+variableBlur.swift
[6/7] Emitting module Variablur
[7/7] Compiling Variablur View+variableBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/Variablur/View+variableBlur.swift:65:6: warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
63 | verticalPassFirst: verticalPassFirst,
64 | mask: Image(size: geometryProxy.size, renderer: { context in
65 | maskRenderer(geometryProxy, &context)
| |- warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
66 | })
67 | )
/Users/admin/builder/spi-builder-workspace/Sources/Variablur/View+variableBlur.swift:65:6: warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
63 | verticalPassFirst: verticalPassFirst,
64 | mask: Image(size: geometryProxy.size, renderer: { context in
65 | maskRenderer(geometryProxy, &context)
| |- warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
66 | })
67 | )
Build complete! (31.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Variablur",
"name" : "Variablur",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Variablur",
"targets" : [
"Variablur"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Variablur",
"module_type" : "SwiftTarget",
"name" : "Variablur",
"path" : "Sources/Variablur",
"product_memberships" : [
"Variablur"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Variablur/Blurs.metal",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"View+variableBlur.swift",
"VisualEffect+variableBlur.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.