The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SettingsAccess, reference main (dc6fdb), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 00:46:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/SettingsAccess.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/SettingsAccess
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dc6fdbd Updated .swiftformat
Cloned https://github.com/orchetect/SettingsAccess.git
Revision (git rev-parse @):
dc6fdbdab8e8aff822c2db40a3b6fa27380daf60
SUCCESS checkout https://github.com/orchetect/SettingsAccess.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "settingsaccess",
      "name": "SettingsAccess",
      "url": "https://github.com/orchetect/SettingsAccess.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SettingsAccess",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/orchetect/SettingsAccess.git
[1/364] Fetching settingsaccess
Fetched https://github.com/orchetect/SettingsAccess.git from cache (0.75s)
Creating working copy for https://github.com/orchetect/SettingsAccess.git
Working copy of https://github.com/orchetect/SettingsAccess.git resolved at main (dc6fdbd)
warning: '.resolve-product-dependencies': dependency 'settingsaccess' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/orchetect/SettingsAccess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling SettingsAccess Utilities.swift
[4/11] Compiling SettingsAccess SettingsLink.swift
[5/11] Emitting module SettingsAccess
[6/11] Compiling SettingsAccess Environment.swift
[7/11] Compiling SettingsAccess OpenSettingsInjectionView.swift
[8/11] Compiling SettingsAccess OpenSettingsError.swift
[9/11] Compiling SettingsAccess PrePostActionsButtonStyle.swift
[10/11] Compiling SettingsAccess LegacyOpenSettingsError.swift
[11/11] Compiling SettingsAccess OpenSettingsAccessAction.swift
Build complete! (10.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SettingsAccess",
  "name" : "SettingsAccess",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SettingsAccess",
      "targets" : [
        "SettingsAccess"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SettingsAccess",
      "module_type" : "SwiftTarget",
      "name" : "SettingsAccess",
      "path" : "Sources/SettingsAccess",
      "product_memberships" : [
        "SettingsAccess"
      ],
      "sources" : [
        "Environment.swift",
        "LegacyOpenSettingsError.swift",
        "OpenSettingsAccessAction.swift",
        "OpenSettingsError.swift",
        "OpenSettingsInjectionView.swift",
        "PrePostActionsButtonStyle.swift",
        "SettingsLink.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.