Build Information
Failed to build Loupe, reference 3.0.0 (eb0d2d), with Swift 6.1 for macOS (SPM) on 14 Jan 2026 10:48:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aeastr/Loupe.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/Loupe
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at eb0d2dc Add detailed documentation for visual debugging tools
Cloned https://github.com/Aeastr/Loupe.git
Revision (git rev-parse @):
eb0d2dc4fa053447b643ec7a2d62fc007432014b
SUCCESS checkout https://github.com/Aeastr/Loupe.git at 3.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Aeastr/Loupe.git
https://github.com/Aeastr/Loupe.git
{
"dependencies" : [
],
"manifest_display_name" : "Loupe",
"name" : "Loupe",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Loupe",
"targets" : [
"Loupe"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Loupe",
"module_type" : "SwiftTarget",
"name" : "Loupe",
"path" : "Sources/Loupe",
"product_memberships" : [
"Loupe"
],
"sources" : [
"LayoutDebug/DraggablePositionView.swift",
"LayoutDebug/VisualCornerInsetGuide.swift",
"LayoutDebug/VisualGridGuide.swift",
"LayoutDebug/VisualLayoutGuide.swift",
"RefreshDebug/ComputeDebugView.swift",
"RefreshDebug/DebugRender.swift",
"RefreshDebug/LocalRenderManager.swift",
"RefreshDebug/RenderCheck.swift",
"RefreshDebug/RenderDebugDemoView.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Loupe LocalRenderManager.swift
[4/12] Compiling Loupe DebugRender.swift
[5/12] Compiling Loupe ComputeDebugView.swift
[6/12] Compiling Loupe RenderDebugDemoView.swift
[7/12] Compiling Loupe RenderCheck.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] Compiling Loupe VisualCornerInsetGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:32:13: error: cannot find 'ConcentricRectangle' in scope
30 | public var body: some View {
31 | ZStack {
32 | ConcentricRectangle()
| `- error: cannot find 'ConcentricRectangle' in scope
33 | .opacity(0.5)
34 | MetricsSummary(label: label, size: viewSize)
[9/12] Compiling Loupe VisualLayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:418:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
416 | viewInsets = newValue
417 | }
418 | .onChange(of: coordinator.offsetsRevision) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
419 | overlayOffset = coordinator.offset(for: id)
420 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:421:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
419 | overlayOffset = coordinator.offset(for: id)
420 | }
421 | .onChange(of: positioningMode) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
422 | refreshOverlayOffset()
423 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:424:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
422 | refreshOverlayOffset()
423 | }
424 | .onChange(of: interactions) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
425 | handleInteractionChange()
426 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:427:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
425 | handleInteractionChange()
426 | }
427 | .onChange(of: persistedManualOffset) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
428 | refreshOverlayOffset()
429 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:430:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
428 | refreshOverlayOffset()
429 | }
430 | .onChange(of: activeDragOffset) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
431 | refreshOverlayOffset()
432 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:433:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
431 | refreshOverlayOffset()
432 | }
433 | .onChange(of: persistenceStorageKey) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
434 | let restored = restorePersistedOffsetIfNeeded(force: true)
435 | if !restored {
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:564:17: error: cannot find 'ConcentricRectangle' in scope
562 | case .concentricRectangle:
563 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) {
564 | ConcentricRectangle().opacity(0.2).overlay(ConcentricRectangle().stroke(.primary, lineWidth: 3).padding(1.5))
| `- error: cannot find 'ConcentricRectangle' in scope
565 | } else {
566 | Rectangle().opacity(0.2).border(.primary.opacity(0.5), width: 3)
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:564:60: error: cannot find 'ConcentricRectangle' in scope
562 | case .concentricRectangle:
563 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) {
564 | ConcentricRectangle().opacity(0.2).overlay(ConcentricRectangle().stroke(.primary, lineWidth: 3).padding(1.5))
| `- error: cannot find 'ConcentricRectangle' in scope
565 | } else {
566 | Rectangle().opacity(0.2).border(.primary.opacity(0.5), width: 3)
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:564:90: error: cannot infer contextual base in reference to member 'primary'
562 | case .concentricRectangle:
563 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) {
564 | ConcentricRectangle().opacity(0.2).overlay(ConcentricRectangle().stroke(.primary, lineWidth: 3).padding(1.5))
| `- error: cannot infer contextual base in reference to member 'primary'
565 | } else {
566 | Rectangle().opacity(0.2).border(.primary.opacity(0.5), width: 3)
[10/12] Emitting module Loupe
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
[11/12] Compiling Loupe VisualGridGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
[12/12] Compiling Loupe DraggablePositionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:293:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
291 | y: startPosition.height + manualOffset.height
292 | )
293 | .onChange(of: interactions) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
294 | handleInteractionChange()
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:296:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
294 | handleInteractionChange()
295 | }
296 | .onChange(of: persistenceStorageKey) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
297 | let restored = restorePersistedOffsetIfNeeded(force: true)
298 | if !restored {
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:259:45: error: main actor-isolated property 'coordinateSpaceValue' can not be referenced from a Sendable closure
257 | }
258 | .onGeometryChange(for: CGPoint.self) { proxy in
259 | let frame = proxy.frame(in: coordinateSpaceValue)
| `- error: main actor-isolated property 'coordinateSpaceValue' can not be referenced from a Sendable closure
260 | return frame.origin
261 | } action: { newValue in
:
357 | // MARK: - Helpers
358 |
359 | private var coordinateSpaceValue: CoordinateSpace {
| `- note: property declared here
360 | switch coordinateSpace {
361 | case .local:
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling Loupe RenderCheck.swift
[3/11] Compiling Loupe RenderDebugDemoView.swift
[4/11] Compiling Loupe LocalRenderManager.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Compiling Loupe DebugRender.swift
[6/11] Compiling Loupe ComputeDebugView.swift
[7/11] Emitting module Loupe
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
[8/11] Compiling Loupe VisualGridGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
[9/11] Compiling Loupe VisualLayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:418:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
416 | viewInsets = newValue
417 | }
418 | .onChange(of: coordinator.offsetsRevision) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
419 | overlayOffset = coordinator.offset(for: id)
420 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:421:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
419 | overlayOffset = coordinator.offset(for: id)
420 | }
421 | .onChange(of: positioningMode) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
422 | refreshOverlayOffset()
423 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:424:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
422 | refreshOverlayOffset()
423 | }
424 | .onChange(of: interactions) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
425 | handleInteractionChange()
426 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:427:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
425 | handleInteractionChange()
426 | }
427 | .onChange(of: persistedManualOffset) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
428 | refreshOverlayOffset()
429 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:430:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
428 | refreshOverlayOffset()
429 | }
430 | .onChange(of: activeDragOffset) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
431 | refreshOverlayOffset()
432 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:433:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
431 | refreshOverlayOffset()
432 | }
433 | .onChange(of: persistenceStorageKey) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
434 | let restored = restorePersistedOffsetIfNeeded(force: true)
435 | if !restored {
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:564:17: error: cannot find 'ConcentricRectangle' in scope
562 | case .concentricRectangle:
563 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) {
564 | ConcentricRectangle().opacity(0.2).overlay(ConcentricRectangle().stroke(.primary, lineWidth: 3).padding(1.5))
| `- error: cannot find 'ConcentricRectangle' in scope
565 | } else {
566 | Rectangle().opacity(0.2).border(.primary.opacity(0.5), width: 3)
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:564:60: error: cannot find 'ConcentricRectangle' in scope
562 | case .concentricRectangle:
563 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) {
564 | ConcentricRectangle().opacity(0.2).overlay(ConcentricRectangle().stroke(.primary, lineWidth: 3).padding(1.5))
| `- error: cannot find 'ConcentricRectangle' in scope
565 | } else {
566 | Rectangle().opacity(0.2).border(.primary.opacity(0.5), width: 3)
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualLayoutGuide.swift:564:90: error: cannot infer contextual base in reference to member 'primary'
562 | case .concentricRectangle:
563 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) {
564 | ConcentricRectangle().opacity(0.2).overlay(ConcentricRectangle().stroke(.primary, lineWidth: 3).padding(1.5))
| `- error: cannot infer contextual base in reference to member 'primary'
565 | } else {
566 | Rectangle().opacity(0.2).border(.primary.opacity(0.5), width: 3)
[10/11] Compiling Loupe DraggablePositionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:293:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
291 | y: startPosition.height + manualOffset.height
292 | )
293 | .onChange(of: interactions) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
294 | handleInteractionChange()
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:296:14: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
294 | handleInteractionChange()
295 | }
296 | .onChange(of: persistenceStorageKey) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
297 | let restored = restorePersistedOffsetIfNeeded(force: true)
298 | if !restored {
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:259:45: error: main actor-isolated property 'coordinateSpaceValue' can not be referenced from a Sendable closure
257 | }
258 | .onGeometryChange(for: CGPoint.self) { proxy in
259 | let frame = proxy.frame(in: coordinateSpaceValue)
| `- error: main actor-isolated property 'coordinateSpaceValue' can not be referenced from a Sendable closure
260 | return frame.origin
261 | } action: { newValue in
:
357 | // MARK: - Helpers
358 |
359 | private var coordinateSpaceValue: CoordinateSpace {
| `- note: property declared here
360 | switch coordinateSpace {
361 | case .local:
[11/11] Compiling Loupe VisualCornerInsetGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:78:47: error: cannot find 'ConcentricRectangle' in scope
76 | .padding(20)
77 | .frame(width: 220, height: 160)
78 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
79 |
80 | VisualCornerInsetGuide("RoundedRectangle")
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:83:47: error: cannot find 'ConcentricRectangle' in scope
81 | .padding(20)
82 | .frame(width: 220, height: 160)
83 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
84 | .containerShape(RoundedRectangle(cornerRadius: 72, style: .continuous))
85 |
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:89:47: error: cannot find 'ConcentricRectangle' in scope
87 | .padding(20)
88 | .frame(width: 220, height: 160)
89 | .background(.regularMaterial, in: ConcentricRectangle())
| `- error: cannot find 'ConcentricRectangle' in scope
90 | .containerShape(
91 | UnevenRoundedRectangle(
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/VisualCornerInsetGuide.swift:32:13: error: cannot find 'ConcentricRectangle' in scope
30 | public var body: some View {
31 | ZStack {
32 | ConcentricRectangle()
| `- error: cannot find 'ConcentricRectangle' in scope
33 | .opacity(0.5)
34 | MetricsSummary(label: label, size: viewSize)
BUILD FAILURE 6.1 macosSpm