The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IntrospectionKit, reference 0.2.0 (efc62c), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 07:35:36 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/gor-gyolchanyan-legacy/introspection-kit.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gor-gyolchanyan-legacy/introspection-kit
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at efc62c9 Add property access to `PropertyIntrospection`.
Cloned https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
Revision (git rev-parse @):
efc62c926e717ad46c3b22fe5ab785b011c85e84
SUCCESS checkout https://github.com/gor-gyolchanyan-legacy/introspection-kit.git at 0.2.0
========================================
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": "introspection-kit",
      "name": "IntrospectionKit",
      "url": "https://github.com/gor-gyolchanyan-legacy/introspection-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/introspection-kit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
[1/107] Fetching introspection-kit
Fetched https://github.com/gor-gyolchanyan-legacy/introspection-kit.git from cache (0.66s)
Creating working copy for https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
Working copy of https://github.com/gor-gyolchanyan-legacy/introspection-kit.git resolved at 0.2.0 (efc62c9)
warning: '.resolve-product-dependencies': dependency 'introspection-kit' 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/gor-gyolchanyan-legacy/introspection-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/21] Compiling IntrospectionKit TypeIntrospection+Equatable.swift
[4/21] Compiling IntrospectionKit TypeIntrospection+Hashable.swift
[5/21] Compiling IntrospectionKit TypeIntrospection-Kind.swift
[6/21] Compiling IntrospectionKit TypeIntrospection-Name.swift
[7/21] Compiling IntrospectionKit TypeIntrospection.Properties+Sequence.swift
[8/21] Compiling IntrospectionKit TypeIntrospection.Properties.swift
[9/21] Compiling IntrospectionKit TypeIntrospection-Properties.swift
/Users/admin/builder/spi-builder-workspace/Sources/IntrospectionKit/TypeIntrospection/TypeIntrospection-Type.swift:23:6: warning: symbol name 'swift_getMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
21 |     // MARK: TypeIntrospection - Raw
22 |
23 |     @_silgen_name("swift_getMetatypeMetadata")
   |      `- warning: symbol name 'swift_getMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
24 |     private static func _typeForSpecific(_ type: Any.Type) -> Any.Type
25 |
/Users/admin/builder/spi-builder-workspace/Sources/IntrospectionKit/TypeIntrospection/TypeIntrospection-Type.swift:26:6: warning: symbol name 'swift_getExistentialMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
24 |     private static func _typeForSpecific(_ type: Any.Type) -> Any.Type
25 |
26 |     @_silgen_name("swift_getExistentialMetatypeMetadata")
   |      `- warning: symbol name 'swift_getExistentialMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
27 |     private static func _typeForGeneric(_ type: Any.Type) -> Any.Type
28 | }
[10/21] Compiling IntrospectionKit TypeIntrospection-Type.swift
/Users/admin/builder/spi-builder-workspace/Sources/IntrospectionKit/TypeIntrospection/TypeIntrospection-Type.swift:23:6: warning: symbol name 'swift_getMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
21 |     // MARK: TypeIntrospection - Raw
22 |
23 |     @_silgen_name("swift_getMetatypeMetadata")
   |      `- warning: symbol name 'swift_getMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
24 |     private static func _typeForSpecific(_ type: Any.Type) -> Any.Type
25 |
/Users/admin/builder/spi-builder-workspace/Sources/IntrospectionKit/TypeIntrospection/TypeIntrospection-Type.swift:26:6: warning: symbol name 'swift_getExistentialMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
24 |     private static func _typeForSpecific(_ type: Any.Type) -> Any.Type
25 |
26 |     @_silgen_name("swift_getExistentialMetatypeMetadata")
   |      `- warning: symbol name 'swift_getExistentialMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
