The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LocationFormatter, reference main (d0a45f), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 23:37:08 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/salishseasoftware/LocationFormatter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/salishseasoftware/LocationFormatter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d0a45f9 Merge pull request #4 from salishseasoftware/geoURI
Cloned https://github.com/salishseasoftware/LocationFormatter.git
Revision (git rev-parse @):
d0a45f9a2471b20e0af4792533d79a469d86fc61
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/salishseasoftware/LocationFormatter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/salishseasoftware/LocationFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/10] Emitting module UTMConversion
[7/10] Compiling UTMConversion CLLocation+UTMCoordinate.swift
[8/10] Compiling UTMConversion CLLocationCoordinate2D+UTMCoordinate.swift
[9/10] Compiling UTMConversion UTMCoordinate.swift
[10/10] Compiling UTMConversion TMCoordinate.swift
[11/30] Emitting module LocationFormatter
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:59:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
57 | }
58 |
59 | extension CLLocationCoordinate2D: Equatable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
61 |         return lhs.latitude == rhs.latitude && lhs.longitude == rhs.longitude
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:65:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
63 | }
64 |
65 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public func hash(into hasher: inout Hasher) {
67 |         hasher.combine(latitude)
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:72:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
70 | }
71 |
72 | extension CLLocationCoordinate2D: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 |     public var description: String {
74 |         LocationCoordinateFormatter.decimalFormatter.string(from: self) ?? ""
[12/32] Compiling LocationFormatter SymbolStyle.swift
[13/32] Compiling LocationFormatter UTMLatitudeBand.swift
[14/32] Compiling LocationFormatter DisplayOptions.swift
[15/32] Compiling LocationFormatter CLLocation.swift
[16/32] Compiling LocationFormatter GeoURILocationFormatter+CLLocationCoordinate2D.swift
[17/32] Compiling LocationFormatter GeoURILocationFormatter.swift
[18/32] Compiling LocationFormatter CLLocationCoordinate2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:59:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
57 | }
58 |
59 | extension CLLocationCoordinate2D: Equatable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
61 |         return lhs.latitude == rhs.latitude && lhs.longitude == rhs.longitude
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:65:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
63 | }
64 |
65 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public func hash(into hasher: inout Hasher) {
67 |         hasher.combine(latitude)
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:72:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
70 | }
71 |
72 | extension CLLocationCoordinate2D: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 |     public var description: String {
74 |         LocationCoordinateFormatter.decimalFormatter.string(from: self) ?? ""
[19/32] Compiling LocationFormatter Double.swift
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:59:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
57 | }
58 |
59 | extension CLLocationCoordinate2D: Equatable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 |     public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
61 |         return lhs.latitude == rhs.latitude && lhs.longitude == rhs.longitude
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:65:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
63 | }
64 |
65 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public func hash(into hasher: inout Hasher) {
67 |         hasher.combine(latitude)
/Users/admin/builder/spi-builder-workspace/Sources/LocationFormatter/Extensions/CLLocationCoordinate2D.swift:72:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
70 | }
71 |
72 | extension CLLocationCoordinate2D: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 |     public var description: String {
74 |         LocationCoordinateFormatter.decimalFormatter.string(from: self) ?? ""
[20/32] Compiling LocationFormatter Formatter.swift
[21/32] Compiling LocationFormatter String.swift
[22/32] Compiling LocationFormatter UTMCoordinateFormatter.swift
[23/32] Compiling LocationFormatter GeoURIFormatOptions.swift
[24/32] Compiling LocationFormatter LocationCoordinateFormatter.swift
[25/32] Compiling LocationFormatter LocationDegreesFormatter.swift
[26/32] Compiling LocationFormatter CoordinateSymbol.swift
[27/32] Compiling LocationFormatter DegreesFormat.swift
[28/32] Compiling LocationFormatter ParsingError.swift
[29/32] Compiling LocationFormatter ParsingOptions.swift
[30/32] Compiling LocationFormatter CoordinateFormat.swift
[31/32] Compiling LocationFormatter CoordinateHemisphere.swift
[32/32] Compiling LocationFormatter CoordinateOrientation.swift
Build complete! (19.03s)
Fetching https://github.com/wtw-software/UTMConversion
Fetching https://github.com/apple/swift-docc-plugin
[1/265] Fetching utmconversion
[245/2347] Fetching utmconversion, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Fetched https://github.com/wtw-software/UTMConversion from cache (1.13s)
Computing version for https://github.com/wtw-software/UTMConversion
Computed https://github.com/wtw-software/UTMConversion at 1.4.0 (1.66s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.60s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/wtw-software/UTMConversion
Working copy of https://github.com/wtw-software/UTMConversion resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "utmconversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wtw-software/UTMConversion"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "LocationFormatter",
  "name" : "LocationFormatter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LocationFormatter",
      "targets" : [
        "LocationFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatterTests",
      "path" : "Tests/LocationFormatterTests",
      "sources" : [
        "CLLocationCoordinate2DTests.swift",
        "CLLocationTests.swift",
        "Formatters/GeoURILocationFormatterTests.swift",
        "Formatters/LocationCoordinateFormatterTests.swift",
        "Formatters/LocationDegreesFormatterTests.swift",
        "Formatters/UTMCoordinateFormatterTests.swift",
        "LocationTestHelpers.swift"
      ],
      "target_dependencies" : [
        "LocationFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationFormatter",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatter",
      "path" : "Sources/LocationFormatter",
      "product_dependencies" : [
        "UTMConversion"
      ],
      "product_memberships" : [
        "LocationFormatter"
      ],
      "sources" : [
        "CoordinateFormat.swift",
        "CoordinateHemisphere.swift",
        "CoordinateOrientation.swift",
        "CoordinateSymbol.swift",
        "DegreesFormat.swift",
        "DisplayOptions.swift",
        "Extensions/CLLocation.swift",
        "Extensions/CLLocationCoordinate2D.swift",
        "Extensions/Double.swift",
        "Extensions/Formatter.swift",
        "Extensions/String.swift",
        "Formatters/GeoURILocationFormatter+CLLocationCoordinate2D.swift",
        "Formatters/GeoURILocationFormatter.swift",
        "Formatters/LocationCoordinateFormatter.swift",
        "Formatters/LocationDegreesFormatter.swift",
        "Formatters/UTMCoordinateFormatter.swift",
        "GeoURIFormatOptions.swift",
        "ParsingError.swift",
        "ParsingOptions.swift",
        "SymbolStyle.swift",
        "UTMLatitudeBand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.