The Swift Package Index logo.Swift Package Index

Build Information

Successful build of airport-data, reference main (d5d8ab), with Swift 6.0 for macOS (SPM) on 13 Mar 2026 12:19:06 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aashishvanand/airport-data-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aashishvanand/airport-data-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d5d8aba docs: Update CONTRIBUTING.md to reflect Linux CI and current Swift versions
Cloned https://github.com/aashishvanand/airport-data-swift.git
Revision (git rev-parse @):
d5d8abaac0769a9c33c7fc20250bc5284e1d8b1b
SUCCESS checkout https://github.com/aashishvanand/airport-data-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/aashishvanand/airport-data-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying airports.json
[1/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/10] Compiling AirportData resource_bundle_accessor.swift
[5/10] Compiling AirportData AirportDataStore.swift
[6/10] Compiling AirportData AirportTypes.swift
[7/10] Compiling AirportData Airport.swift
[8/10] Compiling AirportData AirportDataError.swift
[9/10] Emitting module AirportData
[10/10] Compiling AirportData AirportData.swift
Build complete! (5.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "airport-data",
  "name" : "airport-data",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AirportData",
      "targets" : [
        "AirportData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AirportDataTests",
      "module_type" : "SwiftTarget",
      "name" : "AirportDataTests",
      "path" : "Tests/AirportDataTests",
      "sources" : [
        "AirportDataTests.swift"
      ],
      "target_dependencies" : [
        "AirportData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AirportData",
      "module_type" : "SwiftTarget",
      "name" : "AirportData",
      "path" : "Sources/AirportData",
      "product_memberships" : [
        "AirportData"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AirportData/Resources/airports.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Airport.swift",
        "AirportData.swift",
        "AirportDataError.swift",
        "AirportDataStore.swift",
        "AirportTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.