The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLLocationWrapper, reference 1.0.0 (886f79), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 08:55:15 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/yonivav/CLLocation-Codable.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonivav/CLLocation-Codable
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 886f79e V1.0.0
Cloned https://github.com/yonivav/CLLocation-Codable.git
Revision (git rev-parse @):
886f79ed09c1337baaea7d05220261292f1874ca
SUCCESS checkout https://github.com/yonivav/CLLocation-Codable.git at 1.0.0
========================================
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": "cllocation-codable",
      "name": "CLLocationWrapper",
      "url": "https://github.com/yonivav/CLLocation-Codable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLLocation-Codable",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yonivav/CLLocation-Codable.git
[1/31] Fetching cllocation-codable
Fetched https://github.com/yonivav/CLLocation-Codable.git from cache (0.57s)
Creating working copy for https://github.com/yonivav/CLLocation-Codable.git
Working copy of https://github.com/yonivav/CLLocation-Codable.git resolved at 1.0.0 (886f79e)
warning: '.resolve-product-dependencies': dependency 'cllocation-codable' 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/yonivav/CLLocation-Codable.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/9] Compiling CLLocationWrapper CLLocationCoordinate2D+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationCoordinate2D+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 1 | import CoreLocation
 2 |
 3 | extension CLLocationCoordinate2D: Encodable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |
 5 |     enum CodingKeys: String, CodingKey {
[4/9] Compiling CLLocationWrapper CLLocationWrapper.swift
[5/9] Compiling CLLocationWrapper CLLocationCoordinate2DWrapper.swift
[6/9] Compiling CLLocationWrapper CLLocationSourceInformationWrapper.swift
[7/9] Compiling CLLocationWrapper CLLocationSourceInformation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationSourceInformation.swift:4:1: warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 2 |
 3 | @available(iOS 15.0, watchOS 8.0, tvOS 15.0, macOS 12.0, *)
 4 | extension CLLocationSourceInformation: Encodable {
   | |- warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 |     enum CodingKeys: String, CodingKey {
[8/9] Compiling CLLocationWrapper CLLocation+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocation+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 1 | import CoreLocation
 2 |
 3 | extension CLLocation: Encodable {
   | |- warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     internal enum CodingKeys: String, CodingKey {
 5 |         case coordinate, altitude, horizontalAccuracy, verticalAccuracy, speed, course, timestamp, speedAccuracy, courseAccuracy, sourceInformation
[9/9] Emitting module CLLocationWrapper
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocation+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 1 | import CoreLocation
 2 |
 3 | extension CLLocation: Encodable {
   | |- warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     internal enum CodingKeys: String, CodingKey {
 5 |         case coordinate, altitude, horizontalAccuracy, verticalAccuracy, speed, course, timestamp, speedAccuracy, courseAccuracy, sourceInformation
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationCoordinate2D+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 1 | import CoreLocation
 2 |
 3 | extension CLLocationCoordinate2D: Encodable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |
 5 |     enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationSourceInformation.swift:4:1: warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 2 |
 3 | @available(iOS 15.0, watchOS 8.0, tvOS 15.0, macOS 12.0, *)
 4 | extension CLLocationSourceInformation: Encodable {
   | |- warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 |     enum CodingKeys: String, CodingKey {
Build complete! (4.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CLLocationWrapper",
  "name" : "CLLocationWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CLLocationWrapper",
      "targets" : [
        "CLLocationWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLLocationWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "CLLocationWrapperTests",
      "path" : "Tests/CLLocationWrapperTests",
      "sources" : [
        "CLLocationWrapperTests.swift"
      ],
      "target_dependencies" : [
        "CLLocationWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLLocationWrapper",
      "module_type" : "SwiftTarget",
      "name" : "CLLocationWrapper",
      "path" : "Sources/CLLocationWrapper",
      "product_memberships" : [
        "CLLocationWrapper"
      ],
      "sources" : [
        "CLLocation+Extension.swift",
        "CLLocationCoordinate2D+Extension.swift",
        "CLLocationCoordinate2DWrapper.swift",
        "CLLocationSourceInformation.swift",
        "CLLocationSourceInformationWrapper.swift",
        "CLLocationWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.