Build Information
Successful build of LandTransportKit, reference 0.9.4 (bceb9d), with Swift 6.1 for macOS (SPM) on 14 Feb 2026 01:03:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stuartbreckenridge/LandTransportKit.git
Reference: 0.9.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stuartbreckenridge/LandTransportKit
* tag 0.9.4 -> FETCH_HEAD
HEAD is now at bceb9d1 📝 README Updates
Cloned https://github.com/stuartbreckenridge/LandTransportKit.git
Revision (git rev-parse @):
bceb9d12c53726be04675bbf1b9a17f862ea7507
SUCCESS checkout https://github.com/stuartbreckenridge/LandTransportKit.git at 0.9.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/stuartbreckenridge/LandTransportKit.git
https://github.com/stuartbreckenridge/LandTransportKit.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "LandTransportKit",
"name" : "LandTransportKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "LandTransportKit",
"targets" : [
"LandTransportKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LandTransportKitTests",
"module_type" : "SwiftTarget",
"name" : "LandTransportKitTests",
"path" : "Tests/LandTransportKitTests",
"sources" : [
"LandTransportKitTests.swift"
],
"target_dependencies" : [
"LandTransportKit"
],
"type" : "test"
},
{
"c99name" : "LandTransportKit",
"module_type" : "SwiftTarget",
"name" : "LandTransportKit",
"path" : "Sources/LandTransportKit",
"product_memberships" : [
"LandTransportKit"
],
"sources" : [
"API/LandTransportAPI+BikeParking.swift",
"API/LandTransportAPI+BusArrivals.swift",
"API/LandTransportAPI+BusRoutes.swift",
"API/LandTransportAPI+BusServices.swift",
"API/LandTransportAPI+BusStops.swift",
"API/LandTransportAPI+CarParkAvailability.swift",
"API/LandTransportAPI+EstimatedTravelTime.swift",
"API/LandTransportAPI+FacilitiesMaintenance.swift",
"API/LandTransportAPI+FaultyTrafficLights.swift",
"API/LandTransportAPI+PassengerVolumes.swift",
"API/LandTransportAPI+RoadEvents.swift",
"API/LandTransportAPI+StationCrowdDensity.swift",
"API/LandTransportAPI+TaxiAvailability.swift",
"API/LandTransportAPI+TaxiStands.swift",
"API/LandTransportAPI+TrafficFlow.swift",
"API/LandTransportAPI+TrafficImages.swift",
"API/LandTransportAPI+TrafficIncidents.swift",
"API/LandTransportAPI+TrafficSpeedBands.swift",
"API/LandTransportAPI+TrainServiceAlerts.swift",
"API/LandTransportAPI+VMS.swift",
"API/LandTransportAPI.swift",
"API/LandTransportEndpoints.swift",
"Models/Bike Parking/BikeParking.swift",
"Models/Bus Arrivals/BusArrivals.swift",
"Models/Bus Arrivals/NextBus.swift",
"Models/Bus Arrivals/Services.swift",
"Models/Bus Route/BusRoute.swift",
"Models/Bus Services/BusService.swift",
"Models/Bus Stops/BusStops.swift",
"Models/Car Park Availability/CarParkAvailability.swift",
"Models/Estimated Travel Time/EstimatedTravelTime.swift",
"Models/Facilities Maintenance/FacilitiesMaintenance.swift",
"Models/Faulty Traffic Lights/FaultyTrafficLights.swift",
"Models/Passenger Volumes/PassengerVolume.swift",
"Models/Road Events/RoadEvents.swift",
"Models/Station Crowd Density/StationCrowdDensity.swift",
"Models/Taxi Availability/TaxiAvailability.swift",
"Models/Taxi Stands/TaxiStands.swift",
"Models/Traffic Flow/TrafficFlow.swift",
"Models/Traffic Images/TrafficImages.swift",
"Models/Traffic Incidents/TrafficIncidents.swift",
"Models/Traffic Speed Bands/TrafficSpeedBands.swift",
"Models/Train Service Alert/TrainServiceAlert.swift",
"Models/VMS/VariableMessageServices.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/45] Emitting module LandTransportKit
[6/49] Compiling LandTransportKit LandTransportAPI+BikeParking.swift
[7/49] Compiling LandTransportKit LandTransportAPI+BusArrivals.swift
[8/49] Compiling LandTransportKit LandTransportAPI+BusRoutes.swift
[9/49] Compiling LandTransportKit LandTransportAPI+BusServices.swift
[10/49] Compiling LandTransportKit LandTransportAPI+BusStops.swift
[11/49] Compiling LandTransportKit LandTransportAPI+TrafficImages.swift
[12/49] Compiling LandTransportKit LandTransportAPI+TrafficIncidents.swift
[13/49] Compiling LandTransportKit LandTransportAPI+TrafficSpeedBands.swift
[14/49] Compiling LandTransportKit LandTransportAPI+TrainServiceAlerts.swift
[15/49] Compiling LandTransportKit LandTransportAPI+VMS.swift
[16/49] Compiling LandTransportKit FaultyTrafficLights.swift
[17/49] Compiling LandTransportKit PassengerVolume.swift
[18/49] Compiling LandTransportKit RoadEvents.swift
[19/49] Compiling LandTransportKit StationCrowdDensity.swift
[20/49] Compiling LandTransportKit TrafficIncidents.swift
[21/49] Compiling LandTransportKit TrafficSpeedBands.swift
[22/49] Compiling LandTransportKit TrainServiceAlert.swift
[23/49] Compiling LandTransportKit VariableMessageServices.swift
[24/49] Compiling LandTransportKit LandTransportAPI+RoadEvents.swift
[25/49] Compiling LandTransportKit LandTransportAPI+StationCrowdDensity.swift
[26/49] Compiling LandTransportKit LandTransportAPI+TaxiAvailability.swift
[27/49] Compiling LandTransportKit LandTransportAPI+TaxiStands.swift
[28/49] Compiling LandTransportKit LandTransportAPI+TrafficFlow.swift
[29/49] Compiling LandTransportKit TaxiAvailability.swift
[30/49] Compiling LandTransportKit TaxiStands.swift
[31/49] Compiling LandTransportKit TrafficFlow.swift
[32/49] Compiling LandTransportKit TrafficImages.swift
[33/49] Compiling LandTransportKit BusStops.swift
[34/49] Compiling LandTransportKit CarParkAvailability.swift
[35/49] Compiling LandTransportKit EstimatedTravelTime.swift
[36/49] Compiling LandTransportKit FacilitiesMaintenance.swift
[37/49] Compiling LandTransportKit NextBus.swift
[38/49] Compiling LandTransportKit Services.swift
[39/49] Compiling LandTransportKit BusRoute.swift
[40/49] Compiling LandTransportKit BusService.swift
[41/49] Compiling LandTransportKit LandTransportAPI+CarParkAvailability.swift
[42/49] Compiling LandTransportKit LandTransportAPI+EstimatedTravelTime.swift
[43/49] Compiling LandTransportKit LandTransportAPI+FacilitiesMaintenance.swift
[44/49] Compiling LandTransportKit LandTransportAPI+FaultyTrafficLights.swift
[45/49] Compiling LandTransportKit LandTransportAPI+PassengerVolumes.swift
[46/49] Compiling LandTransportKit LandTransportAPI.swift
[47/49] Compiling LandTransportKit LandTransportEndpoints.swift
[48/49] Compiling LandTransportKit BikeParking.swift
[49/49] Compiling LandTransportKit BusArrivals.swift
Build complete! (21.56s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "LandTransportKit",
"name" : "LandTransportKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "LandTransportKit",
"targets" : [
"LandTransportKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LandTransportKitTests",
"module_type" : "SwiftTarget",
"name" : "LandTransportKitTests",
"path" : "Tests/LandTransportKitTests",
"sources" : [
"LandTransportKitTests.swift"
],
"target_dependencies" : [
"LandTransportKit"
],
"type" : "test"
},
{
"c99name" : "LandTransportKit",
"module_type" : "SwiftTarget",
"name" : "LandTransportKit",
"path" : "Sources/LandTransportKit",
"product_memberships" : [
"LandTransportKit"
],
"sources" : [
"API/LandTransportAPI+BikeParking.swift",
"API/LandTransportAPI+BusArrivals.swift",
"API/LandTransportAPI+BusRoutes.swift",
"API/LandTransportAPI+BusServices.swift",
"API/LandTransportAPI+BusStops.swift",
"API/LandTransportAPI+CarParkAvailability.swift",
"API/LandTransportAPI+EstimatedTravelTime.swift",
"API/LandTransportAPI+FacilitiesMaintenance.swift",
"API/LandTransportAPI+FaultyTrafficLights.swift",
"API/LandTransportAPI+PassengerVolumes.swift",
"API/LandTransportAPI+RoadEvents.swift",
"API/LandTransportAPI+StationCrowdDensity.swift",
"API/LandTransportAPI+TaxiAvailability.swift",
"API/LandTransportAPI+TaxiStands.swift",
"API/LandTransportAPI+TrafficFlow.swift",
"API/LandTransportAPI+TrafficImages.swift",
"API/LandTransportAPI+TrafficIncidents.swift",
"API/LandTransportAPI+TrafficSpeedBands.swift",
"API/LandTransportAPI+TrainServiceAlerts.swift",
"API/LandTransportAPI+VMS.swift",
"API/LandTransportAPI.swift",
"API/LandTransportEndpoints.swift",
"Models/Bike Parking/BikeParking.swift",
"Models/Bus Arrivals/BusArrivals.swift",
"Models/Bus Arrivals/NextBus.swift",
"Models/Bus Arrivals/Services.swift",
"Models/Bus Route/BusRoute.swift",
"Models/Bus Services/BusService.swift",
"Models/Bus Stops/BusStops.swift",
"Models/Car Park Availability/CarParkAvailability.swift",
"Models/Estimated Travel Time/EstimatedTravelTime.swift",
"Models/Facilities Maintenance/FacilitiesMaintenance.swift",
"Models/Faulty Traffic Lights/FaultyTrafficLights.swift",
"Models/Passenger Volumes/PassengerVolume.swift",
"Models/Road Events/RoadEvents.swift",
"Models/Station Crowd Density/StationCrowdDensity.swift",
"Models/Taxi Availability/TaxiAvailability.swift",
"Models/Taxi Stands/TaxiStands.swift",
"Models/Traffic Flow/TrafficFlow.swift",
"Models/Traffic Images/TrafficImages.swift",
"Models/Traffic Incidents/TrafficIncidents.swift",
"Models/Traffic Speed Bands/TrafficSpeedBands.swift",
"Models/Train Service Alert/TrainServiceAlert.swift",
"Models/VMS/VariableMessageServices.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.