The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoinGecko-Swift, reference 0.0.1 (38a466), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 05:01:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crewshin/CoinGecko-Swift.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crewshin/CoinGecko-Swift
 * tag               0.0.1      -> FETCH_HEAD
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 0.0.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "coingecko-swift",
      "name": "CoinGecko-Swift",
      "url": "https://github.com/crewshin/CoinGecko-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoinGecko-Swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/crewshin/CoinGecko-Swift.git
[1/76] Fetching coingecko-swift
Fetched https://github.com/crewshin/CoinGecko-Swift.git from cache (0.61s)
Creating working copy for https://github.com/crewshin/CoinGecko-Swift.git
Working copy of https://github.com/crewshin/CoinGecko-Swift.git resolved at 0.0.1 (38a466d)
warning: '.resolve-product-dependencies': dependency 'coingecko-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/crewshin/CoinGecko-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling CoinGecko_Swift NetworkRequestType.swift
[4/11] Compiling CoinGecko_Swift Networking.swift
[5/11] Compiling CoinGecko_Swift String+.swift
[6/11] Compiling CoinGecko_Swift PingResponse.swift
[7/11] Compiling CoinGecko_Swift CoinGecko.swift
[8/11] Compiling CoinGecko_Swift APIErrors.swift
[9/11] Compiling CoinGecko_Swift API.swift
[10/11] Emitting module CoinGecko_Swift
[11/11] Compiling CoinGecko_Swift JSON+.swift
Build complete! (4.57s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoinGecko-Swift",
  "name" : "CoinGecko-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoinGecko-Swift",
      "targets" : [
        "CoinGecko-Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoinGecko_SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "CoinGecko-SwiftTests",
      "path" : "Tests/CoinGecko-SwiftTests",
      "sources" : [
        "CoinGecko_SwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CoinGecko-Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoinGecko_Swift",
      "module_type" : "SwiftTarget",
      "name" : "CoinGecko-Swift",
      "path" : "Sources/CoinGecko-Swift",
      "product_memberships" : [
        "CoinGecko-Swift"
      ],
      "sources" : [
        "API.swift",
        "APIErrors.swift",
        "CoinGecko.swift",
        "Extensions/JSON+.swift",
        "Extensions/String+.swift",
        "Models/Responses/PingResponse.swift",
        "NetworkRequestType.swift",
        "Networking.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.