Build Information
Failed to build SwiftIndexStore, reference 0.5.0 (26d3af), with Swift 6.1 for watchOS using Xcode 16.3 on 22 Feb 2026 11:47:28 UTC.
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 generic/platform=watchOSBuild Log
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)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
extension Process {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:40: error: 'OSAllocatedUnfairLock' is only available in watchOS 9.0 or newer
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:17: note: add @available attribute to enclosing property
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:7:20: note: add @available attribute to enclosing class
public final class UnfairLock {
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftIndexStore -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
EmitSwiftModule normal armv7k (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftIndexStore -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.abi.json
EmitSwiftModule normal arm64 (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)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
extension Process {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:40: error: 'OSAllocatedUnfairLock' is only available in watchOS 9.0 or newer
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:17: note: add @available attribute to enclosing property
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:7:20: note: add @available attribute to enclosing class
public final class UnfairLock {
^
SwiftCompile normal armv7k Compiling\ SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k /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
SwiftCompile normal arm64_32 Compiling\ OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64_32 /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
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/_CIndexStore.o normal arm64\ armv7k\ arm64_32 (in target '_CIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/_CIndexStore.build/Objects-normal/arm64/Binary/_CIndexStore.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/_CIndexStore.build/Objects-normal/armv7k/Binary/_CIndexStore.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/_CIndexStore.build/Objects-normal/arm64_32/Binary/_CIndexStore.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/_CIndexStore.o
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
SwiftDriverJobDiscovery normal armv7k Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal armv7k 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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64_32 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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -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-watchos/ArgumentParserToolInfo.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ArgumentParserToolInfo-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k /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
SwiftCompile normal armv7k Compiling\ IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k /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
SwiftDriverJobDiscovery normal arm64 Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64_32 Compiling\ IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
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
SwiftDriverJobDiscovery normal armv7k Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64_32 Compiling\ IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftDriverJobDiscovery normal arm64_32 Compiling IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k Compiling\ IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Command SwiftCompile failed with a nonzero exit code
SwiftDriverJobDiscovery normal arm64_32 Compiling OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k Compiling\ IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k Compiling\ IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k Compiling\ IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Building workspace spi-builder-workspace with scheme SwiftIndexStore-Package
(7 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwiftIndexStore: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
resolved source packages: SwiftIndexStore, swift-argument-parser
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"index-dump-tool",
"SwiftIndexStore",
"SwiftIndexStore-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftIndexStore-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftIndexStore-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SwiftIndexStore: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
Target 'index-dump-tool' in project 'SwiftIndexStore'
➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
➜ Explicit dependency on target 'SwiftIndexStore' in project 'SwiftIndexStore'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'SwiftIndexStore' in project 'SwiftIndexStore'
➜ Explicit dependency on target 'SwiftIndexStore' in project 'SwiftIndexStore'
➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
Target 'SwiftIndexStore' in project 'SwiftIndexStore'
➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
Target '_CIndexStore' in project 'SwiftIndexStore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 882a475d7b55ed94beb0eebffa75d7ba
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/882a475d7b55ed94beb0eebffa75d7ba.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver 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-SwiftDriver -- /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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftIndexStore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftIndexStore' 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 SwiftIndexStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/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-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/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-watchos/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-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/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-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftIndexStore normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftIndexStore' 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 SwiftIndexStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/armv7k/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/armv7k/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-watchos/SwiftIndexStore.build/Objects-normal/armv7k/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-watchos/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-watchos/SwiftIndexStore.build/Objects-normal/armv7k/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/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-watchos/SwiftIndexStore.build/Objects-normal/armv7k/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver 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-SwiftDriver -- /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-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/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-watchos/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-watchos/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-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/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-watchos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ArgumentParserToolInfo normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' 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 ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ArgumentParserToolInfo normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' 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 ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/_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-watchos/_CIndexStore.o
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ToolInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ToolInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ToolInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftIndexStore -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-watchos/SwiftIndexStore.build/Objects-normal/arm64_32/SwiftIndexStore.abi.json
EmitSwiftModule normal arm64_32 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
extension Process {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:40: error: 'OSAllocatedUnfairLock' is only available in watchOS 9.0 or newer
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:17: note: add @available attribute to enclosing property
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:7:20: note: add @available attribute to enclosing class
public final class UnfairLock {
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
EmitSwiftModule normal armv7k (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
extension Process {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:40: error: 'OSAllocatedUnfairLock' is only available in watchOS 9.0 or newer
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:17: note: add @available attribute to enclosing property
private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:7:20: note: add @available attribute to enclosing class
public final class UnfairLock {
^
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
SwiftCompile normal armv7k Compiling\ IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal armv7k Compiling\ IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal armv7k /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
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal armv7k 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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/armv7k/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64_32 Compiling\ UnfairLock.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64_32 /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
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64_32 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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/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-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParserToolInfo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/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-watchos/ArgumentParserToolInfo.build/Objects-normal/arm64_32/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
EmitSwiftModule normal arm64_32 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Building workspace spi-builder-workspace with scheme SwiftIndexStore-Package
(4 failures)
BUILD FAILURE 6.1 watchOS