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 ProfileSwiftUI, reference main (813bd7), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 20:16:15 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/johnno1962/ProfileSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/ProfileSwiftUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 813bd75 Bump DLKit.
Cloned https://github.com/johnno1962/ProfileSwiftUI.git
Revision (git rev-parse @):
813bd75cc58be6aa993707c22262fb8f22d112d4
SUCCESS checkout https://github.com/johnno1962/ProfileSwiftUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnno1962/ProfileSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/18] Write sources
[3/18] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x64.s
[5/18] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x86.s
[6/18] Compiling SwiftTraceGutsD xt_forwarding_trampoline_arm7.s
[7/20] Compiling SwiftTraceGutsD xt_forwarding_trampoline_arm64.s
[8/20] Compiling SwiftTraceGutsD fishhook.c
[9/20] Compiling DLKitCD DLKitC.c
[10/20] Compiling DLKitCD trie_dlops.mm
[11/20] Compiling DLKitCD trie_dladdr.mm
[12/20] Compiling SwiftTraceGutsD Trampolines.mm
[12/20] Compiling SwiftTraceGutsD ObjCBridge.mm
[12/20] Compiling SwiftTraceGutsD SwiftTrace.mm
[12/20] Compiling SwiftTraceGutsD fast_dladdr.mm
[17/32] Emitting module SwiftRegex
[18/32] Compiling SwiftRegex TupleRegex.swift
[19/32] Compiling SwiftTraceD SwiftLifetime.swift
[20/33] Compiling SwiftTraceD SwiftStats.swift
[21/33] Compiling SwiftTraceD SwiftMeta.swift
[22/33] Compiling SwiftTraceD SwiftSwizzle.swift
[23/33] Compiling SwiftTraceD SwiftStack.swift
[24/33] Compiling SwiftTraceD SwiftInvoke.swift
[25/33] Compiling SwiftTraceD SwiftTrace.swift
[26/33] Compiling SwiftTraceD SwiftInterpose.swift
[27/33] Compiling SwiftTraceD EasyPointer.swift
[28/33] Compiling SwiftTraceD StringIndex.swift
[29/33] Compiling SwiftTraceD SwiftArgs.swift
[30/33] Compiling SwiftTraceD SwiftAspects.swift
[31/33] Emitting module SwiftTraceD
[31/33] Write Objects.LinkFileList
[32/33] Linking libSwiftTraceD.dylib
[34/35] Compiling ProfileSwiftUI ProfileSwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProfileSwiftUI/ProfileSwiftUI.swift:201:1: warning: extension declares a conformance of imported type 'dl_info' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
199 | }
200 |
201 | extension Dl_info: CustomDebugStringConvertible {
    | |- warning: extension declares a conformance of imported type 'dl_info' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
202 |     public var debugDescription: String {
203 |         String(format: "0x%llx %@", uintptr_t(bitPattern: dli_saddr),
[35/35] Emitting module ProfileSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/ProfileSwiftUI/ProfileSwiftUI.swift:201:1: warning: extension declares a conformance of imported type 'dl_info' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
199 | }
200 |
201 | extension Dl_info: CustomDebugStringConvertible {
    | |- warning: extension declares a conformance of imported type 'dl_info' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
202 |     public var debugDescription: String {
203 |         String(format: "0x%llx %@", uintptr_t(bitPattern: dli_saddr),
Build complete! (13.84s)
Fetching https://github.com/johnno1962/DLKit
Fetching https://github.com/johnno1962/SwiftRegex5
Fetching https://github.com/johnno1962/SwiftTrace
[1/2067] Fetching swifttrace
[188/2276] Fetching swifttrace, swiftregex5
[251/2675] Fetching swifttrace, swiftregex5, dlkit
Fetched https://github.com/johnno1962/SwiftRegex5 from cache (1.09s)
Fetched https://github.com/johnno1962/SwiftTrace from cache (1.09s)
Fetched https://github.com/johnno1962/DLKit from cache (1.09s)
Computing version for https://github.com/johnno1962/SwiftTrace
Computed https://github.com/johnno1962/SwiftTrace at 8.6.1 (1.60s)
Computing version for https://github.com/johnno1962/SwiftRegex5
Computed https://github.com/johnno1962/SwiftRegex5 at 6.1.3 (0.48s)
Computing version for https://github.com/johnno1962/DLKit
Computed https://github.com/johnno1962/DLKit at 3.4.8 (0.48s)
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.63s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (1.13s)
Creating working copy for https://github.com/johnno1962/DLKit
Working copy of https://github.com/johnno1962/DLKit resolved at 3.4.8
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/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.
{
  "dependencies" : [
    {
      "identity" : "swifttrace",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.6.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/SwiftTrace"
    },
    {
      "identity" : "swiftregex5",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/SwiftRegex5"
    },
    {
      "identity" : "dlkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/DLKit"
    }
  ],
  "manifest_display_name" : "ProfileSwiftUI",
  "name" : "ProfileSwiftUI",
  "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" : "ProfileSwiftUI",
      "targets" : [
        "ProfileSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProfileSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "ProfileSwiftUI",
      "path" : "Sources/ProfileSwiftUI",
      "product_dependencies" : [
        "SwiftTraceD",
        "DLKitCD",
        "SwiftRegex"
      ],
      "product_memberships" : [
        "ProfileSwiftUI"
      ],
      "sources" : [
        "ProfileSwiftUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.