The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLLocationWrapper, reference master (dfa669), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 07:47:26 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/visskiss/CLLocation-Codable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/visskiss/CLLocation-Codable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dfa669d Merge pull request #5 from visskiss/Dev
Cloned https://github.com/visskiss/CLLocation-Codable.git
Revision (git rev-parse @):
dfa669dafb7542050f9768404c229ed5e9c2769d
SUCCESS checkout https://github.com/visskiss/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/visskiss/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/visskiss/CLLocation-Codable.git
[1/123] Fetching cllocation-codable
Fetched https://github.com/visskiss/CLLocation-Codable.git from cache (0.60s)
Creating working copy for https://github.com/visskiss/CLLocation-Codable.git
Working copy of https://github.com/visskiss/CLLocation-Codable.git resolved at master (dfa669d)
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/visskiss/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 CLLocationSourceInformationWrapper.swift
[5/9] Compiling CLLocationWrapper CLLocationSourceInformation.swift
[6/9] Compiling CLLocationWrapper CLLocationCoordinate2D+Extension.swift
[7/9] Compiling CLLocationWrapper CLLocation+Extension.swift
[8/9] Compiling CLLocationWrapper CLLocationCoordinate2DWrapper.swift
[9/9] Emitting module CLLocationWrapper
Build complete! (5.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CLLocationWrapper",
  "name" : "CLLocationWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.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.9"
}
Done.