The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Interceptor, reference main (b7cd74), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 23:16:57 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/bfernandesbfs/Interceptor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bfernandesbfs/Interceptor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7cd747 Update README.md
Cloned https://github.com/bfernandesbfs/Interceptor.git
Revision (git rev-parse @):
b7cd747d0ba718a0ba76934aa2d2a4038ecb2a01
SUCCESS checkout https://github.com/bfernandesbfs/Interceptor.git at main
========================================
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 Responder.swift
[5/6] Compiling Responder Event.swift
[6/6] Emitting module Responder
[7/11] Compiling Interceptor ResponseInterceptor.swift
[8/11] Emitting module Interceptor
[9/11] Compiling Interceptor Interceptor.swift
[10/11] Compiling Interceptor InterceptorObject.swift
[11/11] Compiling Interceptor RequestInterceptor.swift
Build complete! (5.35s)
Fetching https://github.com/bfernandesbfs/Responder.git
[1/72] Fetching responder
Fetched https://github.com/bfernandesbfs/Responder.git from cache (0.95s)
Computing version for https://github.com/bfernandesbfs/Responder.git
Computed https://github.com/bfernandesbfs/Responder.git at 0.0.1 (1.49s)
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.