Build Information
Successful build of Interceptor, reference 0.0.1 (362b5a), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 23:17:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bfernandesbfs/Interceptor.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bfernandesbfs/Interceptor
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 362b5a9 Merge pull request #1 from bfernandesbfs/ci
Cloned https://github.com/bfernandesbfs/Interceptor.git
Revision (git rev-parse @):
362b5a9db18ea4ca15f4cd51c3682ccff51fdeb7
SUCCESS checkout https://github.com/bfernandesbfs/Interceptor.git at 0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bfernandesbfs/Interceptor.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/6] Compiling Responder Event.swift
[5/6] Emitting module Responder
[6/6] Compiling Responder Responder.swift
[7/11] Compiling Interceptor RequestInterceptor.swift
[8/11] Compiling Interceptor ResponseInterceptor.swift
[9/11] Compiling Interceptor InterceptorObject.swift
[10/11] Emitting module Interceptor
[11/11] Compiling Interceptor Interceptor.swift
Build complete! (5.31s)
Fetching https://github.com/bfernandesbfs/Responder.git
[1/72] Fetching responder
Fetched https://github.com/bfernandesbfs/Responder.git from cache (0.80s)
Computing version for https://github.com/bfernandesbfs/Responder.git
Computed https://github.com/bfernandesbfs/Responder.git at 0.0.1 (1.32s)
Creating working copy for https://github.com/bfernandesbfs/Responder.git
Working copy of https://github.com/bfernandesbfs/Responder.git resolved at 0.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "responder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bfernandesbfs/Responder.git"
}
],
"manifest_display_name" : "Interceptor",
"name" : "Interceptor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Interceptor",
"targets" : [
"Interceptor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InterceptorTests",
"module_type" : "SwiftTarget",
"name" : "InterceptorTests",
"path" : "Tests/InterceptorTests",
"sources" : [
"InterceptorChainTest.swift",
"InterceptorRequestTests.swift",
"InterceptorResponseTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Interceptor"
],
"type" : "test"
},
{
"c99name" : "Interceptor",
"module_type" : "SwiftTarget",
"name" : "Interceptor",
"path" : "Sources/Interceptor",
"product_dependencies" : [
"Responder"
],
"product_memberships" : [
"Interceptor"
],
"sources" : [
"Private/InterceptorObject.swift",
"Public/Interceptor.swift",
"Public/RequestInterceptor.swift",
"Public/ResponseInterceptor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.