The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PrivacyManifestUtil, reference main (8d7258), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 28 Apr 2025 12:26:21 UTC.

Swift 6 data race errors: 89

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PrivacyManifestUtil-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:23:16: warning: static property 'otherUsageData' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let otherUsageData = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUsageData")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:23:16: note: add '@MainActor' to make static property 'otherUsageData' part of global actor 'MainActor'
    static let otherUsageData = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUsageData")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let otherUsageData = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUsageData")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:24:16: warning: static property 'otherUserContactInfo' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let otherUserContactInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUserContactInfo")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:24:16: note: add '@MainActor' to make static property 'otherUserContactInfo' part of global actor 'MainActor'
    static let otherUserContactInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUserContactInfo")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:24:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let otherUserContactInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUserContactInfo")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:25:16: warning: static property 'otherUserContent' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let otherUserContent = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUserContent")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:25:16: note: add '@MainActor' to make static property 'otherUserContent' part of global actor 'MainActor'
    static let otherUserContent = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUserContent")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let otherUserContent = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeOtherUserContent")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:26:16: warning: static property 'paymentInfo' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let paymentInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePaymentInfo")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:26:16: note: add '@MainActor' to make static property 'paymentInfo' part of global actor 'MainActor'
    static let paymentInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePaymentInfo")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let paymentInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePaymentInfo")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:27:16: warning: static property 'performanceData' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let performanceData = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePerformanceData")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:27:16: note: add '@MainActor' to make static property 'performanceData' part of global actor 'MainActor'
    static let performanceData = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePerformanceData")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:27:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let performanceData = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePerformanceData")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:28:16: warning: static property 'phoneNumber' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let phoneNumber = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhoneNumber")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:28:16: note: add '@MainActor' to make static property 'phoneNumber' part of global actor 'MainActor'
    static let phoneNumber = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhoneNumber")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let phoneNumber = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhoneNumber")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:29:16: warning: static property 'photosorVideos' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let photosorVideos = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhotosorVideos")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:29:16: note: add '@MainActor' to make static property 'photosorVideos' part of global actor 'MainActor'
    static let photosorVideos = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhotosorVideos")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let photosorVideos = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhotosorVideos")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:30:16: warning: static property 'physicalAddress' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let physicalAddress = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhysicalAddress")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:30:16: note: add '@MainActor' to make static property 'physicalAddress' part of global actor 'MainActor'
    static let physicalAddress = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhysicalAddress")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let physicalAddress = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePhysicalAddress")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:31:16: warning: static property 'preciseLocation' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let preciseLocation = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePreciseLocation")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:31:16: note: add '@MainActor' to make static property 'preciseLocation' part of global actor 'MainActor'
    static let preciseLocation = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePreciseLocation")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let preciseLocation = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePreciseLocation")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:32:16: warning: static property 'productInteraction' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let productInteraction = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeProductInteraction")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:32:16: note: add '@MainActor' to make static property 'productInteraction' part of global actor 'MainActor'
    static let productInteraction = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeProductInteraction")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let productInteraction = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeProductInteraction")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:33:16: warning: static property 'purchaseHistory' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let purchaseHistory = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePurchaseHistory")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:33:16: note: add '@MainActor' to make static property 'purchaseHistory' part of global actor 'MainActor'
    static let purchaseHistory = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePurchaseHistory")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let purchaseHistory = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypePurchaseHistory")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:34:16: warning: static property 'searchHistory' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let searchHistory = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeSearchHistory")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:34:16: note: add '@MainActor' to make static property 'searchHistory' part of global actor 'MainActor'
    static let searchHistory = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeSearchHistory")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let searchHistory = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeSearchHistory")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:35:16: warning: static property 'sensitiveInfo' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sensitiveInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeSensitiveInfo")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:35:16: note: add '@MainActor' to make static property 'sensitiveInfo' part of global actor 'MainActor'
    static let sensitiveInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeSensitiveInfo")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sensitiveInfo = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeSensitiveInfo")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:36:16: warning: static property 'userID' is not concurrency-safe because non-'Sendable' type 'PrivacyDataType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let userID = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeUserID")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:36:16: note: add '@MainActor' to make static property 'userID' part of global actor 'MainActor'
    static let userID = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeUserID")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let userID = PrivacyDataType(rawValue: "NSPrivacyCollectedDataTypeUserID")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:40:16: warning: static property 'thirdPartyAdvertising' is not concurrency-safe because non-'Sendable' type 'CollectionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    static let thirdPartyAdvertising = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:40:16: note: add '@MainActor' to make static property 'thirdPartyAdvertising' part of global actor 'MainActor'
    static let thirdPartyAdvertising = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let thirdPartyAdvertising = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:41:16: warning: static property 'developerAdvertising' is not concurrency-safe because non-'Sendable' type 'CollectionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    static let developerAdvertising = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeDeveloperAdvertising")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:41:16: note: add '@MainActor' to make static property 'developerAdvertising' part of global actor 'MainActor'
    static let developerAdvertising = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeDeveloperAdvertising")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let developerAdvertising = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeDeveloperAdvertising")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:42:16: warning: static property 'analytics' is not concurrency-safe because non-'Sendable' type 'CollectionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    static let analytics = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeAnalytics")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:42:16: note: add '@MainActor' to make static property 'analytics' part of global actor 'MainActor'
    static let analytics = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeAnalytics")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let analytics = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeAnalytics")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:43:16: warning: static property 'productPersonalization' is not concurrency-safe because non-'Sendable' type 'CollectionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    static let productPersonalization = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeProductPersonalization")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:43:16: note: add '@MainActor' to make static property 'productPersonalization' part of global actor 'MainActor'
    static let productPersonalization = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeProductPersonalization")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let productPersonalization = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeProductPersonalization")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:44:16: warning: static property 'appFunctionality' is not concurrency-safe because non-'Sendable' type 'CollectionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    static let appFunctionality = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeAppFunctionality")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:44:16: note: add '@MainActor' to make static property 'appFunctionality' part of global actor 'MainActor'
    static let appFunctionality = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeAppFunctionality")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let appFunctionality = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeAppFunctionality")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:45:16: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'CollectionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    static let other = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeOther")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:45:16: note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
    static let other = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeOther")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/ManifestValues.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let other = CollectionPurpose(rawValue: "NSPrivacyCollectedDataTypePurposeOther")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NutritionLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:8:23: warning: static property 'advertisingData' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let advertisingData = NutritionCategory(rawValue: "ADVERTISING_DATA")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:8:23: note: add '@MainActor' to make static property 'advertisingData' part of global actor 'MainActor'
    public static let advertisingData = NutritionCategory(rawValue: "ADVERTISING_DATA")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let advertisingData = NutritionCategory(rawValue: "ADVERTISING_DATA")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:9:23: warning: static property 'audio' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let audio = NutritionCategory(rawValue: "AUDIO")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:9:23: note: add '@MainActor' to make static property 'audio' part of global actor 'MainActor'
    public static let audio = NutritionCategory(rawValue: "AUDIO")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let audio = NutritionCategory(rawValue: "AUDIO")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:10:23: warning: static property 'browsingHistory' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let browsingHistory = NutritionCategory(rawValue: "BROWSING_HISTORY")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:10:23: note: add '@MainActor' to make static property 'browsingHistory' part of global actor 'MainActor'
    public static let browsingHistory = NutritionCategory(rawValue: "BROWSING_HISTORY")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let browsingHistory = NutritionCategory(rawValue: "BROWSING_HISTORY")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:11:23: warning: static property 'coarseLocation' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let coarseLocation = NutritionCategory(rawValue: "COARSE_LOCATION")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:11:23: note: add '@MainActor' to make static property 'coarseLocation' part of global actor 'MainActor'
    public static let coarseLocation = NutritionCategory(rawValue: "COARSE_LOCATION")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let coarseLocation = NutritionCategory(rawValue: "COARSE_LOCATION")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:12:23: warning: static property 'contacts' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let contacts = NutritionCategory(rawValue: "CONTACTS")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:12:23: note: add '@MainActor' to make static property 'contacts' part of global actor 'MainActor'
    public static let contacts = NutritionCategory(rawValue: "CONTACTS")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let contacts = NutritionCategory(rawValue: "CONTACTS")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:13:23: warning: static property 'crashData' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let crashData = NutritionCategory(rawValue: "CRASH_DATA")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:13:23: note: add '@MainActor' to make static property 'crashData' part of global actor 'MainActor'
    public static let crashData = NutritionCategory(rawValue: "CRASH_DATA")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let crashData = NutritionCategory(rawValue: "CRASH_DATA")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:14:23: warning: static property 'creditAndFraud' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let creditAndFraud = NutritionCategory(rawValue: "CREDIT_AND_FRAUD")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:14:23: note: add '@MainActor' to make static property 'creditAndFraud' part of global actor 'MainActor'
    public static let creditAndFraud = NutritionCategory(rawValue: "CREDIT_AND_FRAUD")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let creditAndFraud = NutritionCategory(rawValue: "CREDIT_AND_FRAUD")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:15:23: warning: static property 'customerSupport' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let customerSupport = NutritionCategory(rawValue: "CUSTOMER_SUPPORT")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:15:23: note: add '@MainActor' to make static property 'customerSupport' part of global actor 'MainActor'
    public static let customerSupport = NutritionCategory(rawValue: "CUSTOMER_SUPPORT")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let customerSupport = NutritionCategory(rawValue: "CUSTOMER_SUPPORT")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:16:23: warning: static property 'deviceID' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceID = NutritionCategory(rawValue: "DEVICE_ID")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:16:23: note: add '@MainActor' to make static property 'deviceID' part of global actor 'MainActor'
    public static let deviceID = NutritionCategory(rawValue: "DEVICE_ID")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceID = NutritionCategory(rawValue: "DEVICE_ID")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:17:23: warning: static property 'emailAddress' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let emailAddress = NutritionCategory(rawValue: "EMAIL_ADDRESS")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:17:23: note: add '@MainActor' to make static property 'emailAddress' part of global actor 'MainActor'
    public static let emailAddress = NutritionCategory(rawValue: "EMAIL_ADDRESS")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let emailAddress = NutritionCategory(rawValue: "EMAIL_ADDRESS")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:18:23: warning: static property 'emailsOrTextMessages' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let emailsOrTextMessages = NutritionCategory(rawValue: "EMAILS_OR_TEXT_MESSAGES")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:18:23: note: add '@MainActor' to make static property 'emailsOrTextMessages' part of global actor 'MainActor'
    public static let emailsOrTextMessages = NutritionCategory(rawValue: "EMAILS_OR_TEXT_MESSAGES")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let emailsOrTextMessages = NutritionCategory(rawValue: "EMAILS_OR_TEXT_MESSAGES")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:19:23: warning: static property 'fitness' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fitness = NutritionCategory(rawValue: "FITNESS")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:19:23: note: add '@MainActor' to make static property 'fitness' part of global actor 'MainActor'
    public static let fitness = NutritionCategory(rawValue: "FITNESS")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fitness = NutritionCategory(rawValue: "FITNESS")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:20:23: warning: static property 'gameplayContent' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let gameplayContent = NutritionCategory(rawValue: "GAMEPLAY_CONTENT")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:20:23: note: add '@MainActor' to make static property 'gameplayContent' part of global actor 'MainActor'
    public static let gameplayContent = NutritionCategory(rawValue: "GAMEPLAY_CONTENT")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let gameplayContent = NutritionCategory(rawValue: "GAMEPLAY_CONTENT")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:21:23: warning: static property 'health' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let health = NutritionCategory(rawValue: "HEALTH")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:21:23: note: add '@MainActor' to make static property 'health' part of global actor 'MainActor'
    public static let health = NutritionCategory(rawValue: "HEALTH")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let health = NutritionCategory(rawValue: "HEALTH")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:22:23: warning: static property 'name' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let name = NutritionCategory(rawValue: "NAME")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:22:23: note: add '@MainActor' to make static property 'name' part of global actor 'MainActor'
    public static let name = NutritionCategory(rawValue: "NAME")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let name = NutritionCategory(rawValue: "NAME")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:23:23: warning: static property 'otherContactInfo' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherContactInfo = NutritionCategory(rawValue: "OTHER_CONTACT_INFO")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:23:23: note: add '@MainActor' to make static property 'otherContactInfo' part of global actor 'MainActor'
    public static let otherContactInfo = NutritionCategory(rawValue: "OTHER_CONTACT_INFO")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherContactInfo = NutritionCategory(rawValue: "OTHER_CONTACT_INFO")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:24:23: warning: static property 'otherData' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherData = NutritionCategory(rawValue: "OTHER_DATA")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:24:23: note: add '@MainActor' to make static property 'otherData' part of global actor 'MainActor'
    public static let otherData = NutritionCategory(rawValue: "OTHER_DATA")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherData = NutritionCategory(rawValue: "OTHER_DATA")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:25:23: warning: static property 'otherDiagnosticData' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherDiagnosticData = NutritionCategory(rawValue: "OTHER_DIAGNOSTIC_DATA")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:25:23: note: add '@MainActor' to make static property 'otherDiagnosticData' part of global actor 'MainActor'
    public static let otherDiagnosticData = NutritionCategory(rawValue: "OTHER_DIAGNOSTIC_DATA")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherDiagnosticData = NutritionCategory(rawValue: "OTHER_DIAGNOSTIC_DATA")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:26:23: warning: static property 'otherFinancialInfo' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherFinancialInfo = NutritionCategory(rawValue: "OTHER_FINANCIAL_INFO")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:26:23: note: add '@MainActor' to make static property 'otherFinancialInfo' part of global actor 'MainActor'
    public static let otherFinancialInfo = NutritionCategory(rawValue: "OTHER_FINANCIAL_INFO")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherFinancialInfo = NutritionCategory(rawValue: "OTHER_FINANCIAL_INFO")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:27:23: warning: static property 'otherUsageData' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherUsageData = NutritionCategory(rawValue: "OTHER_USAGE_DATA")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:27:23: note: add '@MainActor' to make static property 'otherUsageData' part of global actor 'MainActor'
    public static let otherUsageData = NutritionCategory(rawValue: "OTHER_USAGE_DATA")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherUsageData = NutritionCategory(rawValue: "OTHER_USAGE_DATA")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:28:23: warning: static property 'otherUserContent' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherUserContent = NutritionCategory(rawValue: "OTHER_USER_CONTENT")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:28:23: note: add '@MainActor' to make static property 'otherUserContent' part of global actor 'MainActor'
    public static let otherUserContent = NutritionCategory(rawValue: "OTHER_USER_CONTENT")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherUserContent = NutritionCategory(rawValue: "OTHER_USER_CONTENT")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:29:23: warning: static property 'paymentInformation' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let paymentInformation = NutritionCategory(rawValue: "PAYMENT_INFORMATION")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:29:23: note: add '@MainActor' to make static property 'paymentInformation' part of global actor 'MainActor'
    public static let paymentInformation = NutritionCategory(rawValue: "PAYMENT_INFORMATION")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let paymentInformation = NutritionCategory(rawValue: "PAYMENT_INFORMATION")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:30:23: warning: static property 'performanceData' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let performanceData = NutritionCategory(rawValue: "PERFORMANCE_DATA")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:30:23: note: add '@MainActor' to make static property 'performanceData' part of global actor 'MainActor'
    public static let performanceData = NutritionCategory(rawValue: "PERFORMANCE_DATA")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let performanceData = NutritionCategory(rawValue: "PERFORMANCE_DATA")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:31:23: warning: static property 'phoneNumber' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneNumber = NutritionCategory(rawValue: "PHONE_NUMBER")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:31:23: note: add '@MainActor' to make static property 'phoneNumber' part of global actor 'MainActor'
    public static let phoneNumber = NutritionCategory(rawValue: "PHONE_NUMBER")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneNumber = NutritionCategory(rawValue: "PHONE_NUMBER")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:32:23: warning: static property 'photosOrVideos' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let photosOrVideos = NutritionCategory(rawValue: "PHOTOS_OR_VIDEOS")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:32:23: note: add '@MainActor' to make static property 'photosOrVideos' part of global actor 'MainActor'
    public static let photosOrVideos = NutritionCategory(rawValue: "PHOTOS_OR_VIDEOS")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let photosOrVideos = NutritionCategory(rawValue: "PHOTOS_OR_VIDEOS")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:33:23: warning: static property 'physicalAddress' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let physicalAddress = NutritionCategory(rawValue: "PHYSICAL_ADDRESS")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:33:23: note: add '@MainActor' to make static property 'physicalAddress' part of global actor 'MainActor'
    public static let physicalAddress = NutritionCategory(rawValue: "PHYSICAL_ADDRESS")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let physicalAddress = NutritionCategory(rawValue: "PHYSICAL_ADDRESS")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:34:23: warning: static property 'preciseLocation' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let preciseLocation = NutritionCategory(rawValue: "PRECISE_LOCATION")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:34:23: note: add '@MainActor' to make static property 'preciseLocation' part of global actor 'MainActor'
    public static let preciseLocation = NutritionCategory(rawValue: "PRECISE_LOCATION")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let preciseLocation = NutritionCategory(rawValue: "PRECISE_LOCATION")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:35:23: warning: static property 'productInteraction' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let productInteraction = NutritionCategory(rawValue: "PRODUCT_INTERACTION")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:35:23: note: add '@MainActor' to make static property 'productInteraction' part of global actor 'MainActor'
    public static let productInteraction = NutritionCategory(rawValue: "PRODUCT_INTERACTION")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let productInteraction = NutritionCategory(rawValue: "PRODUCT_INTERACTION")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:36:23: warning: static property 'purchaseHistory' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let purchaseHistory = NutritionCategory(rawValue: "PURCHASE_HISTORY")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:36:23: note: add '@MainActor' to make static property 'purchaseHistory' part of global actor 'MainActor'
    public static let purchaseHistory = NutritionCategory(rawValue: "PURCHASE_HISTORY")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let purchaseHistory = NutritionCategory(rawValue: "PURCHASE_HISTORY")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:37:23: warning: static property 'searchHistory' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let searchHistory = NutritionCategory(rawValue: "SEARCH_HISTORY")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:37:23: note: add '@MainActor' to make static property 'searchHistory' part of global actor 'MainActor'
    public static let searchHistory = NutritionCategory(rawValue: "SEARCH_HISTORY")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let searchHistory = NutritionCategory(rawValue: "SEARCH_HISTORY")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:38:23: warning: static property 'sensitiveInfo' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sensitiveInfo = NutritionCategory(rawValue: "SENSITIVE_INFO")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:38:23: note: add '@MainActor' to make static property 'sensitiveInfo' part of global actor 'MainActor'
    public static let sensitiveInfo = NutritionCategory(rawValue: "SENSITIVE_INFO")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sensitiveInfo = NutritionCategory(rawValue: "SENSITIVE_INFO")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:39:23: warning: static property 'userID' is not concurrency-safe because non-'Sendable' type 'NutritionCategory' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let userID = NutritionCategory(rawValue: "USER_ID")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:39:23: note: add '@MainActor' to make static property 'userID' part of global actor 'MainActor'
    public static let userID = NutritionCategory(rawValue: "USER_ID")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let userID = NutritionCategory(rawValue: "USER_ID")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:49:23: warning: static property 'thirdPartyAdvertising' is not concurrency-safe because non-'Sendable' type 'NutritionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let thirdPartyAdvertising = NutritionPurpose(rawValue: "THIRD_PARTY_ADVERTISING")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:49:23: note: add '@MainActor' to make static property 'thirdPartyAdvertising' part of global actor 'MainActor'
    public static let thirdPartyAdvertising = NutritionPurpose(rawValue: "THIRD_PARTY_ADVERTISING")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let thirdPartyAdvertising = NutritionPurpose(rawValue: "THIRD_PARTY_ADVERTISING")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:50:23: warning: static property 'developersAdvertising' is not concurrency-safe because non-'Sendable' type 'NutritionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let developersAdvertising = NutritionPurpose(rawValue: "DEVELOPERS_ADVERTISING")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:50:23: note: add '@MainActor' to make static property 'developersAdvertising' part of global actor 'MainActor'
    public static let developersAdvertising = NutritionPurpose(rawValue: "DEVELOPERS_ADVERTISING")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let developersAdvertising = NutritionPurpose(rawValue: "DEVELOPERS_ADVERTISING")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:51:23: warning: static property 'analytics' is not concurrency-safe because non-'Sendable' type 'NutritionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let analytics = NutritionPurpose(rawValue: "ANALYTICS")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:51:23: note: add '@MainActor' to make static property 'analytics' part of global actor 'MainActor'
    public static let analytics = NutritionPurpose(rawValue: "ANALYTICS")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let analytics = NutritionPurpose(rawValue: "ANALYTICS")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:52:23: warning: static property 'productPersonalization' is not concurrency-safe because non-'Sendable' type 'NutritionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let productPersonalization = NutritionPurpose(rawValue: "PRODUCT_PERSONALIZATION")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:52:23: note: add '@MainActor' to make static property 'productPersonalization' part of global actor 'MainActor'
    public static let productPersonalization = NutritionPurpose(rawValue: "PRODUCT_PERSONALIZATION")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let productPersonalization = NutritionPurpose(rawValue: "PRODUCT_PERSONALIZATION")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:53:23: warning: static property 'appFunctionality' is not concurrency-safe because non-'Sendable' type 'NutritionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appFunctionality = NutritionPurpose(rawValue: "APP_FUNCTIONALITY")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:53:23: note: add '@MainActor' to make static property 'appFunctionality' part of global actor 'MainActor'
    public static let appFunctionality = NutritionPurpose(rawValue: "APP_FUNCTIONALITY")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appFunctionality = NutritionPurpose(rawValue: "APP_FUNCTIONALITY")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:54:23: warning: static property 'otherPurposes' is not concurrency-safe because non-'Sendable' type 'NutritionPurpose' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let otherPurposes = NutritionPurpose(rawValue: "OTHER_PURPOSES")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:54:23: note: add '@MainActor' to make static property 'otherPurposes' part of global actor 'MainActor'
    public static let otherPurposes = NutritionPurpose(rawValue: "OTHER_PURPOSES")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let otherPurposes = NutritionPurpose(rawValue: "OTHER_PURPOSES")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:150:10: warning: associated value 'unknownCollectionPurpose' of 'Sendable'-conforming enum 'ConversionFailure' has non-sendable type 'CollectionPurpose'; this is an error in the Swift 6 language mode
    case unknownCollectionPurpose(CollectionPurpose)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:151:10: warning: associated value 'unknownNutritionCategory' of 'Sendable'-conforming enum 'ConversionFailure' has non-sendable type 'NutritionCategory'; this is an error in the Swift 6 language mode
    case unknownNutritionCategory(NutritionCategory)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:152:10: warning: associated value 'unknownNutritionPurpose' of 'Sendable'-conforming enum 'ConversionFailure' has non-sendable type 'NutritionPurpose'; this is an error in the Swift 6 language mode
    case unknownNutritionPurpose(NutritionPurpose)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:153:10: warning: associated value 'unknownPrivacyDataType' of 'Sendable'-conforming enum 'ConversionFailure' has non-sendable type 'PrivacyDataType'; this is an error in the Swift 6 language mode
    case unknownPrivacyDataType(PrivacyDataType)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:194:23: warning: static property 'privacyDataTypeToNutritionCategory' is not concurrency-safe because non-'Sendable' type '[PrivacyDataType : NutritionCategory]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let privacyDataTypeToNutritionCategory: [PrivacyDataType: NutritionCategory] = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:194:23: note: add '@MainActor' to make static property 'privacyDataTypeToNutritionCategory' part of global actor 'MainActor'
    public static let privacyDataTypeToNutritionCategory: [PrivacyDataType: NutritionCategory] = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:194:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let privacyDataTypeToNutritionCategory: [PrivacyDataType: NutritionCategory] = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:232:23: warning: static property 'nutritionCategoryToPrivacyDataType' is not concurrency-safe because non-'Sendable' type '[NutritionCategory : PrivacyDataType]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nutritionCategoryToPrivacyDataType: [NutritionCategory: PrivacyDataType] = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:1:15: note: consider making struct 'NutritionCategory' conform to the 'Sendable' protocol
