The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of InterposeKit, reference master (d775be), with Swift 6.2 for macOS (SPM) on 25 Nov 2025 15:22:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 d775bea ci: enable manual dispatch and use default Xcode
Cloned https://github.com/steipete/InterposeKit.git
Revision (git rev-parse @):
d775bea638e130edf62f3aaab8939dd3b764c0af
SUCCESS checkout https://github.com/steipete/InterposeKit.git at master
========================================
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",
  "dependencies": [
    {
      "identity": "interposekit",
      "name": "InterposeKit",
      "url": "https://github.com/steipete/InterposeKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/InterposeKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/steipete/InterposeKit.git
[1/2249] Fetching interposekit
Fetched https://github.com/steipete/InterposeKit.git from cache (1.34s)
Creating working copy for https://github.com/steipete/InterposeKit.git
Working copy of https://github.com/steipete/InterposeKit.git resolved at master (d775bea)
warning: '.resolve-product-dependencies': dependency 'interposekit' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-49B95AFC49DCD68C.txt
[2/3] Compiling ITKSuperBuilder.m
[4/13] Compiling InterposeKit LinuxCompileSupport.swift
[5/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.
[6/13] Compiling InterposeKit HookFinder.swift
[7/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.
[8/13] Compiling InterposeKit AnyHook.swift
[9/13] Compiling InterposeKit ClassHook.swift
[10/13] Compiling InterposeKit ObjectHook.swift
[11/13] Compiling InterposeKit InterposeSubclass.swift
[12/13] Compiling InterposeKit Watcher.swift
[13/13] Compiling InterposeKit InterposeKit.swift
Build complete! (4.62s)
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.