The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Loupe, reference main (f1619b), with Swift 6.2 for macOS (SPM) on 30 Jan 2026 02:52:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build 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
========================================
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",
  "dependencies": [
    {
      "identity": "loupe",
      "name": "Loupe",
      "url": "https://github.com/Aeastr/Loupe.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Loupe",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Aeastr/Loupe.git
[1/384] Fetching loupe
Fetched https://github.com/Aeastr/Loupe.git from cache (1.69s)
Creating working copy for https://github.com/Aeastr/Loupe.git
Working copy of https://github.com/Aeastr/Loupe.git resolved at main (f1619b0)
warning: '.resolve-product-dependencies': dependency 'loupe' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Aeastr/Loupe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling Loupe DebugRender.swift
[4/12] Compiling Loupe LocalRenderManager.swift
[5/12] Compiling Loupe ComputeDebugView.swift
[6/12] Compiling Loupe RenderDebugDemoView.swift
[7/12] Compiling Loupe RenderCheck.swift
[8/12] Compiling Loupe VisualGridGuide.swift
[9/12] Compiling Loupe DraggablePositionView.swift
/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
297 |                 let restored = restorePersistedOffsetIfNeeded(force: true)
298 |                 if !restored {
/Users/admin/builder/spi-builder-workspace/Sources/Loupe/LayoutDebug/DraggablePositionView.swift:259:45: warning: 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)
    |                                             `- warning: 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:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/12] Compiling Loupe VisualCornerInsetGuide.swift
[11/12] Emitting module Loupe
[12/12] Compiling Loupe VisualLayoutGuide.swift
/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
434 |                 let restored = restorePersistedOffsetIfNeeded(force: true)
435 |                 if !restored {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (10.47s)
Build complete.
{
  "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"
}
Done.