The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenAQKit, reference master (e33832), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:53:34 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/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
========================================
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": "openaqkit",
      "name": "OpenAQKit",
      "url": "https://github.com/hyerra/OpenAQKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAQKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hyerra/OpenAQKit.git
[1/82] Fetching openaqkit
Fetched https://github.com/hyerra/OpenAQKit.git from cache (0.64s)
Creating working copy for https://github.com/hyerra/OpenAQKit.git
Working copy of https://github.com/hyerra/OpenAQKit.git resolved at master (e338326)
warning: '.resolve-product-dependencies': dependency 'openaqkit' 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/hyerra/OpenAQKit.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/19] Compiling OpenAQKit Endpoint.swift
[4/19] Compiling OpenAQKit JSONEncoder+ISO8601FS.swift
[5/19] Compiling OpenAQKit APIClient.swift
[6/19] Compiling OpenAQKit CodableCoordinate.swift
[7/19] Emitting module OpenAQKit
[8/19] Compiling OpenAQKit OpenAQEndpoint.swift
[9/19] Compiling OpenAQKit AQParameter.swift
[10/19] Compiling OpenAQKit AQSource.swift
[11/19] Compiling OpenAQKit AQCity.swift
[12/19] Compiling OpenAQKit AQCountry.swift
[13/19] Compiling OpenAQKit AQLocation.swift
[14/19] Compiling OpenAQKit AQMeasurement.swift
[15/19] Compiling OpenAQKit OpenAQError.swift
[16/19] Compiling OpenAQKit AQFetch.swift
[17/19] Compiling OpenAQKit AQLatest.swift
[18/19] Compiling OpenAQKit OpenAQResponse.swift
[19/19] Compiling OpenAQKit OpenAQClient.swift
[20/20] Compiling OpenAQKit OpenAQParameters.swift
Build complete! (6.07s)
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.