Build Information
Successful build of Nextbike, reference master (4066a8), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 22:55:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/Nextbike.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/Nextbike
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4066a8f Add links to API documentations
Cloned https://github.com/kiliankoe/Nextbike.git
Revision (git rev-parse @):
4066a8f2a466703803590a1cd347d4aa8876c1e9
SUCCESS checkout https://github.com/kiliankoe/Nextbike.git at master
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.74s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.44s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
========================================
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": "nextbike",
"name": "Nextbike",
"url": "https://github.com/kiliankoe/Nextbike.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nextbike",
"traits": [
"default"
],
"dependencies": [
{
"identity": "anycodable",
"name": "AnyCodable",
"url": "https://github.com/Flight-School/AnyCodable",
"version": "0.6.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCodable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kiliankoe/Nextbike.git
[1/194] Fetching nextbike
Fetched https://github.com/kiliankoe/Nextbike.git from cache (0.75s)
Fetching https://github.com/Flight-School/AnyCodable from cache
Fetched https://github.com/Flight-School/AnyCodable from cache (0.41s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.48s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/kiliankoe/Nextbike.git
Working copy of https://github.com/kiliankoe/Nextbike.git resolved at master (4066a8f)
warning: '.resolve-product-dependencies': dependency 'nextbike' is not used by any target
Found 1 product dependencies
- AnyCodable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kiliankoe/Nextbike.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling AnyCodable AnyCodable.swift
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyEncodable.swift
[8/17] Compiling Nextbike Nextbike.swift
[9/17] Compiling Nextbike NetworkManager.swift
[10/17] Compiling Nextbike Endpoint.swift
[11/17] Compiling Nextbike Place.swift
[12/17] Compiling Nextbike Country.swift
[13/17] Compiling Nextbike City.swift
[14/17] Compiling Nextbike Maps.swift
[15/17] Compiling Nextbike Bikes.swift
[16/17] Emitting module Nextbike
[17/17] Compiling Nextbike FlexzoneResponse.swift
Build complete! (11.41s)
Build complete.
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
}
],
"manifest_display_name" : "Nextbike",
"name" : "Nextbike",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Nextbike",
"targets" : [
"Nextbike"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NextbikeTests",
"module_type" : "SwiftTarget",
"name" : "NextbikeTests",
"path" : "Tests/NextbikeTests",
"sources" : [
"NextbikeTests.swift"
],
"target_dependencies" : [
"Nextbike"
],
"type" : "test"
},
{
"c99name" : "Nextbike",
"module_type" : "SwiftTarget",
"name" : "Nextbike",
"path" : "Sources/Nextbike",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"Nextbike"
],
"sources" : [
"Endpoints/Bikes.swift",
"Endpoints/Maps.swift",
"Models/City.swift",
"Models/Country.swift",
"Models/FlexzoneResponse.swift",
"Models/Place.swift",
"Network/Endpoint.swift",
"Network/NetworkManager.swift",
"Nextbike.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.