The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RuntimeKit, reference main (374c90), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 00:30:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "runtimekit",
      "name": "RuntimeKit",
      "url": "https://github.com/nicked/RuntimeKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RuntimeKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicked/RuntimeKit.git
[1/86] Fetching runtimekit
Fetched https://github.com/nicked/RuntimeKit.git from cache (1.00s)
Creating working copy for https://github.com/nicked/RuntimeKit.git
Working copy of https://github.com/nicked/RuntimeKit.git resolved at main (374c90e)
warning: '.resolve-product-dependencies': dependency 'runtimekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nicked/RuntimeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.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 ObjCClass+Protocols.swift
[8/26] Compiling RuntimeKit ObjCClass+RuntimeFuncs.swift
[9/26] Compiling RuntimeKit ObjCMethod.swift
[10/26] Compiling RuntimeKit ObjCProperty.Attributes.swift
[11/26] Compiling RuntimeKit MethodTypeEncodings.swift
[12/26] Compiling RuntimeKit Substring+ParseType.swift
[13/26] Compiling RuntimeKit RuntimeFuncs.swift
[14/26] Compiling RuntimeKit RuntimeList.swift
[15/26] Compiling RuntimeKit ObjCClass+Ivars.swift
[16/26] Compiling RuntimeKit ObjCClass+Methods.swift
[17/26] Compiling RuntimeKit ObjCClass+Properties.swift
[18/26] Compiling RuntimeKit Invocation.swift
[19/26] Compiling RuntimeKit MethodSignature.swift
[20/26] Compiling RuntimeKit ObjCClass+Create.swift
[21/26] Compiling RuntimeKit ObjCProperty.swift
[22/26] Compiling RuntimeKit ObjCProtocol+Create.swift
[23/26] Compiling RuntimeKit ObjCProtocol+RuntimeFuncs.swift
[24/26] Compiling RuntimeKit ObjCProtocol.swift
[25/26] Compiling RuntimeKit ObjCClass.swift
[26/26] Compiling RuntimeKit ObjCIvar.swift
Build complete! (5.66s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nicked/runtimekit/main
Repository:               nicked/RuntimeKit
Swift version used:       6.3
Target:                   RuntimeKit
Extracting symbol information for 'RuntimeKit'...
Finished extracting symbol information for 'RuntimeKit'. (28.30s)
Building documentation for 'RuntimeKit'...
warning: Parameter 'imp' is missing documentation
  --> Sources/RuntimeKit/ObjCClass+Methods.swift:30:118-30:118
28 |     /// To add a class method, call `self.classMethods.add(with:types:imp:canReplace:)`.
29 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
30 +     /// - Parameter types: The full method encoding including the return type, receiver, selector and argument types.
   |                                                                                                                      ╰─suggestion: Document 'imp' parameter
31 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
32 |     func add(with selector: Selector, types: MethodTypeEncodings, imp: IMP, canReplace: Bool = false) -> Bool {
warning: Parameter 'canReplace' is missing documentation
  --> Sources/RuntimeKit/ObjCClass+Methods.swift:30:118-30:118
28 |     /// To add a class method, call `self.classMethods.add(with:types:imp:canReplace:)`.
29 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
30 +     /// - Parameter types: The full method encoding including the return type, receiver, selector and argument types.
   |                                                                                                                      ╰─suggestion: Document 'canReplace' parameter
31 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
32 |     func add(with selector: Selector, types: MethodTypeEncodings, imp: IMP, canReplace: Bool = false) -> Bool {
warning: Parameter 'selector' is missing documentation
  --> Sources/RuntimeKit/ObjCClass+Methods.swift:30:118-30:118
28 |     /// To add a class method, call `self.classMethods.add(with:types:imp:canReplace:)`.
29 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
30 +     /// - Parameter types: The full method encoding including the return type, receiver, selector and argument types.
   |         ╰─suggestion: Document 'selector' parameter
31 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
32 |     func add(with selector: Selector, types: MethodTypeEncodings, imp: IMP, canReplace: Bool = false) -> Bool {
warning: Parameter 'canReplace' is missing documentation
  --> Sources/RuntimeKit/ObjCClass+Methods.swift:47:59-47:59
45 |     /// - Parameter types: The full method encoding including the return type, receiver, selector and argument types.
46 |     /// - Parameter block: A closure that accepts an instance of this class (the receiver) as the first argument.
47 +     ///     It must be declared with `@convention(block)`.
   |                                                           ╰─suggestion: Document 'canReplace' parameter
48 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
49 |     func add(with selector: Selector, types: MethodTypeEncodings, block: Any, canReplace: Bool = false) -> Bool {
warning: Parameter 'selector' is missing documentation
  --> Sources/RuntimeKit/ObjCClass+Methods.swift:47:59-47:59
45 |     /// - Parameter types: The full method encoding including the return type, receiver, selector and argument types.
   |         ╰─suggestion: Document 'selector' parameter
46 |     /// - Parameter block: A closure that accepts an instance of this class (the receiver) as the first argument.
47 +     ///     It must be declared with `@convention(block)`.
48 |     /// - Returns: Returns `false` if a method with the same name already exists and `canReplace` was not set.
49 |     func add(with selector: Selector, types: MethodTypeEncodings, block: Any, canReplace: Bool = false) -> Bool {
warning: Parameter 'other' is missing documentation
   --> Sources/RuntimeKit/ObjCClass.swift:119:130-119:130
117 |
118 |     /// Returns a Boolean value that indicates whether the receiving class is a subclass of a given class.
119 +     /// - Parameter directOnly: Whether to test for a direct subclass relationship only or to also include ancestor superclasses.
    |         ╰─suggestion: Document 'other' parameter
120 |     func isSubclass(of other: ObjCClass, directOnly: Bool = false) -> Bool {
121 |         if directOnly {
Finished building documentation for 'RuntimeKit' (0.47s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nicked/runtimekit/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling SymbolKit DeclarationFragments.swift
[9/53] Compiling SymbolKit Fragment.swift
[10/53] Compiling SymbolKit FragmentKind.swift
[11/53] Compiling SymbolKit FunctionParameter.swift
[12/53] Compiling SymbolKit FunctionSignature.swift
[13/57] Compiling SymbolKit Mixin+Equals.swift
[14/57] Compiling SymbolKit Mixin+Hash.swift
[15/57] Compiling SymbolKit Mixin.swift
[16/57] Compiling SymbolKit LineList.swift
[17/57] Compiling SymbolKit Position.swift
[18/57] Emitting module Snippets
[19/57] Compiling SymbolKit GenericConstraint.swift
[20/57] Compiling SymbolKit GenericParameter.swift
[21/57] Compiling SymbolKit Generics.swift
[22/57] Compiling SymbolKit Namespace.swift
[23/57] Emitting module SymbolKit
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit SemanticVersion.swift
[34/57] Compiling SymbolKit AccessControl.swift
[35/57] Compiling SymbolKit Availability.swift
[36/57] Compiling SymbolKit AvailabilityItem.swift
[37/57] Compiling SymbolKit Domain.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.46s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'RuntimeKit' complete! (0.24s)
     630
5	/Users/admin/builder/spi-builder-workspace/.docs/nicked/runtimekit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nicked/runtimekit/main
File count: 630
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-nicked-runtimekit-main-b3809267.zip to s3://spi-docs-inbox/prod-nicked-runtimekit-main-b3809267.zip
Copying... [13%]
Copying... [26%]
Copying... [33%]
Copying... [46%]
Copying... [53%]
Copying... [66%]
Copying... [72%]
Copying... [85%]
Copying... [92%]
Copying... [100%]
Done.