This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SwiftUIContacts with Swift 6.0 for iOS using Xcode 16.0.

Swift 6 data race errors: 30

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SwiftUIContacts -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/SwiftUIContacts.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/SwiftUIContacts
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c188b30 Update README.md
Cloned https://github.com/edonv/SwiftUIContacts.git
Revision (git rev-parse @):
c188b308ebe3f576e8de7e05be7e9dc3f15747db
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/edonv/SwiftUIContacts.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/edonv/SwiftUIContacts.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  SwiftUIContacts: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftUIContacts
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIContacts",
  "name" : "SwiftUIContacts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIContacts",
      "targets" : [
        "SwiftUIContacts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIContactsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIContactsTests",
      "path" : "Tests/SwiftUIContactsTests",
      "sources" : [
        "SwiftUIContactsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIContacts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIContacts",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIContacts",
      "path" : "Sources/SwiftUIContacts",
      "product_memberships" : [
        "SwiftUIContacts"
      ],
      "sources" : [
        "CNContactPickerViewController/ContactPicker+ViewModifiers.swift",
        "CNContactPickerViewController/ContactPicker.swift",
        "CNContactViewController/ContactView+ViewModifiers.swift",
        "CNContactViewController/ContactView.swift",
        "Extensions/Contacts+Constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftUIContacts"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SwiftUIContacts -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftUIContacts -destination generic/platform=ios "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  SwiftUIContacts: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftUIContacts' in project 'SwiftUIContacts'
        ➜ Explicit dependency on target 'SwiftUIContacts' in project 'SwiftUIContacts'
    Target 'SwiftUIContacts' in project 'SwiftUIContacts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: 3012addfcca8b8f21c87048c08f023e4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3012addfcca8b8f21c87048c08f023e4.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/SwiftUIContacts.modulemap (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/SwiftUIContacts.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftUIContacts.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/SwiftUIContacts.modulemap (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/SwiftUIContacts.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.LinkFileList (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.SwiftFileList (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-OutputFileMap.json (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-OutputFileMap.json
SwiftDriver SwiftUIContacts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SwiftUIContacts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftUIContacts (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:19:23: warning: static property 'identifierKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
17 |
18 |     // Properties that are always fetched. Can be used with key value coding and observing.
19 |     public static let identifierKey: ContactsConstant = ContactsConstant(rawValue: CNContactIdentifierKey)
   |                       |- warning: static property 'identifierKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'identifierKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     // Optional properties that can be fetched. Can be used with key value coding and observing.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:22:23: warning: static property 'namePrefixKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
20 |
21 |     // Optional properties that can be fetched. Can be used with key value coding and observing.
22 |     public static let namePrefixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNamePrefixKey)
   |                       |- warning: static property 'namePrefixKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'namePrefixKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
24 |     public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:23:23: warning: static property 'givenNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
21 |     // Optional properties that can be fetched. Can be used with key value coding and observing.
22 |     public static let namePrefixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNamePrefixKey)
23 |     public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
   |                       |- warning: static property 'givenNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'givenNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
25 |     public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:24:23: warning: static property 'middleNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
22 |     public static let namePrefixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNamePrefixKey)
23 |     public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
24 |     public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
   |                       |- warning: static property 'middleNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'middleNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
26 |     public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:25:23: warning: static property 'familyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
23 |     public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
24 |     public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
25 |     public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
   |                       |- warning: static property 'familyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'familyNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
27 |     public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:26:23: warning: static property 'previousFamilyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
24 |     public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
25 |     public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
26 |     public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
   |                       |- warning: static property 'previousFamilyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'previousFamilyNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
28 |     public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:27:23: warning: static property 'nameSuffixKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
25 |     public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
26 |     public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
27 |     public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
   |                       |- warning: static property 'nameSuffixKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'nameSuffixKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
29 |     public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:28:23: warning: static property 'nicknameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
26 |     public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
27 |     public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
28 |     public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
   |                       |- warning: static property 'nicknameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'nicknameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
30 |     public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:29:23: warning: static property 'organizationNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
27 |     public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
28 |     public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
29 |     public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
   |                       |- warning: static property 'organizationNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'organizationNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
31 |     public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:30:23: warning: static property 'departmentNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
28 |     public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
29 |     public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
30 |     public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
   |                       |- warning: static property 'departmentNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'departmentNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
32 |     public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:31:23: warning: static property 'jobTitleKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
29 |     public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
30 |     public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
31 |     public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
   |                       |- warning: static property 'jobTitleKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'jobTitleKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
33 |     public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:32:23: warning: static property 'phoneticGivenNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
30 |     public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
31 |     public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
32 |     public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
   |                       |- warning: static property 'phoneticGivenNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'phoneticGivenNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
34 |     public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:33:23: warning: static property 'phoneticMiddleNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
31 |     public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
32 |     public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
33 |     public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
   |                       |- warning: static property 'phoneticMiddleNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'phoneticMiddleNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |     public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
35 |     public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:34:23: warning: static property 'phoneticFamilyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
32 |     public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
33 |     public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
34 |     public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
   |                       |- warning: static property 'phoneticFamilyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'phoneticFamilyNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |     public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
36 |     public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:35:23: warning: static property 'phoneticOrganizationNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
33 |     public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
34 |     public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
35 |     public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
   |                       |- warning: static property 'phoneticOrganizationNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'phoneticOrganizationNameKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
37 |     public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:36:23: warning: static property 'birthdayKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
34 |     public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
35 |     public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
36 |     public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
   |                       |- warning: static property 'birthdayKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'birthdayKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
38 |     public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:37:23: warning: static property 'nonGregorianBirthdayKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
35 |     public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
36 |     public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
37 |     public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
   |                       |- warning: static property 'nonGregorianBirthdayKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'nonGregorianBirthdayKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
39 |     public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:38:23: warning: static property 'noteKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
36 |     public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
37 |     public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
38 |     public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
   |                       |- warning: static property 'noteKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'noteKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
40 |     public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:39:23: warning: static property 'imageDataKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
37 |     public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
38 |     public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
39 |     public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
   |                       |- warning: static property 'imageDataKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'imageDataKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
41 |     public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:40:23: warning: static property 'thumbnailImageDataKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
38 |     public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
39 |     public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
40 |     public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
   |                       |- warning: static property 'thumbnailImageDataKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'thumbnailImageDataKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
42 |     public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:41:23: warning: static property 'imageDataAvailableKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
39 |     public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
40 |     public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
41 |     public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
   |                       |- warning: static property 'imageDataAvailableKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'imageDataAvailableKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
43 |     public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:42:23: warning: static property 'typeKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
40 |     public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
41 |     public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
42 |     public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
   |                       |- warning: static property 'typeKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'typeKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
44 |     public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: warning: static property 'phoneNumbersKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
41 |     public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
42 |     public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
43 |     public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
   |                       |- warning: static property 'phoneNumbersKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'phoneNumbersKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
45 |     public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:44:23: warning: static property 'emailAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
42 |     public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
43 |     public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
44 |     public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
   |                       |- warning: static property 'emailAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'emailAddressesKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |     public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
46 |     public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:45:23: warning: static property 'postalAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
43 |     public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
44 |     public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
45 |     public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
   |                       |- warning: static property 'postalAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'postalAddressesKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |     public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
47 |     public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:46:23: warning: static property 'datesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
44 |     public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
45 |     public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
46 |     public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
   |                       |- warning: static property 'datesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'datesKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |     public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
48 |     public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:47:23: warning: static property 'urlAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
45 |     public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
46 |     public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
47 |     public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
   |                       |- warning: static property 'urlAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'urlAddressesKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |     public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
49 |     public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:48:23: warning: static property 'relationsKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
46 |     public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
47 |     public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
48 |     public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
   |                       |- warning: static property 'relationsKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'relationsKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
50 |     public static let instantMessageAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactInstantMessageAddressesKey)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:49:23: warning: static property 'socialProfilesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
47 |     public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
48 |     public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
49 |     public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
   |                       |- warning: static property 'socialProfilesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'socialProfilesKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |     public static let instantMessageAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactInstantMessageAddressesKey)
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:50:23: warning: static property 'instantMessageAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | import Contacts
10 |
11 | public struct ContactsConstant: RawRepresentable {
   |               `- note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
12 |     public var rawValue: String
13 |
   :
48 |     public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
49 |     public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
50 |     public static let instantMessageAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactInstantMessageAddressesKey)
   |                       |- warning: static property 'instantMessageAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'instantMessageAddressesKey' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
SwiftCompile normal arm64 Compiling\ ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift:174:28: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            viewController.dismiss(animated: true)
                           ^
UIKit.UIViewController:150:26: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift:172:21: note: add '@MainActor' to make instance method 'contactViewController(_:didCompleteWith:)' part of global actor 'MainActor'
        public func contactViewController(_ viewController: CNContactViewController, didCompleteWith contact: CNContact?) {
                    ^
        @MainActor
SwiftCompile normal arm64 Compiling\ ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker+ViewModifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactPicker.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift:176:20: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            picker.dismiss(animated: true)
                   ^
UIKit.UIViewController:150:26: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift:175:21: note: add '@MainActor' to make instance method 'contactPickerDidCancel' part of global actor 'MainActor'
        public func contactPickerDidCancel(_ picker: CNContactPickerViewController) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: warning: static property 'phoneNumbersKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: note: annotate 'phoneNumbersKey' with '@MainActor' if property should only be accessed from the main actor
    public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Contacts+Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/Contacts+Constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:19:23: warning: static property 'identifierKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifierKey: ContactsConstant = ContactsConstant(rawValue: CNContactIdentifierKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:19:23: note: annotate 'identifierKey' with '@MainActor' if property should only be accessed from the main actor
    public static let identifierKey: ContactsConstant = ContactsConstant(rawValue: CNContactIdentifierKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifierKey: ContactsConstant = ContactsConstant(rawValue: CNContactIdentifierKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:22:23: warning: static property 'namePrefixKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let namePrefixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNamePrefixKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:22:23: note: annotate 'namePrefixKey' with '@MainActor' if property should only be accessed from the main actor
    public static let namePrefixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNamePrefixKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let namePrefixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNamePrefixKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:23:23: warning: static property 'givenNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:23:23: note: annotate 'givenNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let givenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactGivenNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:24:23: warning: static property 'middleNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:24:23: note: annotate 'middleNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let middleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactMiddleNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:25:23: warning: static property 'familyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:25:23: note: annotate 'familyNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let familyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactFamilyNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:26:23: warning: static property 'previousFamilyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:26:23: note: annotate 'previousFamilyNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let previousFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPreviousFamilyNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:27:23: warning: static property 'nameSuffixKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:27:23: note: annotate 'nameSuffixKey' with '@MainActor' if property should only be accessed from the main actor
    public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nameSuffixKey: ContactsConstant = ContactsConstant(rawValue: CNContactNameSuffixKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:28:23: warning: static property 'nicknameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:28:23: note: annotate 'nicknameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nicknameKey: ContactsConstant = ContactsConstant(rawValue: CNContactNicknameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:29:23: warning: static property 'organizationNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:29:23: note: annotate 'organizationNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let organizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactOrganizationNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:30:23: warning: static property 'departmentNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:30:23: note: annotate 'departmentNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let departmentNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactDepartmentNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:31:23: warning: static property 'jobTitleKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:31:23: note: annotate 'jobTitleKey' with '@MainActor' if property should only be accessed from the main actor
    public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let jobTitleKey: ContactsConstant = ContactsConstant(rawValue: CNContactJobTitleKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:32:23: warning: static property 'phoneticGivenNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:32:23: note: annotate 'phoneticGivenNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneticGivenNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticGivenNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:33:23: warning: static property 'phoneticMiddleNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:33:23: note: annotate 'phoneticMiddleNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneticMiddleNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticMiddleNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:34:23: warning: static property 'phoneticFamilyNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:34:23: note: annotate 'phoneticFamilyNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneticFamilyNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticFamilyNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:35:23: warning: static property 'phoneticOrganizationNameKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:35:23: note: annotate 'phoneticOrganizationNameKey' with '@MainActor' if property should only be accessed from the main actor
    public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneticOrganizationNameKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneticOrganizationNameKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:36:23: warning: static property 'birthdayKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:36:23: note: annotate 'birthdayKey' with '@MainActor' if property should only be accessed from the main actor
    public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let birthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactBirthdayKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:37:23: warning: static property 'nonGregorianBirthdayKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:37:23: note: annotate 'nonGregorianBirthdayKey' with '@MainActor' if property should only be accessed from the main actor
    public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nonGregorianBirthdayKey: ContactsConstant = ContactsConstant(rawValue: CNContactNonGregorianBirthdayKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:38:23: warning: static property 'noteKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:38:23: note: annotate 'noteKey' with '@MainActor' if property should only be accessed from the main actor
    public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let noteKey: ContactsConstant = ContactsConstant(rawValue: CNContactNoteKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:39:23: warning: static property 'imageDataKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:39:23: note: annotate 'imageDataKey' with '@MainActor' if property should only be accessed from the main actor
    public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let imageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:40:23: warning: static property 'thumbnailImageDataKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:40:23: note: annotate 'thumbnailImageDataKey' with '@MainActor' if property should only be accessed from the main actor
    public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let thumbnailImageDataKey: ContactsConstant = ContactsConstant(rawValue: CNContactThumbnailImageDataKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:41:23: warning: static property 'imageDataAvailableKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:41:23: note: annotate 'imageDataAvailableKey' with '@MainActor' if property should only be accessed from the main actor
    public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let imageDataAvailableKey: ContactsConstant = ContactsConstant(rawValue: CNContactImageDataAvailableKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:42:23: warning: static property 'typeKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:42:23: note: annotate 'typeKey' with '@MainActor' if property should only be accessed from the main actor
    public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let typeKey: ContactsConstant = ContactsConstant(rawValue: CNContactTypeKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: warning: static property 'phoneNumbersKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: note: annotate 'phoneNumbersKey' with '@MainActor' if property should only be accessed from the main actor
    public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phoneNumbersKey: ContactsConstant = ContactsConstant(rawValue: CNContactPhoneNumbersKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:44:23: warning: static property 'emailAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:44:23: note: annotate 'emailAddressesKey' with '@MainActor' if property should only be accessed from the main actor
    public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let emailAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactEmailAddressesKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:45:23: warning: static property 'postalAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:45:23: note: annotate 'postalAddressesKey' with '@MainActor' if property should only be accessed from the main actor
    public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let postalAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactPostalAddressesKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:46:23: warning: static property 'datesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:46:23: note: annotate 'datesKey' with '@MainActor' if property should only be accessed from the main actor
    public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let datesKey: ContactsConstant = ContactsConstant(rawValue: CNContactDatesKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:47:23: warning: static property 'urlAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:47:23: note: annotate 'urlAddressesKey' with '@MainActor' if property should only be accessed from the main actor
    public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let urlAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactUrlAddressesKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:48:23: warning: static property 'relationsKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:48:23: note: annotate 'relationsKey' with '@MainActor' if property should only be accessed from the main actor
    public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let relationsKey: ContactsConstant = ContactsConstant(rawValue: CNContactRelationsKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:49:23: warning: static property 'socialProfilesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:49:23: note: annotate 'socialProfilesKey' with '@MainActor' if property should only be accessed from the main actor
    public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let socialProfilesKey: ContactsConstant = ContactsConstant(rawValue: CNContactSocialProfilesKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:50:23: warning: static property 'instantMessageAddressesKey' is not concurrency-safe because non-'Sendable' type 'ContactsConstant' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let instantMessageAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactInstantMessageAddressesKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:11:15: note: consider making struct 'ContactsConstant' conform to the 'Sendable' protocol
public struct ContactsConstant: RawRepresentable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:50:23: note: annotate 'instantMessageAddressesKey' with '@MainActor' if property should only be accessed from the main actor
    public static let instantMessageAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactInstantMessageAddressesKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let instantMessageAddressesKey: ContactsConstant = ContactsConstant(rawValue: CNContactInstantMessageAddressesKey)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactPickerViewController/ContactPicker.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView+ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/CNContactViewController/ContactView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIContacts/Extensions/Contacts+Constants.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIContacts -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.o -index-unit-output-path /SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/ContactView+ViewModifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftUIContacts (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
SwiftDriver\ Compilation\ Requirements SwiftUIContacts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SwiftUIContacts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftUIContacts-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-Swift.h (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftUIContacts-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftdoc (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftmodule (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.abi.json (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftsourceinfo (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Contacts+Constants.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
SwiftDriverJobDiscovery normal arm64 Compiling ContactView+ViewModifiers.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
SwiftDriverJobDiscovery normal arm64 Compiling ContactPicker+ViewModifiers.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
SwiftDriverJobDiscovery normal arm64 Compiling ContactPicker.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
SwiftDriverJobDiscovery normal arm64 Compiling ContactView.swift (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
SwiftDriver\ Compilation SwiftUIContacts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SwiftUIContacts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.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/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.o normal (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIContacts.build/Debug-iphoneos/SwiftUIContacts.build/Objects-normal/arm64/SwiftUIContacts_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.o (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftUIContacts.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftUIContacts' from project 'SwiftUIContacts')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIContacts",
  "name" : "SwiftUIContacts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIContacts",
      "targets" : [
        "SwiftUIContacts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIContactsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIContactsTests",
      "path" : "Tests/SwiftUIContactsTests",
      "sources" : [
        "SwiftUIContactsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIContacts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIContacts",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIContacts",
      "path" : "Sources/SwiftUIContacts",
      "product_memberships" : [
        "SwiftUIContacts"
      ],
      "sources" : [
        "CNContactPickerViewController/ContactPicker+ViewModifiers.swift",
        "CNContactPickerViewController/ContactPicker.swift",
        "CNContactViewController/ContactView+ViewModifiers.swift",
        "CNContactViewController/ContactView.swift",
        "Extensions/Contacts+Constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.