The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLLocationWrapper, reference master (ea216d), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 08:54:30 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonivav/CLLocation-Codable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ea216d6 Update README.md
Cloned https://github.com/yonivav/CLLocation-Codable.git
Revision (git rev-parse @):
ea216d6c5815b9b1714af2df722ee257c10f51fe
SUCCESS checkout https://github.com/yonivav/CLLocation-Codable.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": "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.61s)
Creating working copy for https://github.com/yonivav/CLLocation-Codable.git
Working copy of https://github.com/yonivav/CLLocation-Codable.git resolved at master (ea216d6)
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 CLLocationWrapper.swift
[4/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 {
[5/9] Compiling CLLocationWrapper CLLocationSourceInformationWrapper.swift
[6/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 {
[7/9] Compiling CLLocationWrapper CLLocationCoordinate2DWrapper.swift
[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.41s)
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.