Build Information
Successful build of CoinGecko-Swift, reference 0.0.1 (38a466
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 01:41:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.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",
"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",
"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.64s)
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.0
Building package at path: $PWD
https://github.com/crewshin/CoinGecko-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/11] Compiling CoinGecko_Swift JSON+.swift
[4/11] Compiling CoinGecko_Swift String+.swift
[5/11] Compiling CoinGecko_Swift NetworkRequestType.swift
[6/11] Compiling CoinGecko_Swift PingResponse.swift
[7/11] Compiling CoinGecko_Swift Networking.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoinGecko-Swift/Networking.swift:38:17: warning: capture of 'completion' with non-sendable type '(Result<Networking.Response<T>, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
36 | let objectOutput = try? JSONDecoder().decode(T.self, from: data)
37 | else {
38 | completion(.failure(APIError.generic(message: "There was an issue decoding the response.")))
| |- warning: capture of 'completion' with non-sendable type '(Result<Networking.Response<T>, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
39 | return
40 | }
[8/11] Compiling CoinGecko_Swift API.swift
[9/11] Compiling CoinGecko_Swift APIErrors.swift
[10/11] Compiling CoinGecko_Swift CoinGecko.swift
[11/11] Emitting module CoinGecko_Swift
Build complete! (11.39s)
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.