The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreGPX 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/vincentneo/CoreGPX.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vincentneo/CoreGPX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7ba4a24 Merge pull request #105 from vincentneo/gitignore-changes-pr104
Cloned https://github.com/vincentneo/CoreGPX.git
Revision (git rev-parse @):
7ba4a240a9dfa20e0a2746febc7afdb972f49f78
SUCCESS checkout https://github.com/vincentneo/CoreGPX.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "coregpx",
      "name": "CoreGPX",
      "url": "https://github.com/vincentneo/CoreGPX.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreGPX",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vincentneo/CoreGPX.git
[1/4060] Fetching coregpx
Fetched https://github.com/vincentneo/CoreGPX.git (0.84s)
Creating working copy for https://github.com/vincentneo/CoreGPX.git
Working copy of https://github.com/vincentneo/CoreGPX.git resolved at master
warning: '.resolve-product-dependencies': dependency 'coregpx' 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/28] Emitting module CoreGPX
[2/31] Compiling CoreGPX GPXWaypoint.swift
[3/31] Compiling CoreGPX GPXWaypointProtocol.swift
[4/31] Compiling CoreGPX NSMutableString+XML.swift
[5/31] Compiling CoreGPX GPXCompression.swift
[6/31] Compiling CoreGPX GPXCopyright.swift
[7/31] Compiling CoreGPX GPXElement.swift
[8/31] Compiling CoreGPX GPXEmail.swift
[9/31] Compiling CoreGPX Converters.swift
[10/31] Compiling CoreGPX DateTimeParsers.swift
[11/31] Compiling CoreGPX GPXAuthor.swift
[12/31] Compiling CoreGPX GPXBounds.swift
[13/31] Compiling CoreGPX GPXPerson.swift
[14/31] Compiling CoreGPX GPXPoint.swift
[15/31] Compiling CoreGPX GPXPointSegment.swift
[16/31] Compiling CoreGPX GPXRawElement.swift
[17/31] Compiling CoreGPX GPXLegacy.swift
[18/31] Compiling CoreGPX GPXLink.swift
[19/31] Compiling CoreGPX GPXMetadata.swift
[20/31] Compiling CoreGPX GPXParser.swift
[21/31] Compiling CoreGPX GPXError.swift
[22/31] Compiling CoreGPX GPXExtensions.swift
[23/31] Compiling CoreGPX GPXExtensionsElement.swift
[24/31] Compiling CoreGPX GPXFix.swift
[25/31] Compiling CoreGPX GPXRoot.swift
[26/31] Compiling CoreGPX GPXRoute.swift
[27/31] Compiling CoreGPX GPXRoutePoint.swift
[28/31] Compiling CoreGPX GPXRouteProtocol.swift
[29/31] Compiling CoreGPX GPXTrack.swift
[30/31] Compiling CoreGPX GPXTrackPoint.swift
[31/31] Compiling CoreGPX GPXTrackSegment.swift
Build complete! (13.29s)
Build complete.
Done.