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 HotReloading, reference main (7b487d), with Swift 6.0 for macOS (SPM) on 28 Nov 2025 14:59:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/johnno1962/HotReloading.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/HotReloading
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b487d0 Gentle reminder.
Cloned https://github.com/johnno1962/HotReloading.git
Revision (git rev-parse @):
7b487d0af81bb486e7d7a3e4165519449515bf6f
SUCCESS checkout https://github.com/johnno1962/HotReloading.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/johnno1962/HotReloading.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/42] Write sources
[3/42] Write injectiond-entitlement.plist
[4/42] Write sources
[5/42] Compiling XprobeSweep XprobeSweep.m
[6/42] Write swift-version-5BDAB9E9C0126B9D.txt
[7/42] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x86.s
[8/42] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x64.s
[9/42] Compiling SwiftTraceGutsD xt_forwarding_trampoline_arm7.s
[10/44] Compiling SwiftTraceGutsD xt_forwarding_trampoline_arm64.s
[11/44] Compiling HotReloadingGuts SimpleSocket.mm
[12/44] Compiling SwiftTraceGutsD fishhook.c
[13/44] Compiling SwiftTraceGutsD Trampolines.mm
[14/44] Write sources
[16/44] Compiling HotReloadingGuts ClientBoot.mm
[17/44] Compiling SwiftTraceGutsD fast_dladdr.mm
[18/44] Write sources
[19/46] Compiling SwiftTraceGutsD SwiftTrace.mm
[20/46] Compiling HotReloadingGuts Unhide.mm
[21/46] Compiling SwiftTraceGutsD ObjCBridge.mm
[22/46] Compiling DLKitCD DLKitC.c
[23/58] Compiling injectiondGuts SignerService.m
[24/58] Compiling DLKitCD trie_dlops.mm
[25/58] Compiling DLKitCD trie_dladdr.mm
[26/58] Compiling XprobeUI XprobePluginMenuController.m
[27/58] Compiling XprobeUI XprobeConsole.m
[28/58] Compiling RemoteCapture RemoteImpl.m
[30/58] Emitting module SwiftRegex
[31/58] Compiling SwiftRegex TupleRegex.swift
[32/58] Compiling SwiftTraceD SwiftStack.swift
[33/58] Compiling SwiftTraceD SwiftStats.swift
[34/58] Compiling SwiftTraceD SwiftSwizzle.swift
[35/58] Compiling SwiftTraceD SwiftLifetime.swift
[36/59] Compiling SwiftTraceD SwiftInvoke.swift
[37/59] Compiling SwiftTraceD SwiftMeta.swift
[38/59] Compiling SwiftTraceD SwiftInterpose.swift
[39/59] Compiling SwiftTraceD SwiftTrace.swift
[40/59] Emitting module SwiftTraceD
[41/59] Compiling SwiftTraceD SwiftArgs.swift
[42/59] Compiling SwiftTraceD SwiftAspects.swift
[43/59] Compiling SwiftTraceD EasyPointer.swift
[44/59] Compiling SwiftTraceD StringIndex.swift
[44/59] Write Objects.LinkFileList
[46/59] Emitting module RemoteMovie
[47/59] Compiling RemoteMovie TimeLapseBuilder.swift
[47/59] Linking libSwiftTraceD.dylib
[48/63] Compiling RemoteUI RMPluginController.m
[49/63] Compiling RemoteUI RMMacroManager.m
[50/63] Compiling RemoteUI RMDeviceController.m
[51/63] Compiling RemoteUI RMImageView.m
[52/63] Compiling RemoteUI RMWindowController.m
[54/63] Emitting module ProfileSwiftUI
[55/73] Compiling ProfileSwiftUI ProfileSwiftUI.swift
[56/73] Compiling XprobeSwift XprobeSwift.swift
[57/73] Emitting module XprobeSwift
[57/73] Compiling Xprobe SweepSeeding.m
[58/73] Compiling Xprobe Xprobe+Service.mm
[59/73] Compiling Xprobe Xprobe.mm
[61/73] Compiling injectiond main.swift
[62/73] Compiling injectiond UpdateCheck.swift
[63/88] Compiling injectiond Experimental.swift
[64/88] Emitting module injectiond
[65/88] Compiling injectiond FileWatcher.swift
[66/88] Compiling injectiond SwiftEval.swift
[67/88] Compiling injectiond DeviceServer.swift
[68/88] Compiling injectiond UnhidingEval.swift
[69/88] Compiling injectiond InjectionServer.swift
[70/88] Compiling injectiond AppDelegate.swift
[70/88] Write Objects.LinkFileList
[71/88] Linking injectiond
[72/88] Applying injectiond
[74/88] Compiling HotReloading ReducerInjection.swift
[75/88] Compiling HotReloading StandaloneInjection.swift
[76/88] Compiling HotReloading FileWatcher.swift
[77/88] Compiling HotReloading InjectionClient.swift
[78/88] Compiling HotReloading DeviceInjection.swift
[79/88] Compiling HotReloading DynamicCast.swift
[80/88] Emitting module HotReloading
/Users/admin/builder/spi-builder-workspace/Sources/HotReloading/SwiftSweeper.swift:125:38: warning: conditional cast from 'Any' to 'AnyObject' always succeeds
123 |         /// Fixes a potential crash that the value is not accessible during injection.
124 | //        print(value)
125 |         guard !containsType && value as? AnyObject != nil else { return }
    |                                      `- warning: conditional cast from 'Any' to 'AnyObject' always succeeds
126 |
127 |         let mirror = Mirror(reflecting: value)
[81/89] Compiling HotReloading Vaccine.swift
/Users/admin/builder/spi-builder-workspace/Sources/HotReloading/Vaccine.swift:34:17: warning: 'defer' statement at end of scope always executes immediately; replace with 'do' statement to silence this warning
 32 |                 CATransaction.setAnimationDuration(1.0)
 33 |                 CATransaction.setAnimationTimingFunction(CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut))
 34 |                 defer { CATransaction.commit() }
    |                 `- warning: 'defer' statement at end of scope always executes immediately; replace with 'do' statement to silence this warning
 35 |             }
 36 |
