Build Information
Successful build of Redline, reference v0.0.1 (3da505
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 22:02:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/robb/Redline.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robb/Redline
* tag v0.0.1 -> FETCH_HEAD
HEAD is now at 3da505c Initial commit
Cloned https://github.com/robb/Redline.git
Revision (git rev-parse @):
3da505c314d7316cc22e78eeda970b0c7f318b87
SUCCESS checkout https://github.com/robb/Redline.git at v0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/robb/Redline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling Redline VisualizeSpacing.swift
[4/12] Compiling Redline VisualizePosition.swift
[5/12] Compiling Redline IBeam.swift
[6/12] Compiling Redline VisualizeDimension.swift
[7/12] Compiling Redline CGRect+UnitPoint.swift
[8/12] Emitting module Redline
[9/12] Compiling Redline CGPoint+Offset.swift
[10/12] Compiling Redline VisualizeAlignmentGuide.swift
[11/12] Compiling Redline Line.swift
[12/12] Compiling Redline DimensionLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Redline/DimensionLabel.swift:25:24: warning: capture of non-sendable type 'Content.Type' in an isolated closure
23 | .fixedSize()
24 | .alignmentGuide(HorizontalAlignment.dimensionLabel) { d in
25 | switch edge {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
26 | case .top, .bottom, nil: d[HorizontalAlignment.center]
27 | case .leading: d[.leading] - 8
/Users/admin/builder/spi-builder-workspace/Sources/Redline/DimensionLabel.swift:8:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
6 | var edge: Edge?
7 |
8 | var body: some View {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
9 | content
10 | .textRenderer(SubpixelRenderer())
/Users/admin/builder/spi-builder-workspace/Sources/Redline/DimensionLabel.swift:32:24: warning: capture of non-sendable type 'Content.Type' in an isolated closure
30 | }
31 | .alignmentGuide(VerticalAlignment.dimensionLabel) { d in
32 | switch edge {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
33 | case .leading, .trailing, nil: d[VerticalAlignment.center]
34 | case .top: d[.top] - 8
/Users/admin/builder/spi-builder-workspace/Sources/Redline/DimensionLabel.swift:8:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
6 | var edge: Edge?
7 |
8 | var body: some View {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
9 | content
10 | .textRenderer(SubpixelRenderer())
Build complete! (8.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Redline",
"name" : "Redline",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Redline",
"targets" : [
"Redline"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Redline",
"module_type" : "SwiftTarget",
"name" : "Redline",
"path" : "Sources/Redline",
"product_memberships" : [
"Redline"
],
"sources" : [
"CGPoint+Offset.swift",
"CGRect+UnitPoint.swift",
"DimensionLabel.swift",
"IBeam.swift",
"Line.swift",
"VisualizeAlignmentGuide.swift",
"VisualizeDimension.swift",
"VisualizePosition.swift",
"VisualizeSpacing.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.