Build Information
Failed to build Loupe, reference main (f1619b), with Swift 6.0 for macOS (SPM) on 29 Jan 2026 22:51:45 UTC.
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/Aeastr/Loupe.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/Loupe
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f1619b0 WIP
Cloned https://github.com/Aeastr/Loupe.git
Revision (git rev-parse @):
f1619b078802421c78db077b9dbbac192c929ef8
SUCCESS checkout https://github.com/Aeastr/Loupe.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Aeastr/Loupe.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/12] Compiling Loupe LocalRenderManager.swift
[4/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(
[5/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)
[6/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(
[7/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)
[8/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 {
[9/12] Compiling Loupe ComputeDebugView.swift
[10/12] Compiling Loupe RenderCheck.swift
[11/12] Compiling Loupe RenderDebugDemoView.swift
[12/12] Compiling Loupe DebugRender.swift
BUILD FAILURE 6.0 macosSpm