Build Information
Successful build of Ditto, reference master (8db3fe
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 23:49:10 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/xspyhack/ditto.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xspyhack/ditto
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8db3fee Rename routing to router
Cloned https://github.com/xspyhack/ditto.git
Revision (git rev-parse @):
8db3feeca356eb3d5debb63dd1bdb1e1d58b2c9f
SUCCESS checkout https://github.com/xspyhack/ditto.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/xspyhack/ditto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Ditto Routable.swift
[4/11] Compiling Ditto Route.swift
[5/11] Compiling Ditto Extractable.swift
[6/11] Compiling Ditto Endpoint.swift
[7/11] Compiling Ditto Context.swift
[8/11] Emitting module Ditto
[9/11] Compiling Ditto Router.swift
[10/11] Compiling Ditto Routing.swift
[11/11] Compiling Ditto SIL.swift
Build complete! (6.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ditto",
"name" : "Ditto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Ditto",
"targets" : [
"Ditto"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DittoTests",
"module_type" : "SwiftTarget",
"name" : "DittoTests",
"path" : "Tests/DittoTests",
"sources" : [
"ContextTests.swift",
"EndpointTests.swift",
"RouteTests.swift",
"RouterTests.swift"
],
"target_dependencies" : [
"Ditto"
],
"type" : "test"
},
{
"c99name" : "Ditto",
"module_type" : "SwiftTarget",
"name" : "Ditto",
"path" : "Sources/Ditto",
"product_memberships" : [
"Ditto"
],
"sources" : [
"Context.swift",
"Endpoint.swift",
"Extractable.swift",
"Routable.swift",
"Route.swift",
"Router.swift",
"Routing.swift",
"SIL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.