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 OSRMSwift, reference main (9819e4), with Swift 6.0 for macOS (SPM) on 8 Sep 2025 07:13:07 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/workingDog/OSRMSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/workingDog/OSRMSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9819e45 initial commit
Cloned https://github.com/workingDog/OSRMSwift.git
Revision (git rev-parse @):
9819e45a8974af86aedb96e2c299f67017d503b2
SUCCESS checkout https://github.com/workingDog/OSRMSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/workingDog/OSRMSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling OSRMSwift OSRMRequest.swift
[4/8] Compiling OSRMSwift OSRMResponse.swift
[5/8] Compiling OSRMSwift OSRMQueryMaker.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSRMSwift/OSRMQueryMaker.swift:66:13: warning: variable 'queryItems' was never mutated; consider changing to 'let' constant
 64 |
 65 |     public func getTripQuery(for request: OSRMRequest) -> [URLQueryItem] {
 66 |         var queryItems: [URLQueryItem] = getGeneralOptions(for: request)
    |             `- warning: variable 'queryItems' was never mutated; consider changing to 'let' constant
 67 |
 68 |         return queryItems
[6/8] Emitting module OSRMSwift
[7/8] Compiling OSRMSwift OSRMClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSRMSwift/OSRMClient.swift:78:33: warning: no 'async' operations occur within 'await' expression
 76 |          }
 77 |
 78 |         components.queryItems = await queryMaker.getQueryItems(for: request)
    |                                 `- warning: no 'async' operations occur within 'await' expression
 79 |
 80 |         var apiRequest = URLRequest(url: components.url!)
[8/8] Compiling OSRMSwift OSRMDataModel.swift
Build complete! (8.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OSRMSwift",
  "name" : "OSRMSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OSRMSwift",
      "targets" : [
        "OSRMSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSRMSwift",
      "module_type" : "SwiftTarget",
      "name" : "OSRMSwift",
      "path" : "Sources/OSRMSwift",
      "product_memberships" : [
        "OSRMSwift"
      ],
      "sources" : [
        "OSRMClient.swift",
        "OSRMDataModel.swift",
        "OSRMQueryMaker.swift",
        "OSRMRequest.swift",
        "OSRMResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.