Build Information
Successful build of SwiftIndexStore, reference 0.5.0 (26d3af), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 22 Feb 2026 15:46:31 UTC.
Swift 6 data race errors: 33
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftIndexStore-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: note: add '@MainActor' to make static property 'extendedBy' part of global actor 'MainActor'
public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: note: add '@MainActor' to make static property 'accessorOf' part of global actor 'MainActor'
public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: note: add '@MainActor' to make static property 'containedBy' part of global actor 'MainActor'
public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: warning: static property 'ibTypeOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: note: add '@MainActor' to make static property 'ibTypeOf' part of global actor 'MainActor'
public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: note: add '@MainActor' to make static property 'specializationOf' part of global actor 'MainActor'
public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let canonical = Role(rawValue: 1 << 63)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
public static let canonical = Role(rawValue: 1 << 63)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let canonical = Role(rawValue: 1 << 63)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all = Role(rawValue: ~0)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all = Role(rawValue: ~0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all = Role(rawValue: ~0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: warning: static property 'debugDescriptors' is not concurrency-safe because non-'Sendable' type '[(option: IndexStoreOccurrence.Role, name: String)]' may have shared mutable state; this is an error in the Swift 6 language mode
static let debugDescriptors: [(option: Role, name: String)] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: note: add '@MainActor' to make static property 'debugDescriptors' part of global actor 'MainActor'
static let debugDescriptors: [(option: Role, name: String)] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let debugDescriptors: [(option: Role, name: String)] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: warning: static property 'templatePartialSpecialization' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: note: add '@MainActor' to make static property 'templatePartialSpecialization' part of global actor 'MainActor'
public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: warning: static property 'templateSpecialization' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: note: add '@MainActor' to make static property 'templateSpecialization' part of global actor 'MainActor'
public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: warning: static property 'unittest' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: note: add '@MainActor' to make static property 'unittest' part of global actor 'MainActor'
public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: warning: static property 'ibAnnotated' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: note: add '@MainActor' to make static property 'ibAnnotated' part of global actor 'MainActor'
public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: warning: static property 'ibOutletCollection' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: note: add '@MainActor' to make static property 'ibOutletCollection' part of global actor 'MainActor'
public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: warning: static property 'gkinspectable' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: note: add '@MainActor' to make static property 'gkinspectable' part of global actor 'MainActor'
public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: warning: static property 'local' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: note: add '@MainActor' to make static property 'local' part of global actor 'MainActor'
public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: warning: static property 'protocolInterface' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: note: add '@MainActor' to make static property 'protocolInterface' part of global actor 'MainActor'
public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: warning: static property 'swiftAsync' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: note: add '@MainActor' to make static property 'swiftAsync' part of global actor 'MainActor'
public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: warning: static property 'debugDescriptors' is not concurrency-safe because non-'Sendable' type '[(option: IndexStoreSymbol.Property, name: String)]' may have shared mutable state; this is an error in the Swift 6 language mode
static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: note: add '@MainActor' to make static property 'debugDescriptors' part of global actor 'MainActor'
static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: warning: static property 'templatePartialSpecialization' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: note: add '@MainActor' to make static property 'templatePartialSpecialization' part of global actor 'MainActor'
public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: warning: static property 'templateSpecialization' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: note: add '@MainActor' to make static property 'templateSpecialization' part of global actor 'MainActor'
public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: warning: static property 'unittest' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: note: add '@MainActor' to make static property 'unittest' part of global actor 'MainActor'
public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: warning: static property 'ibAnnotated' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: note: add '@MainActor' to make static property 'ibAnnotated' part of global actor 'MainActor'
public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: warning: static property 'ibOutletCollection' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: note: add '@MainActor' to make static property 'ibOutletCollection' part of global actor 'MainActor'
public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: warning: static property 'gkinspectable' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: note: add '@MainActor' to make static property 'gkinspectable' part of global actor 'MainActor'
public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: warning: static property 'local' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: note: add '@MainActor' to make static property 'local' part of global actor 'MainActor'
public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: warning: static property 'protocolInterface' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: note: add '@MainActor' to make static property 'protocolInterface' part of global actor 'MainActor'
public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: warning: static property 'swiftAsync' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: note: add '@MainActor' to make static property 'swiftAsync' part of global actor 'MainActor'
public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: warning: static property 'debugDescriptors' is not concurrency-safe because non-'Sendable' type '[(option: IndexStoreSymbol.Property, name: String)]' may have shared mutable state; this is an error in the Swift 6 language mode
static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: note: add '@MainActor' to make static property 'debugDescriptors' part of global actor 'MainActor'
static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UnfairLock.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:8:27: warning: static property 'declaration' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let declaration = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DECLARATION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:8:27: note: add '@MainActor' to make static property 'declaration' part of global actor 'MainActor'
public static let declaration = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DECLARATION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:8:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let declaration = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DECLARATION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:9:27: warning: static property 'definition' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let definition = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DEFINITION)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:9:27: note: add '@MainActor' to make static property 'definition' part of global actor 'MainActor'
public static let definition = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DEFINITION)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:9:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let definition = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DEFINITION)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:10:27: warning: static property 'reference' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let reference = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REFERENCE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:10:27: note: add '@MainActor' to make static property 'reference' part of global actor 'MainActor'
public static let reference = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REFERENCE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:10:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let reference = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REFERENCE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:11:27: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let read = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_READ)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:11:27: note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
public static let read = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_READ)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:11:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let read = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_READ)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:12:27: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let write = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_WRITE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:12:27: note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
public static let write = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_WRITE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:12:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let write = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_WRITE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:13:27: warning: static property 'call' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let call = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_CALL)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:13:27: note: add '@MainActor' to make static property 'call' part of global actor 'MainActor'
public static let call = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_CALL)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let call = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_CALL)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:14:27: warning: static property 'dynamic' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `dynamic` = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:14:27: note: add '@MainActor' to make static property 'dynamic' part of global actor 'MainActor'
public static let `dynamic` = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:14:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `dynamic` = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:15:27: warning: static property 'addressOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let addressOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:15:27: note: add '@MainActor' to make static property 'addressOf' part of global actor 'MainActor'
public static let addressOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:15:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let addressOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:16:27: warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let implicit = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:16:27: note: add '@MainActor' to make static property 'implicit' part of global actor 'MainActor'
public static let implicit = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let implicit = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:18:27: warning: static property 'childOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let childOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:18:27: note: add '@MainActor' to make static property 'childOf' part of global actor 'MainActor'
public static let childOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:18:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let childOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:19:27: warning: static property 'baseOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let baseOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:19:27: note: add '@MainActor' to make static property 'baseOf' part of global actor 'MainActor'
public static let baseOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:19:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let baseOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:20:27: warning: static property 'overrideOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let overrideOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:20:27: note: add '@MainActor' to make static property 'overrideOf' part of global actor 'MainActor'
public static let overrideOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:20:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let overrideOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:21:27: warning: static property 'receivedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:21:27: note: add '@MainActor' to make static property 'receivedBy' part of global actor 'MainActor'
public static let receivedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:21:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:22:27: warning: static property 'calledBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let calledBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:22:27: note: add '@MainActor' to make static property 'calledBy' part of global actor 'MainActor'
public static let calledBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:22:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let calledBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: note: add '@MainActor' to make static property 'extendedBy' part of global actor 'MainActor'
public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: note: add '@MainActor' to make static property 'accessorOf' part of global actor 'MainActor'
public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: note: add '@MainActor' to make static property 'containedBy' part of global actor 'MainActor'
public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: warning: static property 'ibTypeOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: note: add '@MainActor' to make static property 'ibTypeOf' part of global actor 'MainActor'
public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: note: add '@MainActor' to make static property 'specializationOf' part of global actor 'MainActor'
public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let canonical = Role(rawValue: 1 << 63)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
public static let canonical = Role(rawValue: 1 << 63)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let canonical = Role(rawValue: 1 << 63)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all = Role(rawValue: ~0)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all = Role(rawValue: ~0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all = Role(rawValue: ~0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: warning: static property 'debugDescriptors' is not concurrency-safe because non-'Sendable' type '[(option: IndexStoreOccurrence.Role, name: String)]' may have shared mutable state; this is an error in the Swift 6 language mode
static let debugDescriptors: [(option: Role, name: String)] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: note: add '@MainActor' to make static property 'debugDescriptors' part of global actor 'MainActor'
static let debugDescriptors: [(option: Role, name: String)] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let debugDescriptors: [(option: Role, name: String)] = [
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParserToolInfo-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o normal (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o
ExtractAppIntentsMetadata (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ArgumentParserToolInfo --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-argument-parser.ArgumentParserToolInfo --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-22 07:46:26.709 appintentsmetadataprocessor[833:4778] Starting appintentsmetadataprocessor export
2026-02-22 07:46:26.757 appintentsmetadataprocessor[833:4778] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftDriver\ Compilation\ Requirements SwiftIndexStore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftIndexStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftIndexStore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftIndexStore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftdoc (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.abi.json (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftsourceinfo (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
EmitSwiftModule normal arm64 (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ InputKey.swift,\ InputOrigin.swift,\ Name.swift,\ Parsed.swift,\ ParsedValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CodingKeyValidator.swift,\ NonsenseFlagsValidator.swift,\ ParsableArgumentsValidation.swift,\ PositionalArgumentsValidator.swift,\ UniqueNamesValidator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/NonsenseFlagsValidator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/ParsableArgumentsValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/PositionalArgumentsValidator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/NonsenseFlagsValidator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/ParsableArgumentsValidation.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/PositionalArgumentsValidator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ ParsableCommand.swift,\ ArgumentDecoder.swift,\ ArgumentDefinition.swift,\ ArgumentSet.swift,\ CommandParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ ArgumentHelp.swift,\ ArgumentVisibility.swift,\ CompletionKind.swift,\ Errors.swift,\ Flag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ Platform.swift,\ SequenceExtensions.swift,\ StringExtensions.swift,\ SwiftExtensions.swift,\ Tree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SwiftExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SwiftExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ BashCompletionsGenerator.swift,\ CompletionsGenerator.swift,\ FishCompletionsGenerator.swift,\ ZshCompletionsGenerator.swift,\ Argument.swift,\ ArgumentDiscussion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentDiscussion.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentDiscussion.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ MessageInfo.swift,\ UsageGenerator.swift,\ CollectionExtensions.swift,\ Foundation.swift,\ Mutex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Mutex.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Foundation.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Mutex.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ ParserError.swift,\ SplitArguments.swift,\ DumpHelpGenerator.swift,\ HelpCommand.swift,\ HelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 Compiling\ NameSpecification.swift,\ Option.swift,\ OptionGroup.swift,\ ParentCommand.swift,\ AsyncParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ParentCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ParentCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UnfairLock.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftDriver\ Compilation SwiftIndexStore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftIndexStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CommandConfiguration.swift,\ CommandGroup.swift,\ EnumerableFlag.swift,\ ExpressibleByArgument.swift,\ ParsableArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandGroup.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParser-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling CodingKeyValidator.swift, NonsenseFlagsValidator.swift, ParsableArgumentsValidation.swift, PositionalArgumentsValidator.swift, UniqueNamesValidator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftdoc (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.abi.json (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftsourceinfo (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_CIndexStore.o (in target '_CIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_CIndexStore.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.o normal (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.o
ExtractAppIntentsMetadata (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftIndexStore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.SwiftIndexStore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.appintents --target-triple arm64-apple-macos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/SwiftIndexStore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/SwiftIndexStore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-22 07:46:29.529 appintentsmetadataprocessor[847:4908] Starting appintentsmetadataprocessor export
2026-02-22 07:46:29.569 appintentsmetadataprocessor[847:4908] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o
SwiftDriver index-dump-tool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name index_dump_tool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ index_dump_tool (in target 'index-dump-tool' from project 'SwiftIndexStore')
EmitSwiftModule normal arm64 (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var configuration = CommandConfiguration(subcommands: [
^
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
static var configuration = CommandConfiguration(subcommands: [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
static var configuration = CommandConfiguration(subcommands: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var configuration = CommandConfiguration(subcommands: [
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ IndexDumpTool.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift (in target 'index-dump-tool' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var configuration = CommandConfiguration(subcommands: [
^
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
static var configuration = CommandConfiguration(subcommands: [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
static var configuration = CommandConfiguration(subcommands: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/IndexDumpTool.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var configuration = CommandConfiguration(subcommands: [
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ArgumentHelp.swift, ArgumentVisibility.swift, CompletionKind.swift, Errors.swift, Flag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/main.swift (in target 'index-dump-tool' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexDumpTool/main.swift (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling InputKey.swift, InputOrigin.swift, Name.swift, Parsed.swift, ParsedValues.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling MessageInfo.swift, UsageGenerator.swift, CollectionExtensions.swift, Foundation.swift, Mutex.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.o (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftIndexStore.o
SwiftDriverJobDiscovery normal arm64 Compiling Platform.swift, SequenceExtensions.swift, StringExtensions.swift, SwiftExtensions.swift, Tree.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Emitting module for index_dump_tool (in target 'index-dump-tool' from project 'SwiftIndexStore')
SwiftDriver\ Compilation\ Requirements index-dump-tool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name index_dump_tool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftdoc (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftmodule (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.abi.json (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftsourceinfo (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index_dump_tool.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CommandConfiguration.swift, CommandGroup.swift, EnumerableFlag.swift, ExpressibleByArgument.swift, ParsableArguments.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling NameSpecification.swift, Option.swift, OptionGroup.swift, ParentCommand.swift, AsyncParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'index-dump-tool' from project 'SwiftIndexStore')
SwiftDriverJobDiscovery normal arm64 Compiling IndexDumpTool.swift (in target 'index-dump-tool' from project 'SwiftIndexStore')
SwiftDriver\ Compilation index-dump-tool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name index_dump_tool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling BashCompletionsGenerator.swift, CompletionsGenerator.swift, FishCompletionsGenerator.swift, ZshCompletionsGenerator.swift, Argument.swift, ArgumentDiscussion.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling ParserError.swift, SplitArguments.swift, DumpHelpGenerator.swift, HelpCommand.swift, HelpGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling ParsableCommand.swift, ArgumentDecoder.swift, ArgumentDefinition.swift, ArgumentSet.swift, CommandParser.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriver\ Compilation ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o normal (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o
ExtractAppIntentsMetadata (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ArgumentParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-argument-parser.ArgumentParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/ArgumentParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/ArgumentParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-22 07:46:30.202 appintentsmetadataprocessor[853:4972] Starting appintentsmetadataprocessor export
2026-02-22 07:46:30.238 appintentsmetadataprocessor[853:4972] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index-dump-tool normal (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos13.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/index-dump-tool.build/Objects-normal/arm64/index_dump_tool.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index-dump-tool -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index-dump-tool (in target 'index-dump-tool' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/index-dump-tool
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3ad9a1ed8b9ce21823272dab1c842cd6cf5a0550, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3ad9a1ed8b9ce21823272dab1c842cd6cf5a0550, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3ad9a1ed8b9ce21823272dab1c842cd6cf5a0550, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3ad9a1ed8b9ce21823272dab1c842cd6cf5a0550, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftIndexStore",
"name" : "SwiftIndexStore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftIndexStore",
"targets" : [
"SwiftIndexStore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "index-dump-tool",
"targets" : [
"IndexDumpTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "_CIndexStore",
"module_type" : "ClangTarget",
"name" : "_CIndexStore",
"path" : "Sources/_CIndexStore",
"product_memberships" : [
"SwiftIndexStore",
"index-dump-tool"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "SwiftIndexStoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftIndexStoreTests",
"path" : "Tests/SwiftIndexStoreTests",
"sources" : [
"IndexSpace.swift",
"SwiftIndexStoreTests.swift",
"Toolchain.swift"
],
"target_dependencies" : [
"SwiftIndexStore"
],
"type" : "test"
},
{
"c99name" : "SwiftIndexStore",
"module_type" : "SwiftTarget",
"name" : "SwiftIndexStore",
"path" : "Sources/SwiftIndexStore",
"product_memberships" : [
"SwiftIndexStore",
"index-dump-tool"
],
"sources" : [
"IndexStoreError.swift",
"IndexStoreOccurrence.swift",
"IndexStoreRelation.swift",
"IndexStoreSymbol.swift",
"IndexStoreUnit.swift",
"LibIndexStore.swift",
"OptionSetDisplayable.swift",
"Process+Extension.swift",
"SwiftIndexStore.swift",
"UnfairLock.swift"
],
"target_dependencies" : [
"_CIndexStore"
],
"type" : "library"
},
{
"c99name" : "IndexDumpTool",
"module_type" : "SwiftTarget",
"name" : "IndexDumpTool",
"path" : "Sources/IndexDumpTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"index-dump-tool"
],
"sources" : [
"IndexDumpTool.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftIndexStore"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Done.