The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableGeoJSON 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/guykogus/CodableGeoJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/guykogus/CodableGeoJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d7dcaa Upgrade project for Xcode 15 Dropped support for Carthage
Cloned https://github.com/guykogus/CodableGeoJSON.git
Revision (git rev-parse @):
8d7dcaab6dd81f5ed87c34517dd9f6afab5cb3d4
SUCCESS checkout https://github.com/guykogus/CodableGeoJSON.git at main
Fetching https://github.com/guykogus/CodableJSON.git
[1/232] Fetching codablejson
Fetched https://github.com/guykogus/CodableJSON.git (0.32s)
Computing version for https://github.com/guykogus/CodableJSON.git
Computed https://github.com/guykogus/CodableJSON.git at 3.0.1 (0.87s)
Creating working copy for https://github.com/guykogus/CodableJSON.git
Working copy of https://github.com/guykogus/CodableJSON.git resolved at 3.0.1
========================================
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": "codablegeojson",
      "name": "CodableGeoJSON",
      "url": "https://github.com/guykogus/CodableGeoJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodableGeoJSON",
      "dependencies": [
        {
          "identity": "codablejson",
          "name": "CodableJSON",
          "url": "https://github.com/guykogus/CodableJSON.git",
          "version": "3.0.1",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodableJSON",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/guykogus/CodableGeoJSON.git
[1/377] Fetching codablegeojson
Fetched https://github.com/guykogus/CodableGeoJSON.git (0.28s)
Fetching https://github.com/guykogus/CodableJSON.git from cache
Fetched https://github.com/guykogus/CodableJSON.git (0.17s)
Computing version for https://github.com/guykogus/CodableJSON.git
Computed https://github.com/guykogus/CodableJSON.git at 3.0.1 (0.02s)
Creating working copy for https://github.com/guykogus/CodableJSON.git
Working copy of https://github.com/guykogus/CodableJSON.git resolved at 3.0.1
Creating working copy for https://github.com/guykogus/CodableGeoJSON.git
Working copy of https://github.com/guykogus/CodableGeoJSON.git resolved at main
warning: '.resolve-product-dependencies': dependency 'codablegeojson' is not used by any target
Found 1 product dependencies
  - CodableJSON
========================================
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/2] Emitting module CodableJSON
[2/2] Compiling CodableJSON JSON.swift
[3/9] Compiling CodableGeoJSON GeoJSONFeatureCollection.swift
[4/9] Compiling CodableGeoJSON GeoJSONPosition.swift
[5/9] Compiling CodableGeoJSON GeoJSONGeometry.swift
[6/9] Compiling CodableGeoJSON GeoJSONFeatureIdentifier.swift
[7/9] Compiling CodableGeoJSON GeoJSONFeature.swift
[8/9] Emitting module CodableGeoJSON
[9/9] Compiling CodableGeoJSON GeoJSON.swift
Build complete! (8.30s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CodableGeoJSONTests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CodableGeoJSON/Info.plist
Build complete.
Done.