The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GPX with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sammy-SC/GPX.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sammy-SC/GPX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c94934e Bump Swift version number + package version number
Cloned https://github.com/sammy-SC/GPX.git
Revision (git rev-parse @):
c94934e12c7f9f9180cf2d73957a41b477069232
SUCCESS checkout https://github.com/sammy-SC/GPX.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "gpx",
      "name": "GPX",
      "url": "https://github.com/sammy-SC/GPX.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GPX",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sammy-SC/GPX.git
[1/115] Fetching gpx
Fetched https://github.com/sammy-SC/GPX.git (0.21s)
Creating working copy for https://github.com/sammy-SC/GPX.git
Working copy of https://github.com/sammy-SC/GPX.git resolved at master
warning: '.resolve-product-dependencies': dependency 'gpx' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling GPX Root.swift
[2/8] Compiling GPX Track.swift
[3/8] Compiling GPX String+Helpers.swift
[4/8] Compiling GPX GPXNode.swift
[5/8] Compiling GPX Date+Helpers.swift
[6/8] Compiling GPX TrackSegment.swift
[7/8] Compiling GPX Location.swift
[8/8] Emitting module GPX
[9/9] Compiling GPX TrackedPoint.swift
Build complete! (7.14s)
Build complete.
Done.