[82/89] Compiling HotReloading SwiftInterpose.swift
[83/89] Compiling HotReloading SwiftKeyPath.swift
[84/89] Compiling HotReloading UnhidingEval.swift
[85/89] Compiling HotReloading SwiftEval.swift
[86/89] Compiling HotReloading SwiftInjection.swift
[87/89] Compiling HotReloading SwiftSweeper.swift
/Users/admin/builder/spi-builder-workspace/Sources/HotReloading/SwiftSweeper.swift:125:38: warning: conditional cast from 'Any' to 'AnyObject' always succeeds
123 |         /// Fixes a potential crash that the value is not accessible during injection.
124 | //        print(value)
125 |         guard !containsType && value as? AnyObject != nil else { return }
    |                                      `- warning: conditional cast from 'Any' to 'AnyObject' always succeeds
126 |
127 |         let mirror = Mirror(reflecting: value)
[88/89] Compiling HotReloading InjectionStats.swift
[89/89] Compiling HotReloading ObjcInjection.swift
Build complete! (25.60s)
Fetching https://github.com/johnno1962/ProfileSwiftUI
Fetching https://github.com/johnno1962/SwiftRegex5
Fetching https://github.com/johnno1962/XprobePlugin
Fetching https://github.com/johnno1962/SwiftTrace
Fetching https://github.com/johnno1962/Remote
[1/74] Fetching profileswiftui
[66/2201] Fetching profileswiftui, swifttrace
[258/3111] Fetching profileswiftui, swifttrace, remote
[268/5084] Fetching profileswiftui, swifttrace, remote, xprobeplugin
[465/5293] Fetching profileswiftui, swifttrace, remote, xprobeplugin, swiftregex5
Fetched https://github.com/johnno1962/SwiftTrace from cache (1.18s)
[3000/3166] Fetching profileswiftui, remote, xprobeplugin, swiftregex5
Fetched https://github.com/johnno1962/SwiftRegex5 from cache (1.30s)
Fetched https://github.com/johnno1962/Remote from cache (1.30s)
Fetched https://github.com/johnno1962/XprobePlugin from cache (1.30s)
Fetched https://github.com/johnno1962/ProfileSwiftUI from cache (1.30s)
Computing version for https://github.com/johnno1962/ProfileSwiftUI
Computed https://github.com/johnno1962/ProfileSwiftUI at 1.1.3 (0.57s)
Fetching https://github.com/johnno1962/DLKit
[1/508] Fetching dlkit
Fetched https://github.com/johnno1962/DLKit from cache (0.77s)
Computing version for https://github.com/johnno1962/Remote
Computed https://github.com/johnno1962/Remote at 2.3.5 (0.56s)
Computing version for https://github.com/johnno1962/XprobePlugin
Computed https://github.com/johnno1962/XprobePlugin at 2.9.10 (0.57s)
Computing version for https://github.com/johnno1962/SwiftTrace
Computed https://github.com/johnno1962/SwiftTrace at 8.6.1 (0.56s)
Computing version for https://github.com/johnno1962/SwiftRegex5
Computed https://github.com/johnno1962/SwiftRegex5 at 6.1.3 (0.56s)
Computing version for https://github.com/johnno1962/DLKit
Computed https://github.com/johnno1962/DLKit at 3.5.5 (0.56s)
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.62s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (0.55s)
Creating working copy for https://github.com/johnno1962/ProfileSwiftUI
Working copy of https://github.com/johnno1962/ProfileSwiftUI resolved at 1.1.3
Creating working copy for https://github.com/johnno1962/Remote
Working copy of https://github.com/johnno1962/Remote resolved at 2.3.5
Creating working copy for https://github.com/johnno1962/XprobePlugin
Working copy of https://github.com/johnno1962/XprobePlugin resolved at 2.9.10
Creating working copy for https://github.com/johnno1962/SwiftTrace
Working copy of https://github.com/johnno1962/SwiftTrace resolved at 8.6.1
Creating working copy for https://github.com/johnno1962/DLKit
Working copy of https://github.com/johnno1962/DLKit resolved at 3.5.5
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
Creating working copy for https://github.com/johnno1962/SwiftRegex5
Working copy of https://github.com/johnno1962/SwiftRegex5 resolved at 6.1.3
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "swifttrace",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.6.1",
            "upper_bound" : "8.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/SwiftTrace"
    },
    {
      "identity" : "swiftregex5",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.2",
            "upper_bound" : "6.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/SwiftRegex5"
    },
    {
      "identity" : "xprobeplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.10",
            "upper_bound" : "2.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/XprobePlugin"
    },
    {
      "identity" : "remote",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.5",
            "upper_bound" : "2.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/Remote"
    },
    {
      "identity" : "profileswiftui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/ProfileSwiftUI"
    }
  ],
  "manifest_display_name" : "HotReloading",
  "name" : "HotReloading",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "HotReloading",
      "targets" : [
        "HotReloading"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HotReloadingGuts",
      "targets" : [
        "HotReloadingGuts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "injectiondGuts",
      "targets" : [
        "injectiondGuts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "injectiond",
      "targets" : [
        "injectiond"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "injectiondGuts",
      "module_type" : "ClangTarget",
      "name" : "injectiondGuts",
      "path" : "Sources/injectiondGuts",
      "product_memberships" : [
        "injectiondGuts",
        "injectiond"
      ],
      "sources" : [
        "SignerService.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "injectiond",
      "module_type" : "SwiftTarget",
      "name" : "injectiond",
      "path" : "Sources/injectiond",
      "product_dependencies" : [
        "SwiftRegex",
        "XprobeUI",
        "RemoteUI"
      ],
      "product_memberships" : [
        "injectiond"
      ],
      "sources" : [
        "AppDelegate.swift",
        "DeviceServer.swift",
        "Experimental.swift",
        "FileWatcher.swift",
        "InjectionServer.swift",
        "SwiftEval.swift",
        "UnhidingEval.swift",
        "UpdateCheck.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HotReloadingGuts",
        "injectiondGuts"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HotReloadingGuts",
      "module_type" : "ClangTarget",
      "name" : "HotReloadingGuts",
      "path" : "Sources/HotReloadingGuts",
      "product_memberships" : [
        "HotReloading",
        "HotReloadingGuts",
        "injectiond"
      ],
      "sources" : [
        "ClientBoot.mm",
        "SimpleSocket.mm",
        "Unhide.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HotReloading",
      "module_type" : "SwiftTarget",
      "name" : "HotReloading",
      "path" : "Sources/HotReloading",
      "product_dependencies" : [
        "SwiftTraceD",
        "Xprobe",
        "SwiftRegex",
        "ProfileSwiftUI"
      ],
      "product_memberships" : [
        "HotReloading"
      ],
      "sources" : [
        "DeviceInjection.swift",
        "DynamicCast.swift",
        "FileWatcher.swift",
        "InjectionClient.swift",
        "InjectionStats.swift",
        "ObjcInjection.swift",
        "ReducerInjection.swift",
        "StandaloneInjection.swift",
        "SwiftEval.swift",
        "SwiftInjection.swift",
        "SwiftInterpose.swift",
        "SwiftKeyPath.swift",
        "SwiftSweeper.swift",
        "UnhidingEval.swift",
        "Vaccine.swift"
      ],
      "target_dependencies" : [
        "HotReloadingGuts"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.