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 OpenCageSwift, reference main (e2cd6c), with Swift 6.1 for macOS (SPM) on 27 Oct 2025 04:44:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/workingDog/OpenCageSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/workingDog/OpenCageSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e2cd6ce minor fix
Cloned https://github.com/workingDog/OpenCageSwift.git
Revision (git rev-parse @):
e2cd6ced54bb0ed9766f4b7e250a3dbad2e03df9
SUCCESS checkout https://github.com/workingDog/OpenCageSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/workingDog/OpenCageSwift.git
https://github.com/workingDog/OpenCageSwift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenCageSwift",
  "name" : "OpenCageSwift",
  "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" : "OpenCageSwift",
      "targets" : [
        "OpenCageSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenCageSwift",
      "module_type" : "SwiftTarget",
      "name" : "OpenCageSwift",
      "path" : "Sources/OpenCageSwift",
      "product_memberships" : [
        "OpenCageSwift"
      ],
      "sources" : [
        "OCBaseJsonModel.swift",
        "OCBatchJsonModel.swift",
        "OCClient.swift",
        "OCDataGeojsonModel.swift",
        "OCDataJsonModel.swift",
        "OCOptions.swift",
        "OCProviderGeoJson.swift",
        "OCProviderJson.swift",
        "OCResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling OpenCageSwift OCResponse.swift
[4/12] Compiling OpenCageSwift OCDataJsonModel.swift
[5/12] Compiling OpenCageSwift OCOptions.swift
[6/12] Compiling OpenCageSwift OCProviderJson.swift
[7/12] Compiling OpenCageSwift OCClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenCageSwift/OCClient.swift:75:42: warning: no 'async' operations occur within 'await' expression
 73 |
 74 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: true)!
 75 |         var queryItems: [URLQueryItem] = await options.toQueryItems()
    |                                          `- warning: no 'async' operations occur within 'await' expression
 76 |         queryItems.append(URLQueryItem(name: "q", value: query))
 77 |         components.queryItems = components.queryItems.map { $0 + queryItems } ?? queryItems
[8/12] Compiling OpenCageSwift OCDataGeojsonModel.swift
[9/12] Compiling OpenCageSwift OCBatchJsonModel.swift
[10/12] Emitting module OpenCageSwift
[11/12] Compiling OpenCageSwift OCProviderGeoJson.swift
[12/12] Compiling OpenCageSwift OCBaseJsonModel.swift
Build complete! (10.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenCageSwift",
  "name" : "OpenCageSwift",
  "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" : "OpenCageSwift",
      "targets" : [
        "OpenCageSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenCageSwift",
      "module_type" : "SwiftTarget",
      "name" : "OpenCageSwift",
      "path" : "Sources/OpenCageSwift",
      "product_memberships" : [
        "OpenCageSwift"
      ],
      "sources" : [
        "OCBaseJsonModel.swift",
        "OCBatchJsonModel.swift",
        "OCClient.swift",
        "OCDataGeojsonModel.swift",
        "OCDataJsonModel.swift",
        "OCOptions.swift",
        "OCProviderGeoJson.swift",
        "OCProviderJson.swift",
        "OCResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.