The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Changelly, reference 1.1.2 (cf12ab), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 23:14:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coinpaprika/changelly-api-swift-client.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coinpaprika/changelly-api-swift-client
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at cf12ab4 [SPM] Add Coinpaprika prefix to Networking and NetworkingMocks modules
Cloned https://github.com/coinpaprika/changelly-api-swift-client.git
Revision (git rev-parse @):
cf12ab46bdc74579cd25838bbd5764f102a2ae05
SUCCESS checkout https://github.com/coinpaprika/changelly-api-swift-client.git at 1.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coinpaprika/changelly-api-swift-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling CoinpaprikaNetworking NetworkSession.swift
[5/9] Emitting module CoinpaprikaNetworking
[6/9] Compiling CoinpaprikaNetworking CodableModel.swift
[7/9] Compiling CoinpaprikaNetworking Request.swift
[8/9] Compiling CoinpaprikaNetworking Result.swift
[9/9] Compiling CoinpaprikaNetworking Errors.swift
[10/17] Compiling Changelly Transaction.swift
[11/17] Compiling Changelly Credentials.swift
[12/17] Compiling Changelly TransactionLog.swift
[13/17] Compiling Changelly API.swift
[14/17] Compiling Changelly Currency.swift
[15/17] Emitting module Changelly
[16/17] Compiling Changelly JsonRpcRequest.swift
/Users/admin/builder/spi-builder-workspace/ChangellyAPI/Classes/Request/JsonRpcRequest.swift:91:24: warning: capture of non-sendable type 'Model.Type' in an isolated closure
 89 |             let container = try decoder.singleValueContainer()
 90 |             if let raw = try? container.decode(String.self) {
 91 |                 return dateFormatter.date(from: raw)!
    |                        `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
 92 |             } else {
 93 |                 let raw = try! container.decode(Int.self)
/Users/admin/builder/spi-builder-workspace/ChangellyAPI/Classes/Request/JsonRpcRequest.swift:87:79: warning: capture of non-sendable type 'Model.Type' in an isolated closure
 85 |     }
 86 |
 87 |     public static var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy? {
    |                                                                               `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
 88 |         return .custom({ (decoder) -> Date in
 89 |             let container = try decoder.singleValueContainer()
[17/17] Compiling Changelly String+HMAC.swift
Build complete! (6.38s)
Fetching https://github.com/coinpaprika/coinpaprika-api-swift-client.git
[1/2929] Fetching coinpaprika-api-swift-client
Fetched https://github.com/coinpaprika/coinpaprika-api-swift-client.git from cache (1.04s)
Computing version for https://github.com/coinpaprika/coinpaprika-api-swift-client.git
Computed https://github.com/coinpaprika/coinpaprika-api-swift-client.git at 2.4.0 (1.55s)
Creating working copy for https://github.com/coinpaprika/coinpaprika-api-swift-client.git
Working copy of https://github.com/coinpaprika/coinpaprika-api-swift-client.git resolved at 2.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "coinpaprika-api-swift-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coinpaprika/coinpaprika-api-swift-client.git"
    }
  ],
  "manifest_display_name" : "Changelly",
  "name" : "Changelly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Changelly",
      "targets" : [
        "Changelly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChangellyTests",
      "module_type" : "SwiftTarget",
      "name" : "ChangellyTests",
      "path" : "Example/Tests",
      "sources" : [
        "RequestsTest.swift"
      ],
      "target_dependencies" : [
        "Changelly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Changelly",
      "module_type" : "SwiftTarget",
      "name" : "Changelly",
      "path" : "ChangellyAPI/Classes",
      "product_dependencies" : [
        "CoinpaprikaNetworking"
      ],
      "product_memberships" : [
        "Changelly"
      ],
      "sources" : [
        "API.swift",
        "Models/Currency.swift",
        "Models/Transaction.swift",
        "Models/TransactionLog.swift",
        "Request/Credentials.swift",
        "Request/JsonRpcRequest.swift",
        "Request/String+HMAC.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.