The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ContactsChangeNotifier, reference main (6075fd), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 15 Apr 2026 05:15:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ContactsChangeNotifier -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonat/ContactsChangeNotifier.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonat/ContactsChangeNotifier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6075fd7 bump version to 1.2.0
Cloned https://github.com/yonat/ContactsChangeNotifier.git
Revision (git rev-parse @):
6075fd769fbdd3d23140f81ada82f71a22c444b7
SUCCESS checkout https://github.com/yonat/ContactsChangeNotifier.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yonat/ContactsChangeNotifier.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  ContactsChangeNotifier: /Users/admin/builder/spi-builder-workspace
resolved source packages: ContactsChangeNotifier
2026-04-15 01:15:31.589 xcodebuild[525:3011] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ContactsChangeNotifier",
  "name" : "ContactsChangeNotifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ContactsChangeNotifier",
      "targets" : [
        "ContactsChangeNotifier",
        "ContactStoreChangeHistory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ContactsChangeNotifier",
      "module_type" : "SwiftTarget",
      "name" : "ContactsChangeNotifier",
      "path" : "Sources/ContactsChangeNotifier",
      "product_memberships" : [
        "ContactsChangeNotifier"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ContactsChangeNotifier.swift",
        "HistoryTokenStorage/CloudKitHistoryTokenStorage.swift",
        "HistoryTokenStorage/HistoryTokenStorage.swift",
        "HistoryTokenStorage/UserDefaultsHistoryTokenStorage.swift"
      ],
      "target_dependencies" : [
        "ContactStoreChangeHistory"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ContactStoreChangeHistory",
      "module_type" : "ClangTarget",
      "name" : "ContactStoreChangeHistory",
      "path" : "Sources/ContactStoreChangeHistory",
      "product_memberships" : [
        "ContactsChangeNotifier"
      ],
      "sources" : [
        "CNContactStore+ChangeHistory.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ContactsChangeNotifier"
    ]
  }
}
2026-04-15 01:15:39.516 xcodebuild[625:3736] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ContactsChangeNotifier -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 ContactsChangeNotifier -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  ContactsChangeNotifier: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactStoreChangeHistory' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactsChangeNotifier_ContactsChangeNotifier' in project 'ContactsChangeNotifier'
    Target 'ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactsChangeNotifier_ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactStoreChangeHistory' in project 'ContactsChangeNotifier'
    Target 'ContactStoreChangeHistory' in project 'ContactsChangeNotifier' (no dependencies)
    Target 'ContactsChangeNotifier_ContactsChangeNotifier' in project 'ContactsChangeNotifier' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3c7a6a99b4560bc0361a895b08030504
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3c7a6a99b4560bc0361a895b08030504.xcbuilddata
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
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/ContactsChangeNotifier_ContactsChangeNotifier.DependencyStaticMetadataFileList (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/ContactsChangeNotifier_ContactsChangeNotifier.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/empty-ContactsChangeNotifier_ContactsChangeNotifier.plist (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/empty-ContactsChangeNotifier_ContactsChangeNotifier.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/ContactsChangeNotifier_ContactsChangeNotifier.DependencyMetadataFileList (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/ContactsChangeNotifier_ContactsChangeNotifier.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier_const_extract_protocols.json (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.SwiftConstValuesFileList (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.SwiftFileList (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.LinkFileList (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier-OutputFileMap.json (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.modulemap (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.DependencyStaticMetadataFileList (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.DependencyMetadataFileList (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/DerivedSources/resource_bundle_accessor.swift (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ContactStoreChangeHistory' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/Sources/ContactStoreChangeHistory/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/ContactStoreChangeHistory.LinkFileList (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/ContactStoreChangeHistory.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.DependencyStaticMetadataFileList (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.modulemap (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.DependencyMetadataFileList (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents/Resources (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ContactsChangeNotifier.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.modulemap (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    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/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/ContactsChangeNotifier.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ContactStoreChangeHistory.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.modulemap (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    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/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/ContactStoreChangeHistory.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/PrivacyInfo.xcprivacy (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    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/Sources/ContactsChangeNotifier/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/empty-ContactsChangeNotifier_ContactsChangeNotifier.plist (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier_ContactsChangeNotifier.build/empty-ContactsChangeNotifier_ContactsChangeNotifier.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle (in target 'ContactsChangeNotifier_ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ContactsChangeNotifier_ContactsChangeNotifier.bundle
SwiftDriver ContactsChangeNotifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ContactsChangeNotifier -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ContactStoreChangeHistory.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.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/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/ContactStoreChangeHistory/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.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/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: note: A dependency of main module 'ContactsChangeNotifier'
import UIKit
       ^ (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/CNContactStore+ChangeHistory.o /Users/admin/builder/spi-builder-workspace/Sources/ContactStoreChangeHistory/CNContactStore+ChangeHistory.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ContactStoreChangeHistory' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/CNContactStore+ChangeHistory.o.scan -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -target arm64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/CNContactStore+ChangeHistory.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/CNContactStore+ChangeHistory.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ContactStoreChangeHistory/CNContactStore+ChangeHistory.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/CNContactStore+ChangeHistory.o -index-unit-output-path /ContactsChangeNotifier.build/Debug/ContactStoreChangeHistory.build/Objects-normal/arm64/CNContactStore+ChangeHistory.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-C05Q6C0G4TN3AYVXNSE5XE66F.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-C05Q6C0G4TN3AYVXNSE5XE66F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-B0USGAT9ZS1IUWS4IQ1Y95KI1.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-B0USGAT9ZS1IUWS4IQ1Y95KI1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-W4VKJUI5G6QIZ3K3I1B0B6J8.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-W4VKJUI5G6QIZ3K3I1B0B6J8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-96NKTZN8LH04X7GJK1O3G6CTP.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-96NKTZN8LH04X7GJK1O3G6CTP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-BOF8HI1N7X0BZIDNBA6XB8EFR.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-BOF8HI1N7X0BZIDNBA6XB8EFR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-9HHQ21JTAYCQ7I1GKG5VWV47O.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-9HHQ21JTAYCQ7I1GKG5VWV47O.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-N4X4OM9290G55ELFNIFR0I6N.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-N4X4OM9290G55ELFNIFR0I6N.scan
2026-04-15 01:15:40.930 xcodebuild[632:3801] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: note: a dependency of main module 'ContactsChangeNotifier'
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver ContactsChangeNotifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
	Building workspace spi-builder-workspace with scheme ContactsChangeNotifier
(2 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ContactsChangeNotifier: /Users/admin/builder/spi-builder-workspace
resolved source packages: ContactsChangeNotifier
2026-04-15 01:15:47.445 xcodebuild[663:4050] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ContactsChangeNotifier",
  "name" : "ContactsChangeNotifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ContactsChangeNotifier",
      "targets" : [
        "ContactsChangeNotifier",
        "ContactStoreChangeHistory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ContactsChangeNotifier",
      "module_type" : "SwiftTarget",
      "name" : "ContactsChangeNotifier",
      "path" : "Sources/ContactsChangeNotifier",
      "product_memberships" : [
        "ContactsChangeNotifier"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ContactsChangeNotifier.swift",
        "HistoryTokenStorage/CloudKitHistoryTokenStorage.swift",
        "HistoryTokenStorage/HistoryTokenStorage.swift",
        "HistoryTokenStorage/UserDefaultsHistoryTokenStorage.swift"
      ],
      "target_dependencies" : [
        "ContactStoreChangeHistory"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ContactStoreChangeHistory",
      "module_type" : "ClangTarget",
      "name" : "ContactStoreChangeHistory",
      "path" : "Sources/ContactStoreChangeHistory",
      "product_memberships" : [
        "ContactsChangeNotifier"
      ],
      "sources" : [
        "CNContactStore+ChangeHistory.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ContactsChangeNotifier"
    ]
  }
}
2026-04-15 01:15:48.600 xcodebuild[673:4147] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ContactsChangeNotifier -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 ContactsChangeNotifier -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  ContactsChangeNotifier: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactStoreChangeHistory' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactsChangeNotifier_ContactsChangeNotifier' in project 'ContactsChangeNotifier'
    Target 'ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactsChangeNotifier_ContactsChangeNotifier' in project 'ContactsChangeNotifier'
        ➜ Explicit dependency on target 'ContactStoreChangeHistory' in project 'ContactsChangeNotifier'
    Target 'ContactStoreChangeHistory' in project 'ContactsChangeNotifier' (no dependencies)
    Target 'ContactsChangeNotifier_ContactsChangeNotifier' in project 'ContactsChangeNotifier' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver ContactsChangeNotifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ContactsChangeNotifier -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ContactStoreChangeHistory.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier.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/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/ContactStoreChangeHistory/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.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/ContactsChangeNotifier.build/Debug/ContactsChangeNotifier.build/Objects-normal/arm64/ContactsChangeNotifier-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: note: A dependency of main module 'ContactsChangeNotifier'
import UIKit
       ^ (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-C05Q6C0G4TN3AYVXNSE5XE66F.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-C05Q6C0G4TN3AYVXNSE5XE66F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-B0USGAT9ZS1IUWS4IQ1Y95KI1.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-B0USGAT9ZS1IUWS4IQ1Y95KI1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-W4VKJUI5G6QIZ3K3I1B0B6J8.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-W4VKJUI5G6QIZ3K3I1B0B6J8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-96NKTZN8LH04X7GJK1O3G6CTP.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-96NKTZN8LH04X7GJK1O3G6CTP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-9HHQ21JTAYCQ7I1GKG5VWV47O.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-9HHQ21JTAYCQ7I1GKG5VWV47O.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-N4X4OM9290G55ELFNIFR0I6N.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-N4X4OM9290G55ELFNIFR0I6N.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-BOF8HI1N7X0BZIDNBA6XB8EFR.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-BOF8HI1N7X0BZIDNBA6XB8EFR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-74WR43KG1JRHTLAI1KHAHAMOB.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-74WR43KG1JRHTLAI1KHAHAMOB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6QH16OWZM5ZSA1VYID0WUYSEG.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6QH16OWZM5ZSA1VYID0WUYSEG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-F5HARCMDO7S4G7J6FUFDAP86G.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-F5HARCMDO7S4G7J6FUFDAP86G.scan
2026-04-15 01:15:49.612 xcodebuild[676:4180] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25ef37712138294c90dc7a660f634667aa4b624f, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ContactsChangeNotifier/ContactsChangeNotifier.swift:8:8: note: a dependency of main module 'ContactsChangeNotifier'
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver ContactsChangeNotifier normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ContactsChangeNotifier' from project 'ContactsChangeNotifier')
	Building workspace spi-builder-workspace with scheme ContactsChangeNotifier
(2 failures)
BUILD FAILURE 6.3 macosXcodebuild