27 |     private static func _typeForGeneric(_ type: Any.Type) -> Any.Type
28 | }
[11/22] Compiling IntrospectionKit TypeIntrospection.Kind-Trait.swift
[12/22] Compiling IntrospectionKit TypeIntrospection.Kind.swift
[13/22] Compiling IntrospectionKit TypeIntrospection.Properties+BidirectionalCollection.swift
[14/22] Compiling IntrospectionKit TypeIntrospection.Properties+Collection.swift
[15/22] Compiling IntrospectionKit TypeIntrospection.Properties+Equatable.swift
[16/22] Compiling IntrospectionKit TypeIntrospection.Properties+RandomAccessCollection.swift
[17/22] Compiling IntrospectionKit PropertyIntrospection.ID.swift
[18/22] Compiling IntrospectionKit PropertyIntrospection-Access.swift
[19/22] Compiling IntrospectionKit PropertyIntrospection.swift
[20/22] Compiling IntrospectionKit TypeIntrospection.Kind-RawValue.swift
[21/22] Emitting module IntrospectionKit
/Users/admin/builder/spi-builder-workspace/Sources/IntrospectionKit/TypeIntrospection/TypeIntrospection-Type.swift:23:6: warning: symbol name 'swift_getMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
21 |     // MARK: TypeIntrospection - Raw
22 |
23 |     @_silgen_name("swift_getMetatypeMetadata")
   |      `- warning: symbol name 'swift_getMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
24 |     private static func _typeForSpecific(_ type: Any.Type) -> Any.Type
25 |
/Users/admin/builder/spi-builder-workspace/Sources/IntrospectionKit/TypeIntrospection/TypeIntrospection-Type.swift:26:6: warning: symbol name 'swift_getExistentialMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
24 |     private static func _typeForSpecific(_ type: Any.Type) -> Any.Type
25 |
26 |     @_silgen_name("swift_getExistentialMetatypeMetadata")
   |      `- warning: symbol name 'swift_getExistentialMetatypeMetadata' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
27 |     private static func _typeForGeneric(_ type: Any.Type) -> Any.Type
28 | }
[22/22] Compiling IntrospectionKit TypeIntrospection.swift
Build complete! (0.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IntrospectionKit",
  "name" : "IntrospectionKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IntrospectionKit",
      "targets" : [
        "IntrospectionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IntrospectionKit_Test",
      "module_type" : "SwiftTarget",
      "name" : "IntrospectionKit-Test",
      "path" : "Tests/IntrospectionKit-Test",
      "sources" : [
        "MainTestCase.swift"
      ],
      "target_dependencies" : [
        "IntrospectionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IntrospectionKit",
      "module_type" : "SwiftTarget",
      "name" : "IntrospectionKit",
      "path" : "Sources/IntrospectionKit",
      "product_memberships" : [
        "IntrospectionKit"
      ],
      "sources" : [
        "PropertyIntrospection/ID/PropertyIntrospection.ID.swift",
        "PropertyIntrospection/PropertyIntrospection-Access.swift",
        "PropertyIntrospection/PropertyIntrospection.swift",
        "TypeIntrospection/Kind/TypeIntrospection.Kind-RawValue.swift",
        "TypeIntrospection/Kind/TypeIntrospection.Kind-Trait.swift",
        "TypeIntrospection/Kind/TypeIntrospection.Kind.swift",
        "TypeIntrospection/Properties/TypeIntrospection.Properties+BidirectionalCollection.swift",
        "TypeIntrospection/Properties/TypeIntrospection.Properties+Collection.swift",
        "TypeIntrospection/Properties/TypeIntrospection.Properties+Equatable.swift",
        "TypeIntrospection/Properties/TypeIntrospection.Properties+RandomAccessCollection.swift",
        "TypeIntrospection/Properties/TypeIntrospection.Properties+Sequence.swift",
        "TypeIntrospection/Properties/TypeIntrospection.Properties.swift",
        "TypeIntrospection/TypeIntrospection+Equatable.swift",
        "TypeIntrospection/TypeIntrospection+Hashable.swift",
        "TypeIntrospection/TypeIntrospection-Kind.swift",
        "TypeIntrospection/TypeIntrospection-Name.swift",
        "TypeIntrospection/TypeIntrospection-Properties.swift",
        "TypeIntrospection/TypeIntrospection-Type.swift",
        "TypeIntrospection/TypeIntrospection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.