The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UTMConversion, reference 1.5.0 (3ef04c), with Swift 6.2 for macOS (SPM) on 9 Apr 2026 16:14:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wtw-software/ios-UTMConversion.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wtw-software/ios-UTMConversion
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 3ef04cb Migrate to SPM standard directory layout
Cloned https://github.com/wtw-software/ios-UTMConversion.git
Revision (git rev-parse @):
3ef04cb9bbab212b966b5881dd87565da9e0c836
SUCCESS checkout https://github.com/wtw-software/ios-UTMConversion.git at 1.5.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",
  "dependencies": [
    {
      "identity": "ios-utmconversion",
      "name": "UTMConversion",
      "url": "https://github.com/wtw-software/ios-UTMConversion.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-UTMConversion",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wtw-software/ios-UTMConversion.git
[1/272] Fetching ios-utmconversion
Fetched https://github.com/wtw-software/ios-UTMConversion.git from cache (0.79s)
Creating working copy for https://github.com/wtw-software/ios-UTMConversion.git
Working copy of https://github.com/wtw-software/ios-UTMConversion.git resolved at 1.5.0 (3ef04cb)
warning: '.resolve-product-dependencies': dependency 'ios-utmconversion' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wtw-software/ios-UTMConversion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/7] Compiling UTMConversion UTMCoordinate.swift
[4/7] Compiling UTMConversion CLLocationCoordinate2D+UTMCoordinate.swift
[5/7] Compiling UTMConversion CLLocation+UTMCoordinate.swift
[6/7] Emitting module UTMConversion
[7/7] Compiling UTMConversion TMCoordinate.swift
Build complete! (3.29s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/UTMConversion/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UTMConversion",
  "name" : "UTMConversion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "UTMConversion",
      "targets" : [
        "UTMConversion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UTMConversionTests",
      "module_type" : "SwiftTarget",
      "name" : "UTMConversionTests",
      "path" : "Tests/UTMConversionTests",
      "sources" : [
        "UTMConversionTests.swift"
      ],
      "target_dependencies" : [
        "UTMConversion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UTMConversion",
      "module_type" : "SwiftTarget",
      "name" : "UTMConversion",
      "path" : "Sources/UTMConversion",
      "product_memberships" : [
        "UTMConversion"
      ],
      "sources" : [
        "CLLocation+UTMCoordinate.swift",
        "CLLocationCoordinate2D+UTMCoordinate.swift",
        "TMCoordinate.swift",
        "UTMCoordinate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.