Build Information
Successful build of InterposeKit, reference master (2d4822
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 02:39:58 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/steipete/InterposeKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/steipete/InterposeKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2d48227 Update pod spec to latest tag (#24)
Cloned https://github.com/steipete/InterposeKit.git
Revision (git rev-parse @):
2d48227c359b71be057fe9fd403ff791e5322b32
SUCCESS checkout https://github.com/steipete/InterposeKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/steipete/InterposeKit.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
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling ITKSuperBuilder.m
[4/13] Compiling InterposeKit LinuxCompileSupport.swift
[5/13] Compiling InterposeKit InterposeKit.swift
[6/13] Compiling InterposeKit Watcher.swift
[7/13] Compiling InterposeKit ClassHook.swift
[8/13] Compiling InterposeKit InterposeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/InterposeKit/InterposeError.swift:13:10: warning: associated value 'unexpectedImplementation' of 'Sendable'-conforming enum 'InterposeError' has non-sendable type '(AnyClass, Selector, IMP?)' (aka '(any AnyObject.Type, Selector, Optional<OpaquePointer>)')
11 | /// Someone else changed the implementation; reverting removed this implementation.
12 | /// This is bad, likely someone else also hooked this method. If you are in such a codebase, do not use revert.
13 | case unexpectedImplementation(AnyClass, Selector, IMP?)
| `- warning: associated value 'unexpectedImplementation' of 'Sendable'-conforming enum 'InterposeError' has non-sendable type '(AnyClass, Selector, IMP?)' (aka '(any AnyObject.Type, Selector, Optional<OpaquePointer>)')
14 |
15 | /// Unable to register subclass for object-based interposing.
[9/13] Compiling InterposeKit HookFinder.swift
[10/13] Compiling InterposeKit ObjectHook.swift
[11/13] Compiling InterposeKit InterposeSubclass.swift
[12/13] Emitting module InterposeKit
/Users/admin/builder/spi-builder-workspace/Sources/InterposeKit/InterposeError.swift:13:10: warning: associated value 'unexpectedImplementation' of 'Sendable'-conforming enum 'InterposeError' has non-sendable type '(AnyClass, Selector, IMP?)' (aka '(any AnyObject.Type, Selector, Optional<OpaquePointer>)')
11 | /// Someone else changed the implementation; reverting removed this implementation.
12 | /// This is bad, likely someone else also hooked this method. If you are in such a codebase, do not use revert.
13 | case unexpectedImplementation(AnyClass, Selector, IMP?)
| `- warning: associated value 'unexpectedImplementation' of 'Sendable'-conforming enum 'InterposeError' has non-sendable type '(AnyClass, Selector, IMP?)' (aka '(any AnyObject.Type, Selector, Optional<OpaquePointer>)')
14 |
15 | /// Unable to register subclass for object-based interposing.
[13/13] Compiling InterposeKit AnyHook.swift
Build complete! (5.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "InterposeKit",
"name" : "InterposeKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "InterposeKit",
"targets" : [
"InterposeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SuperBuilder",
"module_type" : "ClangTarget",
"name" : "SuperBuilder",
"path" : "Sources/SuperBuilder",
"product_memberships" : [
"InterposeKit"
],
"sources" : [
"src/ITKSuperBuilder.m"
],
"type" : "library"
},
{
"c99name" : "InterposeKitTests",
"module_type" : "SwiftTarget",
"name" : "InterposeKitTests",
"path" : "Tests/InterposeKitTests",
"sources" : [
"InterposeKitTestCase.swift",
"InterposeKitTests.swift",
"KVOTests.swift",
"MultipleInterposing.swift",
"ObjectInterposeTests.swift",
"TestClass.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"InterposeKit"
],
"type" : "test"
},
{
"c99name" : "InterposeKit",
"module_type" : "SwiftTarget",
"name" : "InterposeKit",
"path" : "Sources/InterposeKit",
"product_memberships" : [
"InterposeKit"
],
"sources" : [
"AnyHook.swift",
"ClassHook.swift",
"HookFinder.swift",
"InterposeError.swift",
"InterposeKit.swift",
"InterposeSubclass.swift",
"LinuxCompileSupport.swift",
"ObjectHook.swift",
"Watcher.swift"
],
"target_dependencies" : [
"SuperBuilder"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.