The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RuntimeKit, reference v0.2.0 (374c90), with Swift 6.0 for macOS (SPM) on 10 Aug 2025 12:49:44 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicked/RuntimeKit.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicked/RuntimeKit
 * tag               v0.2.0     -> FETCH_HEAD
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 v0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nicked/RuntimeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Compiling RuntimeFix RuntimeFix.m
[4/24] Emitting module RuntimeKit
[5/26] Compiling RuntimeKit TypeEncoding.swift
[6/26] Compiling RuntimeKit UnsafeBuffer+Utils.swift
[7/26] Compiling RuntimeKit RuntimeFuncs.swift
[8/26] Compiling RuntimeKit RuntimeList.swift
[9/26] Compiling RuntimeKit ObjCProperty.swift
[10/26] Compiling RuntimeKit ObjCProtocol+Create.swift
[11/26] Compiling RuntimeKit MethodTypeEncodings.swift
[12/26] Compiling RuntimeKit Substring+ParseType.swift
[13/26] Compiling RuntimeKit ObjCClass+Protocols.swift
[14/26] Compiling RuntimeKit ObjCClass+RuntimeFuncs.swift
[15/26] Compiling RuntimeKit ObjCProtocol+RuntimeFuncs.swift
[16/26] Compiling RuntimeKit ObjCProtocol.swift
[17/26] Compiling RuntimeKit ObjCClass+Ivars.swift
[18/26] Compiling RuntimeKit ObjCClass+Methods.swift
[19/26] Compiling RuntimeKit ObjCClass+Properties.swift
[20/26] Compiling RuntimeKit ObjCClass.swift
[21/26] Compiling RuntimeKit ObjCIvar.swift
[22/26] Compiling RuntimeKit ObjCMethod.swift
[23/26] Compiling RuntimeKit ObjCProperty.Attributes.swift
[24/26] Compiling RuntimeKit Invocation.swift
[25/26] Compiling RuntimeKit MethodSignature.swift
[26/26] Compiling RuntimeKit ObjCClass+Create.swift
Build complete! (6.53s)
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.