Build Information
Successful build of IntrospectionKit, reference 0.2.0 (efc62c), with Swift 6.1 for macOS (SPM) on 31 May 2025 16:37:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.63.1
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",
"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",
"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.59s)
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.1
Building package at path: $PWD
https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
https://github.com/gor-gyolchanyan-legacy/introspection-kit.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/21] Compiling IntrospectionKit TypeIntrospection-Kind.swift
[4/21] Compiling IntrospectionKit TypeIntrospection-Name.swift
[5/22] Compiling IntrospectionKit TypeIntrospection.Properties+Equatable.swift
[6/22] Compiling IntrospectionKit TypeIntrospection.Properties+RandomAccessCollection.swift
[7/22] Compiling IntrospectionKit TypeIntrospection+Equatable.swift
[8/22] Compiling IntrospectionKit TypeIntrospection+Hashable.swift
[9/22] Compiling IntrospectionKit TypeIntrospection.Kind-Trait.swift
[10/22] Compiling IntrospectionKit TypeIntrospection.Kind.swift
[11/22] Compiling IntrospectionKit TypeIntrospection.Properties+Sequence.swift
[12/22] Compiling IntrospectionKit TypeIntrospection.Properties.swift
[13/22] 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 | }
[14/22] 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 | }
[15/22] Compiling IntrospectionKit TypeIntrospection.Properties+BidirectionalCollection.swift
[16/22] Compiling IntrospectionKit TypeIntrospection.Properties+Collection.swift
[17/22] Compiling IntrospectionKit PropertyIntrospection.ID.swift
[18/22] Compiling IntrospectionKit PropertyIntrospection-Access.swift
[19/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 | }
[20/22] Compiling IntrospectionKit PropertyIntrospection.swift
[21/22] Compiling IntrospectionKit TypeIntrospection.Kind-RawValue.swift
[22/22] Compiling IntrospectionKit TypeIntrospection.swift
Build complete! (1.08s)
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.