The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptoCurrencyKit 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/iCell/CryptoCurrencyKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/iCell/CryptoCurrencyKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 61b725a update podspec
Cloned https://github.com/iCell/CryptoCurrencyKit.git
Revision (git rev-parse @):
61b725a65643ff9668c02e6915982ace109e2716
SUCCESS checkout https://github.com/iCell/CryptoCurrencyKit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cryptocurrencykit",
      "name": "CryptoCurrencyKit",
      "url": "https://github.com/iCell/CryptoCurrencyKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoCurrencyKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/iCell/CryptoCurrencyKit.git
[1/137] Fetching cryptocurrencykit
Fetched https://github.com/iCell/CryptoCurrencyKit.git (0.32s)
Creating working copy for https://github.com/iCell/CryptoCurrencyKit.git
Working copy of https://github.com/iCell/CryptoCurrencyKit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'cryptocurrencykit' 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/6] Compiling CryptoCurrencyKit Ticker.swift
[2/6] Compiling CryptoCurrencyKit Graph.swift
[3/6] Compiling CryptoCurrencyKit Global.swift
[4/6] Emitting module CryptoCurrencyKit
[5/6] Compiling CryptoCurrencyKit Request.swift
[6/6] Compiling CryptoCurrencyKit CryptoCurrencyKit.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:46:44: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
                        let lines = values.flatMap { ele -> GraphLine? in
                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:46:44: note: use 'compactMap(_:)' instead
                        let lines = values.flatMap { ele -> GraphLine? in
                                           ^~~~~~~
                                           compactMap
Build complete! (7.18s)
Build complete.
Done.