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 objc-runtime-tools, reference main (e73552), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 03:45:20 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/davdroman/objc-runtime-tools.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davdroman/objc-runtime-tools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e735527 CI: lint via SwiftFormat (#3)
Cloned https://github.com/davdroman/objc-runtime-tools.git
Revision (git rev-parse @):
e73552751385f25dbc1ed63e179973f3b3d2e211
SUCCESS checkout https://github.com/davdroman/objc-runtime-tools.git at main
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/4598] Fetching swift-custom-dump
[185/5512] Fetching swift-custom-dump, swift-macro-testing
[2389/11064] Fetching swift-custom-dump, swift-macro-testing, xctest-dynamic-overlay
[9067/26618] Fetching swift-custom-dump, swift-macro-testing, xctest-dynamic-overlay, swift-snapshot-testing
[11532/99237] Fetching swift-custom-dump, swift-macro-testing, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.45s)
[6706/93685] Fetching swift-custom-dump, swift-macro-testing, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.94s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.61s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.61s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.61s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (6.61s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.55s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.57s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.55s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.18s)
========================================
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": "objc-runtime-tools",
      "name": "objc-runtime-tools",
      "url": "https://github.com/davdroman/objc-runtime-tools.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/objc-runtime-tools",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax",
          "version": "602.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/davdroman/objc-runtime-tools.git
[1/309] Fetching objc-runtime-tools
Fetched https://github.com/davdroman/objc-runtime-tools.git from cache (0.75s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.89s)
Creating working copy for https://github.com/davdroman/objc-runtime-tools.git
Working copy of https://github.com/davdroman/objc-runtime-tools.git resolved at main (e735527)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
warning: '.resolve-product-dependencies': dependency 'objc-runtime-tools' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/davdroman/objc-runtime-tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[7/12] Write swift-version-49B95AFC49DCD68C.txt
[9/21] Compiling AssociationMacro TypeSyntax+.swift
[10/21] Compiling AssociationMacro AssociatedMacrosPlugin.swift
[11/21] Compiling AssociationMacro AssociatedMacroDiagnostic.swift
[12/21] Compiling AssociationMacro AssociatedMacro.swift
[13/21] Emitting module AssociationMacro
[14/21] Compiling AssociationMacro PatternBindingSyntax+.swift
[14/21] Write Objects.LinkFileList
[16/21] Compiling SwizzlingMacro SwizzleMacro.swift
[17/21] Compiling SwizzlingMacro SwizzleMacrosPlugin.swift
[18/21] Emitting module SwizzlingMacro
[18/21] Write Objects.LinkFileList
[19/21] Linking AssociationMacro-tool
[20/21] Linking SwizzlingMacro-tool
[22/45] Compiling Association Policy.swift
[23/45] Compiling Swizzling SwizzlingError.swift
[24/45] Compiling Swizzling Swizzle.swift
[25/45] Compiling Swizzling SwizzlingHook.swift
[26/45] Compiling Swizzling SwizzlingError.swift
[27/45] Compiling Swizzling Swizzle.swift
[28/45] Compiling Swizzling SwizzlingHook.swift
[29/45] Compiling Association Macros.swift
[30/45] Compiling Association Policy.swift
[31/45] Emitting module Association
[32/45] Compiling Association Exports.swift
[33/45] Compiling Association Macros.swift
[34/45] Emitting module Association
[35/45] Compiling Association Exports.swift
[36/45] Compiling Swizzling Logging.swift
[37/45] Compiling Swizzling LocalSelf.swift
[38/45] Compiling Swizzling Macros.swift
[39/45] Compiling Swizzling AnyHook.swift
[40/45] Compiling Swizzling LocalSelf.swift
[41/45] Compiling Swizzling Macros.swift
[42/45] Compiling Swizzling Logging.swift
[43/45] Compiling Swizzling AnyHook.swift
[44/45] Emitting module Swizzling
[46/47] Compiling ObjCRuntimeTools Exports.swift
[47/47] Emitting module ObjCRuntimeTools
Build complete! (8.62s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "objc-runtime-tools",
  "name" : "objc-runtime-tools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ObjCRuntimeTools",
      "targets" : [
        "ObjCRuntimeTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Association",
      "targets" : [
        "Association"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Swizzling",
      "targets" : [
        "Swizzling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwizzlingMacro",
      "targets" : [
        "SwizzlingMacro"
      ],
      "type" : {
        "macro" : null
      }
    },
    {
      "name" : "AssociationMacro",
      "targets" : [
        "AssociationMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwizzlingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwizzlingTests",
      "path" : "Tests/SwizzlingTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "SwizzleMacroTests.swift",
        "SwizzleTests.swift"
      ],
      "target_dependencies" : [
        "Swizzling",
        "SwizzlingMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwizzlingMacro",
      "module_type" : "SwiftTarget",
      "name" : "SwizzlingMacro",
      "path" : "Sources/SwizzlingMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Swizzling",
        "SwizzlingMacro"
      ],
      "sources" : [
        "SwizzleMacro.swift",
        "SwizzleMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Swizzling",
      "module_type" : "SwiftTarget",
      "name" : "Swizzling",
      "path" : "Sources/Swizzling",
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Swizzling"
      ],
      "sources" : [
        "AnyHook.swift",
        "LocalSelf.swift",
        "Logging.swift",
        "Macros.swift",
        "Swizzle.swift",
        "SwizzlingError.swift",
        "SwizzlingHook.swift"
      ],
      "target_dependencies" : [
        "SwizzlingMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObjCRuntimeTools",
      "module_type" : "SwiftTarget",
      "name" : "ObjCRuntimeTools",
      "path" : "Sources/ObjCRuntimeTools",
      "product_memberships" : [
        "ObjCRuntimeTools"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "Association",
        "Swizzling"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssociationTests",
      "module_type" : "SwiftTarget",
      "name" : "AssociationTests",
      "path" : "Tests/AssociationTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "AssociatedMacroTests.swift",
        "ClassTypeTests.swift",
        "PatternBindingSyntax+Tests.swift"
      ],
      "target_dependencies" : [
        "Association",
        "AssociationMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssociationMacro",
      "module_type" : "SwiftTarget",
      "name" : "AssociationMacro",
      "path" : "Sources/AssociationMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Association",
        "AssociationMacro"
      ],
      "sources" : [
        "AssociatedMacro.swift",
        "AssociatedMacroDiagnostic.swift",
        "AssociatedMacrosPlugin.swift",
        "PatternBindingSyntax+.swift",
        "TypeSyntax+.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Association",
      "module_type" : "SwiftTarget",
      "name" : "Association",
      "path" : "Sources/Association",
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Association"
      ],
      "sources" : [
        "Exports.swift",
        "Macros.swift",
        "Policy.swift"
      ],
      "target_dependencies" : [
        "AssociationMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.