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 RuntimeKit, reference main (374c90), with Swift 6.2 for macOS (SPM) on 10 Aug 2025 12:54:07 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicked/RuntimeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicked/RuntimeKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 374c90e Added a TypeEncoding parser
Cloned https://github.com/nicked/RuntimeKit.git
Revision (git rev-parse @):
374c90e3ecf4c021540d2c18f11a4c553900b029
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nicked/RuntimeKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicked/RuntimeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling RuntimeFix RuntimeFix.m
[4/24] Compiling RuntimeKit RuntimeFuncs.swift
[5/24] Compiling RuntimeKit RuntimeList.swift
[6/24] Compiling RuntimeKit ObjCClass+Protocols.swift
[7/24] Compiling RuntimeKit ObjCClass+RuntimeFuncs.swift
[8/24] Compiling RuntimeKit ObjCMethod.swift
[9/24] Compiling RuntimeKit ObjCProperty.Attributes.swift
[10/26] Compiling RuntimeKit MethodTypeEncodings.swift
[11/26] Compiling RuntimeKit Substring+ParseType.swift
[12/26] Compiling RuntimeKit ObjCProtocol+RuntimeFuncs.swift
[13/26] Compiling RuntimeKit ObjCProtocol.swift
[14/26] Compiling RuntimeKit ObjCProperty.swift
[15/26] Compiling RuntimeKit ObjCProtocol+Create.swift
[16/26] Compiling RuntimeKit ObjCClass.swift
[17/26] Compiling RuntimeKit ObjCIvar.swift
[18/26] Compiling RuntimeKit ObjCClass+Ivars.swift
[19/26] Compiling RuntimeKit ObjCClass+Methods.swift
[20/26] Compiling RuntimeKit ObjCClass+Properties.swift
[21/26] Emitting module RuntimeKit
[22/26] Compiling RuntimeKit Invocation.swift
[23/26] Compiling RuntimeKit MethodSignature.swift
[24/26] Compiling RuntimeKit ObjCClass+Create.swift
[25/26] Compiling RuntimeKit TypeEncoding.swift
[26/26] Compiling RuntimeKit UnsafeBuffer+Utils.swift
Build complete! (6.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RuntimeKit",
  "name" : "RuntimeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RuntimeKit",
      "targets" : [
        "RuntimeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RuntimeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeKitTests",
      "path" : "Tests/RuntimeKitTests",
      "sources" : [
        "AttributesTests.swift",
        "Invocation/InvocationTests.swift",
        "Invocation/MethodSignatureTests.swift",
        "ObjCClassTests.swift",
        "ProtocolTests.swift",
        "Utils/TypeEncodingTests.swift"
      ],
      "target_dependencies" : [
        "RuntimeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RuntimeKit",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeKit",
      "path" : "Sources/RuntimeKit",
      "product_memberships" : [
        "RuntimeKit"
      ],
      "sources" : [
        "Invocation/Invocation.swift",
        "Invocation/MethodSignature.swift",
        "ObjCClass+Create.swift",
        "ObjCClass+Ivars.swift",
        "ObjCClass+Methods.swift",
        "ObjCClass+Properties.swift",
        "ObjCClass+Protocols.swift",
        "ObjCClass+RuntimeFuncs.swift",
        "ObjCClass.swift",
        "ObjCIvar.swift",
        "ObjCMethod.swift",
        "ObjCProperty.Attributes.swift",
        "ObjCProperty.swift",
        "ObjCProtocol+Create.swift",
        "ObjCProtocol+RuntimeFuncs.swift",
        "ObjCProtocol.swift",
        "RuntimeList/RuntimeFuncs.swift",
        "RuntimeList/RuntimeList.swift",
        "Utils/MethodTypeEncodings.swift",
        "Utils/Substring+ParseType.swift",
        "Utils/TypeEncoding.swift",
        "Utils/UnsafeBuffer+Utils.swift"
      ],
      "target_dependencies" : [
        "RuntimeFix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RuntimeFix",
      "module_type" : "ClangTarget",
      "name" : "RuntimeFix",
      "path" : "Sources/RuntimeFix",
      "product_memberships" : [
        "RuntimeKit"
      ],
      "sources" : [
        "RuntimeFix.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.