The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncLocationKit, reference main (872f1b), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 21:13:46 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/AsyncSwift/AsyncLocationKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AsyncSwift/AsyncLocationKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 872f1bc Bump version
Cloned https://github.com/AsyncSwift/AsyncLocationKit.git
Revision (git rev-parse @):
872f1bc3db10aaa8dc37c9bdf63e82af62de8d41
SUCCESS checkout https://github.com/AsyncSwift/AsyncLocationKit.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": "asynclocationkit",
      "name": "AsyncLocationKit",
      "url": "https://github.com/AsyncSwift/AsyncLocationKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncLocationKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AsyncSwift/AsyncLocationKit.git
[1/613] Fetching asynclocationkit
Fetched https://github.com/AsyncSwift/AsyncLocationKit.git from cache (0.67s)
Creating working copy for https://github.com/AsyncSwift/AsyncLocationKit.git
Working copy of https://github.com/AsyncSwift/AsyncLocationKit.git resolved at main (872f1bc)
warning: '.resolve-product-dependencies': dependency 'asynclocationkit' 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/AsyncSwift/AsyncLocationKit.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/24] Emitting module AsyncLocationKit
[4/26] Compiling AsyncLocationKit LocationAccuracy.swift
[5/26] Compiling AsyncLocationKit LocationPermission.swift
[6/26] Compiling AsyncLocationKit SingleLocationUpdatePerformer.swift
[7/26] Compiling AsyncLocationKit VisitMonitoringPerformer.swift
[8/26] Compiling AsyncLocationKit LocationEnabledMonitoringPerformer.swift
[9/26] Compiling AsyncLocationKit MonitoringUpdateLocationPerformer.swift
[10/26] Compiling AsyncLocationKit AsyncLocationKit.swift
[11/26] Compiling AsyncLocationKit AsyncLocationManager.swift
[12/26] Compiling AsyncLocationKit CoreLocationEvents.swift
[13/26] Compiling AsyncLocationKit RegionMonitoringPerformer.swift
[14/26] Compiling AsyncLocationKit SignificantLocationChangeMonitoringPerformer.swift
[15/26] Compiling AsyncLocationKit AnyLocationPerformer.swift
[16/26] Compiling AsyncLocationKit ApplicationStateMonitor.swift
[17/26] Compiling AsyncLocationKit AsyncDelegateProxy.swift
[18/26] Compiling AsyncLocationKit BeaconsRangePerformer.swift
[19/26] Compiling AsyncLocationKit HeadingMonitorPerformer.swift
[20/26] Compiling AsyncLocationKit AccuracyAuthorizationMonitoringPerformer.swift
[21/26] Compiling AsyncLocationKit AccuracyAuthorizationPerformer.swift
[22/26] Compiling AsyncLocationKit AuthorizationMonitoringPerformer.swift
[23/26] Compiling AsyncLocationKit AuthorizationPerformer.swift
[24/26] Compiling AsyncLocationKit Array+Extensions.swift
[25/26] Compiling AsyncLocationKit NotificationNames.swift
[26/26] Compiling AsyncLocationKit LocationDelegate.swift
Build complete! (9.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncLocationKit",
  "name" : "AsyncLocationKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncLocationKit",
      "targets" : [
        "AsyncLocationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AsyncLocationKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncLocationKitTests",
      "path" : "Tests/AsyncLocationKitTests",
      "sources" : [
        "AsyncLocationKitTests.swift",
        "LocationManager.swift"
      ],
      "target_dependencies" : [
        "AsyncLocationKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncLocationKit",
      "module_type" : "SwiftTarget",
      "name" : "AsyncLocationKit",
      "path" : "Sources/AsyncLocationKit",
      "product_memberships" : [
        "AsyncLocationKit"
      ],
      "sources" : [
        "AnyLocationPerformer.swift",
        "ApplicationStateMonitor.swift",
        "AsyncDelegateProxy.swift",
        "AsyncLocationKit.swift",
        "AsyncLocationManager.swift",
        "CoreLocationEvents.swift",
        "Extensions/Array+Extensions.swift",
        "Helpers/NotificationNames.swift",
        "LocationDelegate.swift",
        "Performers/AccuracyAuthorizationMonitoringPerformer.swift",
        "Performers/AccuracyAuthorizationPerformer.swift",
        "Performers/AuthorizationMonitoringPerformer.swift",
        "Performers/AuthorizationPerformer.swift",
        "Performers/BeaconsRangePerformer.swift",
        "Performers/HeadingMonitorPerformer.swift",
        "Performers/LocationEnabledMonitoringPerformer.swift",
        "Performers/MonitoringUpdateLocationPerformer.swift",
        "Performers/RegionMonitoringPerformer.swift",
        "Performers/SignificantLocationChangeMonitoringPerformer.swift",
        "Performers/SingleLocationUpdatePerformer.swift",
        "Performers/VisitMonitoringPerformer.swift",
        "Settings/LocationAccuracy.swift",
        "Settings/LocationPermission.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.