The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoinGecko-Swift 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/crewshin/CoinGecko-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/crewshin/CoinGecko-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38a466d Cleanup
Cloned https://github.com/crewshin/CoinGecko-Swift.git
Revision (git rev-parse @):
38a466db14b3533dce95f5cfb56a74595805db31
SUCCESS checkout https://github.com/crewshin/CoinGecko-Swift.git at main
========================================
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": "coingecko-swift",
      "name": "CoinGecko-Swift",
      "url": "https://github.com/crewshin/CoinGecko-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoinGecko-Swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/crewshin/CoinGecko-Swift.git
[1/76] Fetching coingecko-swift
Fetched https://github.com/crewshin/CoinGecko-Swift.git (0.34s)
Creating working copy for https://github.com/crewshin/CoinGecko-Swift.git
Working copy of https://github.com/crewshin/CoinGecko-Swift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'coingecko-swift' 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] Emitting module CoinGecko_Swift
[2/9] Compiling CoinGecko_Swift APIErrors.swift
[3/9] Compiling CoinGecko_Swift PingResponse.swift
[4/9] Compiling CoinGecko_Swift JSON+.swift
[5/9] Compiling CoinGecko_Swift NetworkRequestType.swift
[6/9] Compiling CoinGecko_Swift String+.swift
[7/9] Compiling CoinGecko_Swift CoinGecko.swift
[8/9] Compiling CoinGecko_Swift API.swift
[9/9] Compiling CoinGecko_Swift Networking.swift
Build complete! (9.17s)
Build complete.
Done.