Build Information
Successful build of Interceptor, reference 0.0.1 (362b5a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 16:16:35 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/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
Fetching https://github.com/bfernandesbfs/Responder.git
[1/72] Fetching responder
Fetched https://github.com/bfernandesbfs/Responder.git from cache (0.84s)
Computing version for https://github.com/bfernandesbfs/Responder.git
Computed https://github.com/bfernandesbfs/Responder.git at 0.0.1 (1.51s)
Creating working copy for https://github.com/bfernandesbfs/Responder.git
Working copy of https://github.com/bfernandesbfs/Responder.git resolved 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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "interceptor",
"name": "Interceptor",
"url": "https://github.com/bfernandesbfs/Interceptor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Interceptor",
"traits": [
"default"
],
"dependencies": [
{
"identity": "responder",
"name": "Responder",
"url": "https://github.com/bfernandesbfs/Responder.git",
"version": "0.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Responder",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bfernandesbfs/Interceptor.git
[1/79] Fetching interceptor
Fetched https://github.com/bfernandesbfs/Interceptor.git from cache (0.88s)
Fetching https://github.com/bfernandesbfs/Responder.git from cache
Fetched https://github.com/bfernandesbfs/Responder.git from cache (0.48s)
Computing version for https://github.com/bfernandesbfs/Responder.git
Computed https://github.com/bfernandesbfs/Responder.git at 0.0.1 (0.54s)
Creating working copy for https://github.com/bfernandesbfs/Responder.git
Working copy of https://github.com/bfernandesbfs/Responder.git resolved at 0.0.1
Creating working copy for https://github.com/bfernandesbfs/Interceptor.git
Working copy of https://github.com/bfernandesbfs/Interceptor.git resolved at 0.0.1 (362b5a9)
warning: '.resolve-product-dependencies': dependency 'interceptor' is not used by any target
Found 1 product dependencies
- Responder
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/bfernandesbfs/Interceptor.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/6] Emitting module Responder
[5/6] Compiling Responder Responder.swift
[6/6] Compiling Responder Event.swift
[7/11] Compiling Interceptor ResponseInterceptor.swift
[8/11] Compiling Interceptor InterceptorObject.swift
[9/11] Compiling Interceptor RequestInterceptor.swift
[10/11] Compiling Interceptor Interceptor.swift
[11/11] Emitting module Interceptor
Build complete! (4.52s)
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.