The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenAQKit, reference master (e33832), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 20:54:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyerra/OpenAQKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hyerra/OpenAQKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e338326 Fix README link to Open AQ.
Cloned https://github.com/hyerra/OpenAQKit.git
Revision (git rev-parse @):
e338326749fc80d41fe0e75f4abe3bda89b1f2c6
SUCCESS checkout https://github.com/hyerra/OpenAQKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hyerra/OpenAQKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling OpenAQKit AQParameter.swift
[4/19] Compiling OpenAQKit AQSource.swift
[5/19] Compiling OpenAQKit OpenAQResponse.swift
[6/19] Compiling OpenAQKit OpenAQClient.swift
[7/19] Compiling OpenAQKit OpenAQEndpoint.swift
[8/20] Compiling OpenAQKit OpenAQError.swift
[9/20] Compiling OpenAQKit AQCity.swift
[10/20] Compiling OpenAQKit AQCountry.swift
[11/20] Compiling OpenAQKit AQFetch.swift
[12/20] Compiling OpenAQKit AQLatest.swift
[13/20] Compiling OpenAQKit Endpoint.swift
[14/20] Compiling OpenAQKit JSONEncoder+ISO8601FS.swift
[15/20] Emitting module OpenAQKit
[16/20] Compiling OpenAQKit APIClient.swift
[17/20] Compiling OpenAQKit CodableCoordinate.swift
[18/20] Compiling OpenAQKit AQLocation.swift
[19/20] Compiling OpenAQKit AQMeasurement.swift
[20/20] Compiling OpenAQKit OpenAQParameters.swift
Build complete! (5.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenAQKit",
  "name" : "OpenAQKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OpenAQKit",
      "targets" : [
        "OpenAQKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAQKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAQKitTests",
      "path" : "Tests/OpenAQKitTests",
      "sources" : [
        "OpenAQKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OpenAQKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAQKit",
      "module_type" : "SwiftTarget",
      "name" : "OpenAQKit",
      "path" : "Sources/OpenAQKit",
      "product_memberships" : [
        "OpenAQKit"
      ],
      "sources" : [
        "APIClient.swift",
        "CodableCoordinate.swift",
        "Endpoint.swift",
        "JSONEncoder+ISO8601FS.swift",
        "Model/AQCity.swift",
        "Model/AQCountry.swift",
        "Model/AQFetch.swift",
        "Model/AQLatest.swift",
        "Model/AQLocation.swift",
        "Model/AQMeasurement.swift",
        "Model/AQParameter.swift",
        "Model/AQSource.swift",
        "Model/OpenAQResponse.swift",
        "OpenAQClient.swift",
        "OpenAQEndpoint.swift",
        "OpenAQError.swift",
        "OpenAQParameters.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Done.