public struct NutritionCategory: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:70:15: note: consider making struct 'PrivacyDataType' conform to the 'Sendable' protocol
public struct PrivacyDataType: WrappedRawString {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:232:23: note: add '@MainActor' to make static property 'nutritionCategoryToPrivacyDataType' part of global actor 'MainActor'
    public static let nutritionCategoryToPrivacyDataType: [NutritionCategory: PrivacyDataType] = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:232:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nutritionCategoryToPrivacyDataType: [NutritionCategory: PrivacyDataType] = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:236:23: warning: static property 'collectionPurposeToNutritionPurpose' is not concurrency-safe because non-'Sendable' type '[CollectionPurpose : NutritionPurpose]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let collectionPurposeToNutritionPurpose: [CollectionPurpose: NutritionPurpose] = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:236:23: note: add '@MainActor' to make static property 'collectionPurposeToNutritionPurpose' part of global actor 'MainActor'
    public static let collectionPurposeToNutritionPurpose: [CollectionPurpose: NutritionPurpose] = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:236:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let collectionPurposeToNutritionPurpose: [CollectionPurpose: NutritionPurpose] = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:245:23: warning: static property 'nutritionPurposeToCollectionPurpose' is not concurrency-safe because non-'Sendable' type '[NutritionPurpose : CollectionPurpose]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nutritionPurposeToCollectionPurpose: [NutritionPurpose: CollectionPurpose] = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:42:15: note: consider making struct 'NutritionPurpose' conform to the 'Sendable' protocol
public struct NutritionPurpose: WrappedRawString {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/Manifest.swift:79:15: note: consider making struct 'CollectionPurpose' conform to the 'Sendable' protocol
public struct CollectionPurpose: WrappedRawString {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:245:23: note: add '@MainActor' to make static property 'nutritionPurposeToCollectionPurpose' part of global actor 'MainActor'
    public static let nutritionPurposeToCollectionPurpose: [NutritionPurpose: CollectionPurpose] = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestKit/NutritionLabel.swift:245:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nutritionPurposeToCollectionPurpose: [NutritionPurpose: CollectionPurpose] = {
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParserToolInfo-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
EmitSwiftModule normal arm64 (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ArgumentHelp.swift,\ ArgumentVisibility.swift,\ CompletionKind.swift,\ Errors.swift,\ Flag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HelpGenerator.swift,\ MessageInfo.swift,\ UsageGenerator.swift,\ CollectionExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WrappedRawString.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftCompile normal arm64 Compiling\ BashCompletionsGenerator.swift,\ CompletionsGenerator.swift,\ FishCompletionsGenerator.swift,\ ZshCompletionsGenerator.swift,\ Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o normal (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ArgumentDefinition.swift,\ ArgumentSet.swift,\ CommandParser.swift,\ InputKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ArgumentParser-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling NutritionLabel.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftdoc (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.abi.json (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftsourceinfo (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ParsableArguments.swift,\ ParsableArgumentsValidation.swift,\ ParsableCommand.swift,\ ArgumentDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArgumentsValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArgumentsValidation.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InputOrigin.swift,\ Name.swift,\ Parsed.swift,\ ParsedValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ArgumentHelp.swift, ArgumentVisibility.swift, CompletionKind.swift, Errors.swift, Flag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ Platform.swift,\ SequenceExtensions.swift,\ StringExtensions.swift,\ Tree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ManifestValues.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftCompile normal arm64 Compiling\ NameSpecification.swift,\ Option.swift,\ OptionGroup.swift,\ AsyncParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for PrivacyManifestKit (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftDriver\ Compilation\ Requirements PrivacyManifestKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    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 PrivacyManifestKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit-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/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.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/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Manifest.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftCompile normal arm64 Compiling\ CommandConfiguration.swift,\ CommandGroup.swift,\ EnumerableFlag.swift,\ ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandGroup.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PrivacyManifestKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit-Swift.h (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PrivacyManifestKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling InputOrigin.swift, Name.swift, Parsed.swift, ParsedValues.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftmodule (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftdoc (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.abi.json (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling BashCompletionsGenerator.swift, CompletionsGenerator.swift, FishCompletionsGenerator.swift, ZshCompletionsGenerator.swift, Argument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftsourceinfo (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ParserError.swift,\ SplitArguments.swift,\ DumpHelpGenerator.swift,\ HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

ExtractAppIntentsMetadata (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ArgumentParserToolInfo --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-argument-parser.ArgumentParserToolInfo --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 05:26:19.759 appintentsmetadataprocessor[900:4827] Starting appintentsmetadataprocessor export
2025-04-28 05:26:19.811 appintentsmetadataprocessor[900:4827] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriver privacy-manifest-util normal arm64 com.apple.xcode.tools.swift.compiler (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    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 privacy_manifest_util -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util-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/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ privacy_manifest_util (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestUtilCLI/CLI.swift (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CLI.swift /Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestUtilCLI/CLI.swift (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrivacyManifestUtilCLI/CLI.swift (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CommandConfiguration.swift, CommandGroup.swift, EnumerableFlag.swift, ExpressibleByArgument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling NameSpecification.swift, Option.swift, OptionGroup.swift, AsyncParsableCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParserToolInfo.o
SwiftDriverJobDiscovery normal arm64 Emitting module for privacy_manifest_util (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
SwiftDriver\ Compilation\ Requirements privacy-manifest-util normal arm64 com.apple.xcode.tools.swift.compiler (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    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 privacy_manifest_util -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util-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/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftmodule (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftdoc (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.abi.json (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftsourceinfo (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy_manifest_util.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ParsableArguments.swift, ParsableArgumentsValidation.swift, ParsableCommand.swift, ArgumentDecoder.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling Platform.swift, SequenceExtensions.swift, StringExtensions.swift, Tree.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling ArgumentDefinition.swift, ArgumentSet.swift, CommandParser.swift, InputKey.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling Core.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftDriverJobDiscovery normal arm64 Compiling IO.swift (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
SwiftDriver\ Compilation PrivacyManifestKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PrivacyManifestKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit-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/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.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/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.o normal (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.o
SwiftDriverJobDiscovery normal arm64 Compiling HelpGenerator.swift, MessageInfo.swift, UsageGenerator.swift, CollectionExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
ExtractAppIntentsMetadata (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PrivacyManifestKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.PrivacyManifestKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.appintents --target-triple arm64-apple-macos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/PrivacyManifestKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/PrivacyManifestKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 05:26:20.543 appintentsmetadataprocessor[905:4875] Starting appintentsmetadataprocessor export
2025-04-28 05:26:20.578 appintentsmetadataprocessor[905:4875] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling CLI.swift (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
SwiftDriver\ Compilation privacy-manifest-util normal arm64 com.apple.xcode.tools.swift.compiler (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name privacy_manifest_util -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util-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/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ParserError.swift, SplitArguments.swift, DumpHelpGenerator.swift, HelpCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriver\ Compilation ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.o (in target 'PrivacyManifestKit' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrivacyManifestKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o normal (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o
ExtractAppIntentsMetadata (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ArgumentParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-argument-parser.ArgumentParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/ArgumentParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/ArgumentParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 05:26:20.644 appintentsmetadataprocessor[908:4890] Starting appintentsmetadataprocessor export
2025-04-28 05:26:20.676 appintentsmetadataprocessor[908:4890] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy-manifest-util normal (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy-manifest-util_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/privacy-manifest-util.build/Objects-normal/arm64/privacy_manifest_util.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy-manifest-util -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrivacyManifestUtil.build/Debug/PrivacyManifestKit.build/Objects-normal/arm64/PrivacyManifestKit.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy-manifest-util (in target 'privacy-manifest-util' from project 'PrivacyManifestUtil')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/privacy-manifest-util
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:b7e9321385a52383ba9778ae91485f69a007a660, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:b7e9321385a52383ba9778ae91485f69a007a660, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:b7e9321385a52383ba9778ae91485f69a007a660, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:b7e9321385a52383ba9778ae91485f69a007a660, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "PrivacyManifestUtil",
  "name" : "PrivacyManifestUtil",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "privacy-manifest-util",
      "targets" : [
        "PrivacyManifestUtilCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrivacyManifestKit",
      "targets" : [
        "PrivacyManifestKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrivacyManifestUtilCLI",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyManifestUtilCLI",
      "path" : "Sources/PrivacyManifestUtilCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "privacy-manifest-util"
      ],
      "sources" : [
        "CLI.swift"
      ],
      "target_dependencies" : [
        "PrivacyManifestKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PrivacyManifestKit",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyManifestKit",
      "path" : "Sources/PrivacyManifestKit",
      "product_memberships" : [
        "privacy-manifest-util",
        "PrivacyManifestKit"
      ],
      "sources" : [
        "Core.swift",
        "IO.swift",
        "Manifest.swift",
        "ManifestValues.swift",
        "NutritionLabel.swift",
        "WrappedRawString.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Sources/CoreTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "JoinTests.swift",
        "ManifestToNutritionConvertTests.swift",
        "NutritionToManifestConvertTests.swift"
      ],
      "target_dependencies" : [
        "PrivacyManifestKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.10"
}
Done.