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

Failed to build AECoreDataUI, reference 4.1.2 (6abee8), with Swift 6.1 for iOS using Xcode 16.3 on 25 Apr 2025 01:16:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AECoreDataUI -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AECoreDataUI.git
Reference: 4.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AECoreDataUI
 * tag               4.1.2      -> FETCH_HEAD
HEAD is now at 6abee8a Merge branch 'develop'
Cloned https://github.com/tadija/AECoreDataUI.git
Revision (git rev-parse @):
6abee8aeee6813a065d9c9df3c3580809be8c3ce
SUCCESS checkout https://github.com/tadija/AECoreDataUI.git at 4.1.2
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tadija/AECoreDataUI.git
https://github.com/tadija/AECoreDataUI.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AECoreDataUI",
  "name" : "AECoreDataUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AECoreDataUI",
      "targets" : [
        "AECoreDataUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AECoreDataUITests",
      "module_type" : "SwiftTarget",
      "name" : "AECoreDataUITests",
      "path" : "Tests/AECoreDataUITests",
      "sources" : [
        "AECoreDataUITests.swift"
      ],
      "target_dependencies" : [
        "AECoreDataUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AECoreDataUI",
      "module_type" : "SwiftTarget",
      "name" : "AECoreDataUI",
      "path" : "Sources/AECoreDataUI",
      "product_memberships" : [
        "AECoreDataUI"
      ],
      "sources" : [
        "CoreDataCollectionViewController.swift",
        "CoreDataTableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AECoreDataUI",
  "name" : "AECoreDataUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AECoreDataUI",
      "targets" : [
        "AECoreDataUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AECoreDataUITests",
      "module_type" : "SwiftTarget",
      "name" : "AECoreDataUITests",
      "path" : "Tests/AECoreDataUITests",
      "sources" : [
        "AECoreDataUITests.swift"
      ],
      "target_dependencies" : [
        "AECoreDataUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AECoreDataUI",
      "module_type" : "SwiftTarget",
      "name" : "AECoreDataUI",
      "path" : "Sources/AECoreDataUI",
      "product_memberships" : [
        "AECoreDataUI"
      ],
      "sources" : [
        "CoreDataCollectionViewController.swift",
        "CoreDataTableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AECoreDataUI",
    "schemes" : [
      "AECoreDataUI"
    ],
    "targets" : [
      "AECoreDataUI",
      "AECoreDataUITests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AECoreDataUI -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AECoreDataUI -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AECoreDataUI' in project 'AECoreDataUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 402e78bed7dc6585d1e57a9291ef0ea1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/402e78bed7dc6585d1e57a9291ef0ea1.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    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
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/module.modulemap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module.modulemap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-OutputFileMap.json (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftConstValuesFileList (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.LinkFileList (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios8.0 '-std=gnu99' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=AECoreDataUI' -fapplication-extension -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI.hmap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI.DependencyStaticMetadataFileList (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI.DependencyMetadataFileList (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.hmap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-target-headers.hmap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Headers/AECoreDataUI.h /Users/admin/builder/spi-builder-workspace/Resources/AECoreDataUI.h (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/Resources/AECoreDataUI.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/module.modulemap (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Headers (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Resources/AECoreDataUI.plist (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Resources/AECoreDataUI.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Info.plist
SwiftDriver AECoreDataUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AECoreDataUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CoreDataCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:172:15: warning: main actor-isolated instance method 'controller(_:didChange:at:for:newIndexPath:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:172:15: note: add 'nonisolated' to 'controller(_:didChange:at:for:newIndexPath:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:24:74: note: add '@preconcurrency' to the 'NSFetchedResultsControllerDelegate' conformance to defer isolation checking to run time
open class CoreDataCollectionViewController: UICollectionViewController, NSFetchedResultsControllerDelegate {
                                                                         ^
                                                                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:156:15: warning: main actor-isolated instance method 'controller(_:didChange:atSectionIndex:for:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:156:15: note: add 'nonisolated' to 'controller(_:didChange:atSectionIndex:for:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:209:15: warning: main actor-isolated instance method 'controllerDidChangeContent' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:209:15: note: add 'nonisolated' to 'controllerDidChangeContent' to make this instance method not isolated to the actor
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
    nonisolated
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745543752713043-swift-frontend-AECoreDataUI-CoreDataCollectionViewController.swift-arm64_apple_ios8.0-o-Onone-520083168.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7021 seconds (6.0563 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0275 (  5.7%)   0.0346 ( 15.6%)   0.0621 (  8.8%)   2.7036 ( 44.6%)  parse-and-resolve-imports
   0.0275 (  5.7%)   0.0346 ( 15.5%)   0.0621 (  8.8%)   2.7036 ( 44.6%)  Import resolution
   0.0667 ( 13.9%)   0.0241 ( 10.8%)   0.0908 ( 12.9%)   0.1041 (  1.7%)  perform-sema
   0.0664 ( 13.8%)   0.0241 ( 10.8%)   0.0905 ( 12.9%)   0.1038 (  1.7%)  Type checking and Semantic analysis
   0.0777 ( 16.2%)   0.0193 (  8.7%)   0.0970 ( 13.8%)   0.0971 (  1.6%)  build-rewrite-system
   0.0345 (  7.2%)   0.0182 (  8.2%)   0.0528 (  7.5%)   0.0660 (  1.1%)  typecheck-decl
   0.0450 (  9.4%)   0.0140 (  6.3%)   0.0590 (  8.4%)   0.0608 (  1.0%)  typecheck-expr
   0.0456 (  9.5%)   0.0129 (  5.8%)   0.0585 (  8.3%)   0.0600 (  1.0%)  typecheck-stmt
   0.0273 (  5.7%)   0.0143 (  6.4%)   0.0416 (  5.9%)   0.0441 (  0.7%)  import-clang-decl
   0.0013 (  0.3%)   0.0062 (  2.8%)   0.0076 (  1.1%)   0.0314 (  0.5%)  load-stdlib
   0.0217 (  4.5%)   0.0080 (  3.6%)   0.0298 (  4.2%)   0.0309 (  0.5%)  precheck-target
   0.0082 (  1.7%)   0.0058 (  2.6%)   0.0141 (  2.0%)   0.0144 (  0.2%)  IRGen
   0.0090 (  1.9%)   0.0021 (  1.0%)   0.0111 (  1.6%)   0.0111 (  0.2%)  SILGen
   0.0068 (  1.4%)   0.0015 (  0.7%)   0.0083 (  1.2%)   0.0083 (  0.1%)  SILGen-function
   0.0059 (  1.2%)   0.0023 (  1.0%)   0.0082 (  1.2%)   0.0082 (  0.1%)  load-all-members
   0.0077 (  1.6%)   0.0004 (  0.2%)   0.0081 (  1.2%)   0.0081 (  0.1%)  SIL optimization
   0.0005 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4796 (100.0%)   0.2226 (100.0%)   0.7021 (100.0%)   6.0563 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8927 seconds (4.6000 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2262 (100.0%)   0.6665 (100.0%)   1.8927 (100.0%)   4.6000 (100.0%)  Building Target
   1.2262 (100.0%)   0.6665 (100.0%)   1.8927 (100.0%)   4.6000 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ AECoreDataUI (in target 'AECoreDataUI' from project 'AECoreDataUI')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745543752712963-swift-frontend-AECoreDataUI-all-arm64_apple_ios8.0-swiftmodule-Onone-794046287.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.2493 seconds (5.8291 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9271 ( 47.0%)   0.5122 ( 44.5%)   2.4393 ( 46.5%)   2.7037 ( 46.4%)  parse-and-resolve-imports
   1.9271 ( 47.0%)   0.5122 ( 44.5%)   2.4393 ( 46.5%)   2.7036 ( 46.4%)  Import resolution
   0.0451 (  1.1%)   0.0219 (  1.9%)   0.0670 (  1.3%)   0.0776 (  1.3%)  perform-sema
   0.0448 (  1.1%)   0.0218 (  1.9%)   0.0667 (  1.3%)   0.0772 (  1.3%)  Type checking and Semantic analysis
   0.0445 (  1.1%)   0.0218 (  1.9%)   0.0663 (  1.3%)   0.0768 (  1.3%)  typecheck-decl
   0.0257 (  0.6%)   0.0086 (  0.7%)   0.0343 (  0.7%)   0.0361 (  0.6%)  typecheck-expr
   0.0237 (  0.6%)   0.0083 (  0.7%)   0.0320 (  0.6%)   0.0339 (  0.6%)  typecheck-stmt
   0.0107 (  0.3%)   0.0106 (  0.9%)   0.0213 (  0.4%)   0.0310 (  0.5%)  load-stdlib
   0.0132 (  0.3%)   0.0114 (  1.0%)   0.0246 (  0.5%)   0.0278 (  0.5%)  import-clang-decl
   0.0151 (  0.4%)   0.0075 (  0.6%)   0.0226 (  0.4%)   0.0238 (  0.4%)  precheck-target
   0.0060 (  0.1%)   0.0053 (  0.5%)   0.0113 (  0.2%)   0.0121 (  0.2%)  SIL optimization
   0.0064 (  0.2%)   0.0017 (  0.1%)   0.0081 (  0.2%)   0.0081 (  0.1%)  load-all-members
   0.0041 (  0.1%)   0.0028 (  0.2%)   0.0069 (  0.1%)   0.0069 (  0.1%)  SILGen
   0.0022 (  0.1%)   0.0015 (  0.1%)   0.0037 (  0.1%)   0.0037 (  0.1%)  SILGen-function
   0.0008 (  0.0%)   0.0020 (  0.2%)   0.0028 (  0.1%)   0.0031 (  0.1%)  Serialization, swiftmodule
   0.0003 (  0.0%)   0.0012 (  0.1%)   0.0015 (  0.0%)   0.0020 (  0.0%)  Serialization, swiftdoc
   0.0009 (  0.0%)   0.0003 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  build-rewrite-system
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   4.0983 (100.0%)   1.1511 (100.0%)   5.2493 (100.0%)   5.8291 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5719 seconds (2.8613 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.0081 (100.0%)   0.5638 (100.0%)   2.5719 (100.0%)   2.8613 (100.0%)  Building Target
   2.0081 (100.0%)   0.5638 (100.0%)   2.5719 (100.0%)   2.8613 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:129:15: warning: main actor-isolated instance method 'controller(_:didChange:at:for:newIndexPath:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:129:15: note: add 'nonisolated' to 'controller(_:didChange:at:for:newIndexPath:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:24:64: note: add '@preconcurrency' to the 'NSFetchedResultsControllerDelegate' conformance to defer isolation checking to run time
open class CoreDataTableViewController: UITableViewController, NSFetchedResultsControllerDelegate {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:112:15: warning: main actor-isolated instance method 'controller(_:didChange:atSectionIndex:for:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:112:15: note: add 'nonisolated' to 'controller(_:didChange:atSectionIndex:for:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:105:15: warning: main actor-isolated instance method 'controllerWillChangeContent' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controllerWillChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:105:15: note: add 'nonisolated' to 'controllerWillChangeContent' to make this instance method not isolated to the actor
    open func controllerWillChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:168:15: warning: main actor-isolated instance method 'controllerDidChangeContent' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:168:15: note: add 'nonisolated' to 'controllerDidChangeContent' to make this instance method not isolated to the actor
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:172:15: warning: main actor-isolated instance method 'controller(_:didChange:at:for:newIndexPath:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:172:15: note: add 'nonisolated' to 'controller(_:didChange:at:for:newIndexPath:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:24:74: note: add '@preconcurrency' to the 'NSFetchedResultsControllerDelegate' conformance to defer isolation checking to run time
open class CoreDataCollectionViewController: UICollectionViewController, NSFetchedResultsControllerDelegate {
                                                                         ^
                                                                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:156:15: warning: main actor-isolated instance method 'controller(_:didChange:atSectionIndex:for:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:156:15: note: add 'nonisolated' to 'controller(_:didChange:atSectionIndex:for:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:209:15: warning: main actor-isolated instance method 'controllerDidChangeContent' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift:209:15: note: add 'nonisolated' to 'controllerDidChangeContent' to make this instance method not isolated to the actor
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
    nonisolated
SwiftCompile normal arm64 Compiling\ CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745543752712896-swift-frontend-AECoreDataUI-CoreDataTableViewController.swift-arm64_apple_ios8.0-o-Onone-3456416941.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8475 seconds (6.0589 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0732 ( 12.6%)   0.0596 ( 22.3%)   0.1327 ( 15.7%)   2.6882 ( 44.4%)  parse-and-resolve-imports
   0.0731 ( 12.6%)   0.0596 ( 22.3%)   0.1327 ( 15.7%)   2.6881 ( 44.4%)  Import resolution
   0.0692 ( 11.9%)   0.0234 (  8.7%)   0.0926 ( 10.9%)   0.1076 (  1.8%)  perform-sema
   0.0689 ( 11.9%)   0.0233 (  8.7%)   0.0922 ( 10.9%)   0.1073 (  1.8%)  Type checking and Semantic analysis
   0.0765 ( 13.2%)   0.0187 (  7.0%)   0.0952 ( 11.2%)   0.0953 (  1.6%)  build-rewrite-system
   0.0511 (  8.8%)   0.0144 (  5.4%)   0.0655 (  7.7%)   0.0688 (  1.1%)  typecheck-stmt
   0.0477 (  8.2%)   0.0138 (  5.2%)   0.0615 (  7.3%)   0.0648 (  1.1%)  typecheck-expr
   0.0338 (  5.8%)   0.0148 (  5.5%)   0.0486 (  5.7%)   0.0633 (  1.0%)  typecheck-decl
   0.0277 (  4.8%)   0.0148 (  5.5%)   0.0425 (  5.0%)   0.0473 (  0.8%)  import-clang-decl
   0.0013 (  0.2%)   0.0044 (  1.7%)   0.0057 (  0.7%)   0.0468 (  0.8%)  load-stdlib
   0.0237 (  4.1%)   0.0101 (  3.8%)   0.0338 (  4.0%)   0.0365 (  0.6%)  precheck-target
   0.0074 (  1.3%)   0.0060 (  2.3%)   0.0134 (  1.6%)   0.0139 (  0.2%)  IRGen
   0.0078 (  1.3%)   0.0018 (  0.7%)   0.0096 (  1.1%)   0.0096 (  0.2%)  SILGen
   0.0074 (  1.3%)   0.0003 (  0.1%)   0.0078 (  0.9%)   0.0078 (  0.1%)  SIL optimization
   0.0058 (  1.0%)   0.0011 (  0.4%)   0.0069 (  0.8%)   0.0069 (  0.1%)  SILGen-function
   0.0051 (  0.9%)   0.0014 (  0.5%)   0.0066 (  0.8%)   0.0066 (  0.1%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.5800 (100.0%)   0.2675 (100.0%)   0.8475 (100.0%)   6.0589 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9584 seconds (4.5960 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2619 (100.0%)   0.6965 (100.0%)   1.9584 (100.0%)   4.5960 (100.0%)  Building Target
   1.2619 (100.0%)   0.6965 (100.0%)   1.9584 (100.0%)   4.5960 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:129:15: warning: main actor-isolated instance method 'controller(_:didChange:at:for:newIndexPath:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:129:15: note: add 'nonisolated' to 'controller(_:didChange:at:for:newIndexPath:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:24:64: note: add '@preconcurrency' to the 'NSFetchedResultsControllerDelegate' conformance to defer isolation checking to run time
open class CoreDataTableViewController: UITableViewController, NSFetchedResultsControllerDelegate {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:112:15: warning: main actor-isolated instance method 'controller(_:didChange:atSectionIndex:for:)' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:112:15: note: add 'nonisolated' to 'controller(_:didChange:atSectionIndex:for:)' to make this instance method not isolated to the actor
    open func controller(_ controller: NSFetchedResultsController<NSFetchRequestResult>,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:105:15: warning: main actor-isolated instance method 'controllerWillChangeContent' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controllerWillChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:105:15: note: add 'nonisolated' to 'controllerWillChangeContent' to make this instance method not isolated to the actor
    open func controllerWillChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:168:15: warning: main actor-isolated instance method 'controllerDidChangeContent' cannot be used to satisfy nonisolated requirement from protocol 'NSFetchedResultsControllerDelegate'; this is an error in the Swift 6 language mode
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift:168:15: note: add 'nonisolated' to 'controllerDidChangeContent' to make this instance method not isolated to the actor
    open func controllerDidChangeContent(_ controller: NSFetchedResultsController<NSFetchRequestResult>) {
              ^
    nonisolated
SwiftDriverJobDiscovery normal arm64 Emitting module for AECoreDataUI (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftDriver\ Compilation\ Requirements AECoreDataUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AECoreDataUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Headers/AECoreDataUI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Headers/AECoreDataUI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.abi.json (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftdoc (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftmodule (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftsourceinfo (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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 -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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 -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftDriver\ Compilation AECoreDataUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AECoreDataUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -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/AECoreDataUI.framework/AECoreDataUI normal (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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 -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 -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.LinkFileList -install_name @rpath/AECoreDataUI.framework/AECoreDataUI -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/AECoreDataUI
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'AECoreDataUI' from project 'AECoreDataUI')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/AECoreDataUI normal (in target 'AECoreDataUI' from project 'AECoreDataUI')
	Building project AECoreDataUI with scheme AECoreDataUI
(2 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AECoreDataUI",
  "name" : "AECoreDataUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AECoreDataUI",
      "targets" : [
        "AECoreDataUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AECoreDataUITests",
      "module_type" : "SwiftTarget",
      "name" : "AECoreDataUITests",
      "path" : "Tests/AECoreDataUITests",
      "sources" : [
        "AECoreDataUITests.swift"
      ],
      "target_dependencies" : [
        "AECoreDataUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AECoreDataUI",
      "module_type" : "SwiftTarget",
      "name" : "AECoreDataUI",
      "path" : "Sources/AECoreDataUI",
      "product_memberships" : [
        "AECoreDataUI"
      ],
      "sources" : [
        "CoreDataCollectionViewController.swift",
        "CoreDataTableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AECoreDataUI",
    "schemes" : [
      "AECoreDataUI"
    ],
    "targets" : [
      "AECoreDataUI",
      "AECoreDataUITests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AECoreDataUI -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AECoreDataUI -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AECoreDataUI' in project 'AECoreDataUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1cb7c26efdf93137919682c3075d8349
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1cb7c26efdf93137919682c3075d8349.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Resources/AECoreDataUI.plist (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Resources/AECoreDataUI.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Info.plist
SwiftDriver AECoreDataUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AECoreDataUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ AECoreDataUI (in target 'AECoreDataUI' from project 'AECoreDataUI')
EmitSwiftModule normal arm64 (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ CoreDataCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for AECoreDataUI (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftDriver\ Compilation\ Requirements AECoreDataUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AECoreDataUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.abi.json (in target 'AECoreDataUI' from project 'AECoreDataUI')
    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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/AECoreDataUI.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
SwiftDriver\ Compilation AECoreDataUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AECoreDataUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.SwiftFileList -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.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/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -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/AECoreDataUI.framework/AECoreDataUI normal (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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 -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 -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.LinkFileList -install_name @rpath/AECoreDataUI.framework/AECoreDataUI -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/AECoreDataUI
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'AECoreDataUI' from project 'AECoreDataUI')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/AECoreDataUI normal (in target 'AECoreDataUI' from project 'AECoreDataUI')
	Building project AECoreDataUI with scheme AECoreDataUI
(2 failures)
BUILD FAILURE 6.1 iOS