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 SwiftHook, reference 3.5.3 (2a6199), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 13:36:41 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/623637646/SwiftHook.git
Reference: 3.5.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/623637646/SwiftHook
 * tag               3.5.3      -> FETCH_HEAD
HEAD is now at 2a6199f Bump new version to 3.5.3
Cloned https://github.com/623637646/SwiftHook.git
Revision (git rev-parse @):
2a6199f90aa2c10cd01b92488639dd246caf277e
SUCCESS checkout https://github.com/623637646/SwiftHook.git at 3.5.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/623637646/SwiftHook.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Write swift-version-1EA4D86E10B52AF.txt
[1/23] Compiling sysv_i386.S
[2/23] Compiling ffiw64_x86_64.c
[2/23] Compiling ffi_i386.c
[3/23] Compiling ffi64_x86_64.c
[5/23] Compiling win64_x86_64.S
[6/23] Compiling unix64_x86_64.S
[7/23] Compiling tramp.c
[8/23] Compiling ffi_armv7.c
[9/23] Compiling sysv_armv7.S
[10/23] Compiling raw_api.c
[11/23] Compiling types.c
[12/23] Compiling java_raw_api.c
[13/23] Write sources
[14/23] Compiling debug.c
[15/23] Compiling prep_cif.c
[16/23] Compiling sysv_arm64.S
[17/23] Compiling ffi_arm64.c
[18/23] Compiling dlmalloc.c
[19/23] Compiling closures.c
[20/23] Compiling SwiftHookOCSources SHObjectiveCUtilities.m
[21/23] Compiling SwiftHookOCSources SHMethodSignature.m
[22/23] Compiling SwiftHookOCSources SHFFITypeContext.m
[24/43] Emitting module SwiftHook
[25/45] Compiling SwiftHook Signature.swift
[26/45] Compiling SwiftHook Utilities.swift
[27/45] Compiling SwiftHook FFICIFContext.swift
[28/45] Compiling SwiftHook FFIClosureContext.swift
[29/45] Compiling SwiftHook DynamicClass.swift
[30/45] Compiling SwiftHook HookAllInstances.swift
[31/45] Compiling SwiftHook HookClassMethods.swift
[32/45] Compiling SwiftHook HookInternal.swift
[33/45] Compiling SwiftHook InsteadHookClosureExtension.swift
[34/45] Compiling SwiftHook TargetObjectExtension.swift
[35/45] Compiling SwiftHook ParametersCheck.swift
[36/45] Compiling SwiftHook KVOWrapper.swift
[37/45] Compiling SwiftHook OverrideSuperMethod.swift
[38/45] Compiling SwiftHook HookCommon.swift
[39/45] Compiling SwiftHook HookSpecificInstance.swift
[40/45] Compiling SwiftHook HookContext.swift
[41/45] Compiling SwiftHook HookDeallocAfterDelegate.swift
[42/45] Compiling SwiftHook HookAllInstancesOC.swift
[43/45] Compiling SwiftHook HookClassMethodsOC.swift
[44/45] Compiling SwiftHook HookCommonOC.swift
[45/45] Compiling SwiftHook HookSpecificInstanceOC.swift
Build complete! (8.82s)
Fetching https://github.com/623637646/libffi.git
[1/15566] Fetching libffi
Fetched https://github.com/623637646/libffi.git from cache (1.50s)
Computing version for https://github.com/623637646/libffi.git
Computed https://github.com/623637646/libffi.git at 3.4.7 (1.93s)
Creating working copy for https://github.com/623637646/libffi.git
Working copy of https://github.com/623637646/libffi.git resolved at 3.4.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "libffi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.7",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/623637646/libffi.git"
    }
  ],
  "manifest_display_name" : "SwiftHook",
  "name" : "SwiftHook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftHook",
      "targets" : [
        "SwiftHook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftHookOCSources",
      "module_type" : "ClangTarget",
      "name" : "SwiftHookOCSources",
      "path" : "SwiftHook/Classes/OCSources",
      "product_dependencies" : [
        "libffi_apple"
      ],
      "product_memberships" : [
        "SwiftHook"
      ],
      "sources" : [
        "SHFFITypeContext.m",
        "SHMethodSignature.m",
        "SHObjectiveCUtilities.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftHook",
      "module_type" : "SwiftTarget",
      "name" : "SwiftHook",
      "path" : "SwiftHook/Classes",
      "product_dependencies" : [
        "libffi_apple"
      ],
      "product_memberships" : [
        "SwiftHook"
      ],
      "sources" : [
        "FFI/FFICIFContext.swift",
        "FFI/FFIClosureContext.swift",
        "Hook/DynamicClass.swift",
        "Hook/HookContext.swift",
        "Hook/HookDeallocAfterDelegate.swift",
        "Hook/HookInternal.swift",
        "Hook/InsteadHookClosureExtension.swift",
        "Hook/KVOWrapper.swift",
        "Hook/OverrideSuperMethod.swift",
        "Hook/TargetObjectExtension.swift",
        "Parameters/ParametersCheck.swift",
        "Public/HookAllInstances.swift",
        "Public/HookClassMethods.swift",
        "Public/HookCommon.swift",
        "Public/HookSpecificInstance.swift",
        "PublicObjectiveCAPI/HookAllInstancesOC.swift",
        "PublicObjectiveCAPI/HookClassMethodsOC.swift",
        "PublicObjectiveCAPI/HookCommonOC.swift",
        "PublicObjectiveCAPI/HookSpecificInstanceOC.swift",
        "Signature/Signature.swift",
        "Utilities/Utilities.swift"
      ],
      "target_dependencies" : [
        "SwiftHookOCSources"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.