The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IntrospectionKit, reference main (efc62c), with Swift 6.0 for macOS (SPM) on 31 May 2025 16:32:51 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gor-gyolchanyan-legacy/introspection-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/21] Compiling IntrospectionKit TypeIntrospection-Kind.swift
[4/21] Compiling IntrospectionKit TypeIntrospection-Name.swift
[5/21] Compiling IntrospectionKit TypeIntrospection-Properties.swift
[6/21] Compiling IntrospectionKit TypeIntrospection-Type.swift
[7/22] Compiling IntrospectionKit TypeIntrospection+Equatable.swift
[8/22] Compiling IntrospectionKit TypeIntrospection+Hashable.swift
[9/22] Compiling IntrospectionKit TypeIntrospection.Properties+Sequence.swift
[10/22] Compiling IntrospectionKit TypeIntrospection.Properties.swift
[11/22] Compiling IntrospectionKit TypeIntrospection.Properties+Equatable.swift
[12/22] Compiling IntrospectionKit TypeIntrospection.Properties+RandomAccessCollection.swift
[13/22] Compiling IntrospectionKit TypeIntrospection.Properties+BidirectionalCollection.swift
[14/22] Compiling IntrospectionKit TypeIntrospection.Properties+Collection.swift
[15/22] Compiling IntrospectionKit TypeIntrospection.Kind-Trait.swift
[16/22] Compiling IntrospectionKit TypeIntrospection.Kind.swift
[17/22] Compiling IntrospectionKit PropertyIntrospection.ID.swift
[18/22] Compiling IntrospectionKit PropertyIntrospection-Access.swift
[19/22] Emitting module IntrospectionKit
[20/22] Compiling IntrospectionKit PropertyIntrospection.swift
[21/22] Compiling IntrospectionKit TypeIntrospection.Kind-RawValue.swift
[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.