The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SkyPath, reference master (1210fc), with Swift 6.0 for macOS (SPM) on 10 Sep 2025 22:21:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Yamasee/skypath-ios-sdk.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Yamasee/skypath-ios-sdk
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1210fce Update to 3.0.5
Cloned https://github.com/Yamasee/skypath-ios-sdk.git
Revision (git rev-parse @):
1210fced187d1347be2ebfc8e6ec761bc47ea6e2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Yamasee/skypath-ios-sdk.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Yamasee/skypath-ios-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Turf.framework
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Compiling SkyPathSDKTarget Sources.swift
[5/5] Emitting module SkyPathSDKTarget
Build complete! (7.30s)
Fetching https://github.com/mapbox/turf-swift
[1/6082] Fetching turf-swift
Fetched https://github.com/mapbox/turf-swift from cache (1.34s)
Computing version for https://github.com/mapbox/turf-swift
Computed https://github.com/mapbox/turf-swift at 4.0.0 (3.44s)
Creating working copy for https://github.com/mapbox/turf-swift
Working copy of https://github.com/mapbox/turf-swift resolved at 4.0.0
[8259/10517427] Downloading https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.5/SkyPathSDK.xcframework.zip
Downloading binary artifact https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.5/SkyPathSDK.xcframework.zip
[10533802/28186352] Downloading https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.5/SkyPathSDK.xcframework.zip, https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip
Downloading binary artifact https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip
Downloaded https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.5/SkyPathSDK.xcframework.zip (1.11s)
Downloaded https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip (1.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "turf-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/turf-swift"
    }
  ],
  "manifest_display_name" : "SkyPath",
  "name" : "SkyPath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SkyPathSDK",
      "targets" : [
        "SkyPathSDKTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SkyPathSDKTarget",
      "module_type" : "SwiftTarget",
      "name" : "SkyPathSDKTarget",
      "path" : "Sources/SkyPathSDKTarget",
      "product_dependencies" : [
        "Turf"
      ],
      "product_memberships" : [
        "SkyPathSDK"
      ],
      "sources" : [
        "Sources.swift"
      ],
      "target_dependencies" : [
        "SkyPathSDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SkyPathSDK",
      "module_type" : "BinaryTarget",
      "name" : "SkyPathSDK",
      "path" : "remote/archive/SkyPathSDK.xcframework.zip",
      "product_memberships" : [
        "SkyPathSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
Done.