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 master (6abee8), with Swift 6.0 for iOS using Xcode 16.2 on 27 Nov 2024 01:00:03 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AECoreDataUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AECoreDataUI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tadija/AECoreDataUI.git
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
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.1.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.1.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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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
Prepare packages
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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 10958dccbe61bf573c68db729d653346
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/10958dccbe61bf573c68db729d653346.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
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
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache
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
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
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/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/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/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/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_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/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-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/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.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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.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
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
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
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.1.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.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -application-extension -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -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 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -module-name AECoreDataUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.abi.json
EmitSwiftModule normal arm64 (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -application-extension -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -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 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -module-name AECoreDataUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI.swiftmodule -emit-abi-descriptor-path /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/Sources/AECoreDataUI/CoreDataTableViewController.swift:129:15: warning: main actor-isolated instance method 'controller(_:didChange:at:for:newIndexPath:)' cannot be used to satisfy nonisolated protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:13:19: note: 'controller(_:didChange:at:for:newIndexPath:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange anObject: Any, at indexPath: IndexPath?, for type: NSFetchedResultsChangeType, newIndexPath: IndexPath?)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:17:19: note: 'controller(_:didChange:atSectionIndex:for:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange sectionInfo: any NSFetchedResultsSectionInfo, atSectionIndex sectionIndex: Int, for type: NSFetchedResultsChangeType)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:21:19: note: 'controllerWillChangeContent' declared here
    optional func controllerWillChangeContent(_ controller: NSFetchedResultsController<any NSFetchRequestResult>)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:23:19: note: 'controllerDidChangeContent' declared here
    optional func controllerDidChangeContent(_ controller: NSFetchedResultsController<any NSFetchRequestResult>)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:13:19: note: 'controller(_:didChange:at:for:newIndexPath:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange anObject: Any, at indexPath: IndexPath?, for type: NSFetchedResultsChangeType, newIndexPath: IndexPath?)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:17:19: note: 'controller(_:didChange:atSectionIndex:for:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange sectionInfo: any NSFetchedResultsSectionInfo, atSectionIndex sectionIndex: Int, for type: NSFetchedResultsChangeType)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:23:19: note: 'controllerDidChangeContent' declared here
    optional func controllerDidChangeContent(_ controller: NSFetchedResultsController<any NSFetchRequestResult>)
                  ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1732669195919348-swift-frontend-AECoreDataUI-all-arm64_apple_ios8.0-swiftmodule-Onone-3673493456.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.8464 seconds (6.3217 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8433 ( 42.8%)   0.5130 ( 33.3%)   2.3563 ( 40.3%)   2.5627 ( 40.5%)  parse-and-resolve-imports
   1.8433 ( 42.8%)   0.5130 ( 33.3%)   2.3562 ( 40.3%)   2.5626 ( 40.5%)  Import resolution
   0.0564 (  1.3%)   0.0503 (  3.3%)   0.1067 (  1.8%)   0.1115 (  1.8%)  perform-sema
   0.0562 (  1.3%)   0.0503 (  3.3%)   0.1065 (  1.8%)   0.1112 (  1.8%)  TypeCheckSourceFileRequest
   0.0561 (  1.3%)   0.0502 (  3.3%)   0.1064 (  1.8%)   0.1111 (  1.8%)  Type checking and Semantic analysis
   0.0558 (  1.3%)   0.0501 (  3.2%)   0.1058 (  1.8%)   0.1106 (  1.7%)  typecheck-decl
   0.0359 (  0.8%)   0.0294 (  1.9%)   0.0653 (  1.1%)   0.0662 (  1.0%)  InterfaceTypeRequest
   0.0312 (  0.7%)   0.0215 (  1.4%)   0.0526 (  0.9%)   0.0535 (  0.8%)  typecheck-expr
   0.0295 (  0.7%)   0.0206 (  1.3%)   0.0501 (  0.9%)   0.0510 (  0.8%)  SimpleDidSetRequest
   0.0295 (  0.7%)   0.0206 (  1.3%)   0.0501 (  0.9%)   0.0510 (  0.8%)  TypeCheckFunctionBodyRequest
   0.0286 (  0.7%)   0.0196 (  1.3%)   0.0482 (  0.8%)   0.0490 (  0.8%)  typecheck-stmt
   0.0271 (  0.6%)   0.0167 (  1.1%)   0.0438 (  0.7%)   0.0439 (  0.7%)  QualifiedLookupRequest
   0.0171 (  0.4%)   0.0166 (  1.1%)   0.0337 (  0.6%)   0.0387 (  0.6%)  ExecuteSILPipelineRequest
   0.0246 (  0.6%)   0.0129 (  0.8%)   0.0374 (  0.6%)   0.0378 (  0.6%)  DirectLookupRequest
   0.0097 (  0.2%)   0.0108 (  0.7%)   0.0205 (  0.4%)   0.0316 (  0.5%)  load-stdlib
   0.0176 (  0.4%)   0.0123 (  0.8%)   0.0299 (  0.5%)   0.0315 (  0.5%)  UnqualifiedLookupRequest
   0.0173 (  0.4%)   0.0119 (  0.8%)   0.0292 (  0.5%)   0.0309 (  0.5%)  performUnqualifiedLookup
   0.0155 (  0.4%)   0.0111 (  0.7%)   0.0266 (  0.5%)   0.0272 (  0.4%)  precheck-expr
   0.0090 (  0.2%)   0.0116 (  0.8%)   0.0206 (  0.4%)   0.0228 (  0.4%)  ABIMembersRequest
   0.0095 (  0.2%)   0.0105 (  0.7%)   0.0200 (  0.3%)   0.0219 (  0.3%)  LookupConformanceInModuleRequest
   0.0094 (  0.2%)   0.0102 (  0.7%)   0.0197 (  0.3%)   0.0207 (  0.3%)  import-clang-decl
   0.0069 (  0.2%)   0.0092 (  0.6%)   0.0161 (  0.3%)   0.0167 (  0.3%)  ActorIsolationRequest
   0.0049 (  0.1%)   0.0045 (  0.3%)   0.0094 (  0.2%)   0.0120 (  0.2%)  LookupInModuleRequest
   0.0068 (  0.2%)   0.0046 (  0.3%)   0.0115 (  0.2%)   0.0117 (  0.2%)  ASTLoweringRequest
   0.0068 (  0.2%)   0.0046 (  0.3%)   0.0114 (  0.2%)   0.0116 (  0.2%)  SILgen-decl
   0.0064 (  0.1%)   0.0031 (  0.2%)   0.0095 (  0.2%)   0.0102 (  0.2%)  SIL optimization
   0.0061 (  0.1%)   0.0032 (  0.2%)   0.0093 (  0.2%)   0.0093 (  0.1%)  load-all-members
   0.0035 (  0.1%)   0.0030 (  0.2%)   0.0065 (  0.1%)   0.0069 (  0.1%)  PatternBindingEntryRequest
   0.0038 (  0.1%)   0.0027 (  0.2%)   0.0065 (  0.1%)   0.0069 (  0.1%)  ResolveTypeRequest
   0.0040 (  0.1%)   0.0026 (  0.2%)   0.0065 (  0.1%)   0.0068 (  0.1%)  SILGen-function
   0.0010 (  0.0%)   0.0033 (  0.2%)   0.0043 (  0.1%)   0.0063 (  0.1%)  ModuleQualifiedLookupRequest
   0.0014 (  0.0%)   0.0034 (  0.2%)   0.0049 (  0.1%)   0.0063 (  0.1%)  ResolveImplicitMemberRequest
   0.0030 (  0.1%)   0.0031 (  0.2%)   0.0061 (  0.1%)   0.0063 (  0.1%)  IsObjCRequest
   0.0027 (  0.1%)   0.0023 (  0.1%)   0.0050 (  0.1%)   0.0052 (  0.1%)  StoredPropertiesRequest
   0.0017 (  0.0%)   0.0029 (  0.2%)   0.0046 (  0.1%)   0.0046 (  0.1%)  ResolveValueWitnessesRequest
   0.0014 (  0.0%)   0.0019 (  0.1%)   0.0033 (  0.1%)   0.0044 (  0.1%)  InheritedDeclsReferencedRequest
   0.0017 (  0.0%)   0.0026 (  0.2%)   0.0042 (  0.1%)   0.0043 (  0.1%)  AttachedPropertyWrappersRequest
   0.0010 (  0.0%)   0.0018 (  0.1%)   0.0028 (  0.0%)   0.0039 (  0.1%)  SuperclassDeclRequest
   0.0012 (  0.0%)   0.0015 (  0.1%)   0.0027 (  0.0%)   0.0029 (  0.0%)  ValueWitnessRequest
   0.0010 (  0.0%)   0.0011 (  0.1%)   0.0021 (  0.0%)   0.0024 (  0.0%)  PatternTypeRequest
   0.0015 (  0.0%)   0.0008 (  0.0%)   0.0023 (  0.0%)   0.0023 (  0.0%)  OverriddenDeclsRequest
   0.0013 (  0.0%)   0.0009 (  0.1%)   0.0022 (  0.0%)   0.0022 (  0.0%)  Serialization, swiftmodule
   0.0011 (  0.0%)   0.0010 (  0.1%)   0.0021 (  0.0%)   0.0021 (  0.0%)  PotentialMacroExpansionsInContextRequest
   0.0008 (  0.0%)   0.0012 (  0.1%)   0.0020 (  0.0%)   0.0020 (  0.0%)  GenericSignatureRequest
   0.0004 (  0.0%)   0.0012 (  0.1%)   0.0016 (  0.0%)   0.0018 (  0.0%)  GlobalActorAttributeRequest
   0.0003 (  0.0%)   0.0009 (  0.1%)   0.0012 (  0.0%)   0.0016 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0010 (  0.1%)   0.0011 (  0.0%)   0.0013 (  0.0%)  GlobalActorInstanceRequest
   0.0008 (  0.0%)   0.0005 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  ExistentialConformsToSelfRequest
   0.0006 (  0.0%)   0.0006 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  ExpandPeerMacroRequest
   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0008 (  0.0%)   0.0012 (  0.0%)  SemanticBriefCommentRequest
   0.0009 (  0.0%)   0.0002 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  build-rewrite-system
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  LookupAllConformancesInContextRequest
   0.0005 (  0.0%)   0.0004 (  0.0%)   0.0009 (  0.0%)   0.0008 (  0.0%)  ExpandMemberAttributeMacros
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ResolveMacroRequest
   0.0004 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  HasIsolatedSelfRequest
   0.0005 (  0.0%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ResultTypeRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  LookupPrecedenceGroupRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  LookupInfixOperatorRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0005 (  0.0%)  CustomAttrNominalRequest
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  RequirementSignatureRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  OpaqueReadOwnershipRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  LocalDiscriminatorsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  IsFunctionBodySkippedRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  InheritedProtocolsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExpandExtensionMacros
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  FragileFunctionKindRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasInitAccessorRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AbstractGenericSignatureRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsStaticRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SelfAccessKindRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseTopLevelDeclsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AllInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  NeedsNewVTableEntryRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseSourceFileRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolDependenciesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CompareDeclSpecializationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllMembersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasMissingDesignatedInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StructuralRequirementsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  USRGenerationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangCategoryLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   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%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   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%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolvePatternRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExplicitCaughtTypeRequest
   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%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDefaultActorRequest
   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%)  ObjCRequirementMapRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   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%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultArgumentTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasSelfOrAssociatedTypeRequirementsRequest
   4.3058 (100.0%)   1.5406 (100.0%)   5.8464 (100.0%)   6.3217 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5491 seconds (2.7777 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9423 (100.0%)   0.6068 (100.0%)   2.5491 (100.0%)   2.7777 (100.0%)  Building Target
   1.9423 (100.0%)   0.6068 (100.0%)   2.5491 (100.0%)   2.7777 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.dia -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -application-extension -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -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 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -module-name AECoreDataUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.o -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.dia -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -application-extension -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -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 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -module-name AECoreDataUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.o -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataTableViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:13:19: note: 'controller(_:didChange:at:for:newIndexPath:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange anObject: Any, at indexPath: IndexPath?, for type: NSFetchedResultsChangeType, newIndexPath: IndexPath?)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:17:19: note: 'controller(_:didChange:atSectionIndex:for:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange sectionInfo: any NSFetchedResultsSectionInfo, atSectionIndex sectionIndex: Int, for type: NSFetchedResultsChangeType)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:21:19: note: 'controllerWillChangeContent' declared here
    optional func controllerWillChangeContent(_ controller: NSFetchedResultsController<any NSFetchRequestResult>)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:23:19: note: 'controllerDidChangeContent' declared here
    optional func controllerDidChangeContent(_ controller: NSFetchedResultsController<any NSFetchRequestResult>)
                  ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1732669195919266-swift-frontend-AECoreDataUI-CoreDataTableViewController.swift-arm64_apple_ios8.0-o-Onone-2907707104.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.0623 seconds (10.2074 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0251 (  1.0%)   0.0261 (  1.1%)   0.0513 (  1.0%)   2.5958 ( 25.4%)  parse-and-resolve-imports
   0.0251 (  1.0%)   0.0261 (  1.1%)   0.0512 (  1.0%)   2.5958 ( 25.4%)  Import resolution
   0.4772 ( 18.1%)   0.6668 ( 27.4%)   1.1439 ( 22.6%)   1.1450 ( 11.2%)  SemanticDeclAttrsRequest
   0.2546 (  9.7%)   0.3369 ( 13.9%)   0.5916 ( 11.7%)   0.5923 (  5.8%)  ActorIsolationRequest
   0.2932 ( 11.1%)   0.1983 (  8.2%)   0.4915 (  9.7%)   0.4924 (  4.8%)  USRGenerationRequest
   0.1339 (  5.1%)   0.1365 (  5.6%)   0.2704 (  5.3%)   0.2708 (  2.7%)  InterfaceTypeRequest
   0.1080 (  4.1%)   0.0858 (  3.5%)   0.1938 (  3.8%)   0.1942 (  1.9%)  CollectOverriddenDeclsRequest
   0.0896 (  3.4%)   0.0722 (  3.0%)   0.1617 (  3.2%)   0.1622 (  1.6%)  perform-sema
   0.0894 (  3.4%)   0.0721 (  3.0%)   0.1615 (  3.2%)   0.1620 (  1.6%)  TypeCheckSourceFileRequest
   0.0893 (  3.4%)   0.0721 (  3.0%)   0.1614 (  3.2%)   0.1618 (  1.6%)  Type checking and Semantic analysis
   0.0728 (  2.8%)   0.0606 (  2.5%)   0.1334 (  2.6%)   0.1339 (  1.3%)  TypeCheckFunctionBodyRequest
   0.0708 (  2.7%)   0.0591 (  2.4%)   0.1298 (  2.6%)   0.1303 (  1.3%)  typecheck-stmt
   0.0653 (  2.5%)   0.0538 (  2.2%)   0.1191 (  2.4%)   0.1195 (  1.2%)  typecheck-expr
   0.0746 (  2.8%)   0.0422 (  1.7%)   0.1168 (  2.3%)   0.1170 (  1.1%)  ProvideDefaultImplForRequest
   0.0788 (  3.0%)   0.0279 (  1.1%)   0.1067 (  2.1%)   0.1069 (  1.0%)  build-rewrite-system
   0.0472 (  1.8%)   0.0405 (  1.7%)   0.0877 (  1.7%)   0.0878 (  0.9%)  QualifiedLookupRequest
   0.0326 (  1.2%)   0.0394 (  1.6%)   0.0721 (  1.4%)   0.0726 (  0.7%)  IsDynamicRequest
   0.0393 (  1.5%)   0.0280 (  1.2%)   0.0673 (  1.3%)   0.0674 (  0.7%)  typecheck-decl
   0.0417 (  1.6%)   0.0239 (  1.0%)   0.0656 (  1.3%)   0.0653 (  0.6%)  LookupConformanceInModuleRequest
   0.0286 (  1.1%)   0.0355 (  1.5%)   0.0641 (  1.3%)   0.0642 (  0.6%)  AttachedPropertyWrappersRequest
   0.0013 (  0.0%)   0.0053 (  0.2%)   0.0066 (  0.1%)   0.0542 (  0.5%)  load-stdlib
   0.0292 (  1.1%)   0.0250 (  1.0%)   0.0542 (  1.1%)   0.0542 (  0.5%)  ExpandPeerMacroRequest
   0.0286 (  1.1%)   0.0226 (  0.9%)   0.0512 (  1.0%)   0.0513 (  0.5%)  precheck-expr
   0.0333 (  1.3%)   0.0166 (  0.7%)   0.0500 (  1.0%)   0.0501 (  0.5%)  DirectLookupRequest
   0.0285 (  1.1%)   0.0140 (  0.6%)   0.0425 (  0.8%)   0.0425 (  0.4%)  ExecuteSILPipelineRequest
   0.0269 (  1.0%)   0.0111 (  0.5%)   0.0380 (  0.8%)   0.0380 (  0.4%)  LookupAllConformancesInContextRequest
   0.0225 (  0.9%)   0.0140 (  0.6%)   0.0365 (  0.7%)   0.0365 (  0.4%)  UnqualifiedLookupRequest
   0.0209 (  0.8%)   0.0147 (  0.6%)   0.0356 (  0.7%)   0.0357 (  0.3%)  import-clang-decl
   0.0247 (  0.9%)   0.0104 (  0.4%)   0.0351 (  0.7%)   0.0353 (  0.3%)  LookupInModuleRequest
   0.0215 (  0.8%)   0.0125 (  0.5%)   0.0341 (  0.7%)   0.0341 (  0.3%)  performUnqualifiedLookup
   0.0196 (  0.7%)   0.0140 (  0.6%)   0.0336 (  0.7%)   0.0336 (  0.3%)  SimpleDidSetRequest
   0.0190 (  0.7%)   0.0139 (  0.6%)   0.0329 (  0.6%)   0.0330 (  0.3%)  ModuleQualifiedLookupRequest
   0.0181 (  0.7%)   0.0136 (  0.6%)   0.0317 (  0.6%)   0.0321 (  0.3%)  HasIsolatedSelfRequest
   0.0165 (  0.6%)   0.0104 (  0.4%)   0.0269 (  0.5%)   0.0268 (  0.3%)  ExpandMemberAttributeMacros
   0.0154 (  0.6%)   0.0107 (  0.4%)   0.0261 (  0.5%)   0.0262 (  0.3%)  GlobalActorAttributeRequest
   0.0088 (  0.3%)   0.0111 (  0.5%)   0.0199 (  0.4%)   0.0199 (  0.2%)  HasInitAccessorRequest
   0.0109 (  0.4%)   0.0088 (  0.4%)   0.0197 (  0.4%)   0.0197 (  0.2%)  ASTLoweringRequest
   0.0109 (  0.4%)   0.0082 (  0.3%)   0.0191 (  0.4%)   0.0193 (  0.2%)  IsFinalRequest
   0.0105 (  0.4%)   0.0086 (  0.4%)   0.0191 (  0.4%)   0.0191 (  0.2%)  SILgen-decl
   0.0093 (  0.4%)   0.0071 (  0.3%)   0.0163 (  0.3%)   0.0165 (  0.2%)  DynamicallyReplacedDeclRequest
   0.0100 (  0.4%)   0.0059 (  0.2%)   0.0159 (  0.3%)   0.0159 (  0.2%)  IRGenRequest
   0.0082 (  0.3%)   0.0068 (  0.3%)   0.0150 (  0.3%)   0.0150 (  0.1%)  SILGen-function
   0.0113 (  0.4%)   0.0023 (  0.1%)   0.0136 (  0.3%)   0.0135 (  0.1%)  AbstractGenericSignatureRequest
   0.0073 (  0.3%)   0.0046 (  0.2%)   0.0119 (  0.2%)   0.0119 (  0.1%)  IRGen
   0.0069 (  0.3%)   0.0050 (  0.2%)   0.0119 (  0.2%)   0.0118 (  0.1%)  OverriddenDeclsRequest
   0.0072 (  0.3%)   0.0037 (  0.2%)   0.0108 (  0.2%)   0.0109 (  0.1%)  ABIMembersRequest
   0.0046 (  0.2%)   0.0034 (  0.1%)   0.0080 (  0.2%)   0.0080 (  0.1%)  AccessLevelRequest
   0.0052 (  0.2%)   0.0021 (  0.1%)   0.0073 (  0.1%)   0.0073 (  0.1%)  load-all-members
   0.0039 (  0.1%)   0.0032 (  0.1%)   0.0071 (  0.1%)   0.0071 (  0.1%)  HasStorageRequest
   0.0065 (  0.2%)   0.0002 (  0.0%)   0.0066 (  0.1%)   0.0066 (  0.1%)  SIL optimization
   0.0032 (  0.1%)   0.0031 (  0.1%)   0.0063 (  0.1%)   0.0063 (  0.1%)  PotentialMacroExpansionsInContextRequest
   0.0034 (  0.1%)   0.0029 (  0.1%)   0.0063 (  0.1%)   0.0063 (  0.1%)  PatternBindingEntryRequest
   0.0028 (  0.1%)   0.0034 (  0.1%)   0.0062 (  0.1%)   0.0063 (  0.1%)  StoredPropertiesRequest
   0.0035 (  0.1%)   0.0026 (  0.1%)   0.0062 (  0.1%)   0.0061 (  0.1%)  LifetimeDependenceInfoRequest
   0.0032 (  0.1%)   0.0019 (  0.1%)   0.0051 (  0.1%)   0.0051 (  0.0%)  ResolveMacroRequest
   0.0024 (  0.1%)   0.0023 (  0.1%)   0.0047 (  0.1%)   0.0047 (  0.0%)  IsObjCRequest
   0.0028 (  0.1%)   0.0017 (  0.1%)   0.0044 (  0.1%)   0.0044 (  0.0%)  ResolveTypeRequest
   0.0026 (  0.1%)   0.0016 (  0.1%)   0.0041 (  0.1%)   0.0041 (  0.0%)  CustomAttrNominalRequest
   0.0017 (  0.1%)   0.0013 (  0.1%)   0.0030 (  0.1%)   0.0030 (  0.0%)  InheritedDeclsReferencedRequest
   0.0013 (  0.1%)   0.0016 (  0.1%)   0.0030 (  0.1%)   0.0030 (  0.0%)  GenericSignatureRequest
   0.0011 (  0.0%)   0.0012 (  0.0%)   0.0023 (  0.0%)   0.0023 (  0.0%)  ResolveValueWitnessesRequest
   0.0013 (  0.0%)   0.0009 (  0.0%)   0.0022 (  0.0%)   0.0022 (  0.0%)  ResolveImplicitMemberRequest
   0.0016 (  0.1%)   0.0004 (  0.0%)   0.0020 (  0.0%)   0.0020 (  0.0%)  RequirementSignatureRequest
   0.0011 (  0.0%)   0.0008 (  0.0%)   0.0019 (  0.0%)   0.0019 (  0.0%)  SPIGroupsRequest
   0.0010 (  0.0%)   0.0007 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  GenericParamListRequest
   0.0010 (  0.0%)   0.0006 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  IsActorRequest
   0.0007 (  0.0%)   0.0008 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  ValueWitnessRequest
   0.0008 (  0.0%)   0.0008 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  SuperclassDeclRequest
   0.0008 (  0.0%)   0.0005 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  ExistentialConformsToSelfRequest
   0.0009 (  0.0%)   0.0004 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  CompareDeclSpecializationRequest
   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  LookupInfixOperatorRequest
   0.0007 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   0.0011 (  0.0%)  ExpandExtensionMacros
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  PatternTypeRequest
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ProtocolDependenciesRequest
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0005 (  0.0%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  AllInheritedProtocolsRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsDistributedActorRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  InheritedProtocolsRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  EnumRawValuesRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ResultTypeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  PreCheckFunctionBodyRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ResultBuilderTypeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  DefaultTypeRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ParseTopLevelDeclsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ParseSourceFileRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LookupPrecedenceGroupRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ConditionalRequirementsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  OpaqueReadOwnershipRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsCallAsFunctionNominalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  NeedsNewVTableEntryRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DirectOperatorLookupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StructuralRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LocalDiscriminatorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   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.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandBodyMacroRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SelfAccessKindRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  IsStaticRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorInstanceRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StoredPropertiesAndMissingMembersRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicCallableAttributeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalTypeDeclsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllMembersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasMissingDesignatedInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangCategoryLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangRecordMemberLookup
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolvePatternRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangDirectLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   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%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   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%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   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%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BreakTargetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PublicSymbolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDefaultActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExplicitCaughtTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   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%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasSelfOrAssociatedTypeRequirementsRequest
   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%)  InitKindRequest
   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%)  ObjCRequirementMapRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureEffectsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckClosureBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.6321 (100.0%)   2.4302 (100.0%)   5.0623 (100.0%)  10.2074 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.8486 seconds (6.5177 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9458 (100.0%)   1.9028 (100.0%)   3.8486 (100.0%)   6.5177 (100.0%)  Building Target
   1.9458 (100.0%)   1.9028 (100.0%)   3.8486 (100.0%)   6.5177 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ CoreDataCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift (in target 'AECoreDataUI' from project 'AECoreDataUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.dia -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -application-extension -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -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 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -module-name AECoreDataUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.o -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1732669195919188-swift-frontend-AECoreDataUI-CoreDataCollectionViewController.swift-arm64_apple_ios8.0-o-Onone-663380657.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.1375 seconds (10.2869 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0265 (  1.0%)   0.0296 (  1.2%)   0.0561 (  1.1%)   2.5496 ( 24.8%)  parse-and-resolve-imports
   0.0265 (  1.0%)   0.0295 (  1.2%)   0.0560 (  1.1%)   2.5495 ( 24.8%)  Import resolution
   0.4805 ( 18.2%)   0.6756 ( 27.0%)   1.1561 ( 22.5%)   1.1574 ( 11.3%)  SemanticDeclAttrsRequest
   0.2557 (  9.7%)   0.3386 ( 13.6%)   0.5942 ( 11.6%)   0.5961 (  5.8%)  ActorIsolationRequest
   0.2984 ( 11.3%)   0.2001 (  8.0%)   0.4984 (  9.7%)   0.4989 (  4.8%)  USRGenerationRequest
   0.1329 (  5.0%)   0.1372 (  5.5%)   0.2702 (  5.3%)   0.2722 (  2.6%)  InterfaceTypeRequest
   0.1079 (  4.1%)   0.0868 (  3.5%)   0.1947 (  3.8%)   0.1946 (  1.9%)  CollectOverriddenDeclsRequest
   0.0870 (  3.3%)   0.0725 (  2.9%)   0.1595 (  3.1%)   0.1728 (  1.7%)  perform-sema
   0.0868 (  3.3%)   0.0725 (  2.9%)   0.1593 (  3.1%)   0.1727 (  1.7%)  TypeCheckSourceFileRequest
   0.0868 (  3.3%)   0.0724 (  2.9%)   0.1592 (  3.1%)   0.1725 (  1.7%)  Type checking and Semantic analysis
   0.0649 (  2.5%)   0.0545 (  2.2%)   0.1194 (  2.3%)   0.1216 (  1.2%)  TypeCheckFunctionBodyRequest
   0.0624 (  2.4%)   0.0528 (  2.1%)   0.1152 (  2.2%)   0.1175 (  1.1%)  typecheck-stmt
   0.0745 (  2.8%)   0.0430 (  1.7%)   0.1175 (  2.3%)   0.1173 (  1.1%)  ProvideDefaultImplForRequest
   0.0612 (  2.3%)   0.0525 (  2.1%)   0.1137 (  2.2%)   0.1162 (  1.1%)  typecheck-expr
   0.0798 (  3.0%)   0.0279 (  1.1%)   0.1077 (  2.1%)   0.1079 (  1.0%)  build-rewrite-system
   0.0482 (  1.8%)   0.0445 (  1.8%)   0.0927 (  1.8%)   0.0942 (  0.9%)  QualifiedLookupRequest
   0.0413 (  1.6%)   0.0315 (  1.3%)   0.0728 (  1.4%)   0.0856 (  0.8%)  typecheck-decl
   0.0327 (  1.2%)   0.0398 (  1.6%)   0.0725 (  1.4%)   0.0726 (  0.7%)  IsDynamicRequest
   0.0399 (  1.5%)   0.0255 (  1.0%)   0.0654 (  1.3%)   0.0723 (  0.7%)  LookupConformanceInModuleRequest
   0.0286 (  1.1%)   0.0352 (  1.4%)   0.0638 (  1.2%)   0.0639 (  0.6%)  AttachedPropertyWrappersRequest
   0.0321 (  1.2%)   0.0243 (  1.0%)   0.0565 (  1.1%)   0.0585 (  0.6%)  ExecuteSILPipelineRequest
   0.0334 (  1.3%)   0.0190 (  0.8%)   0.0525 (  1.0%)   0.0545 (  0.5%)  DirectLookupRequest
   0.0271 (  1.0%)   0.0242 (  1.0%)   0.0513 (  1.0%)   0.0529 (  0.5%)  precheck-expr
   0.0284 (  1.1%)   0.0240 (  1.0%)   0.0525 (  1.0%)   0.0526 (  0.5%)  ExpandPeerMacroRequest
   0.0259 (  1.0%)   0.0146 (  0.6%)   0.0405 (  0.8%)   0.0459 (  0.4%)  LookupInModuleRequest
   0.0233 (  0.9%)   0.0189 (  0.8%)   0.0422 (  0.8%)   0.0456 (  0.4%)  UnqualifiedLookupRequest
   0.0014 (  0.1%)   0.0064 (  0.3%)   0.0078 (  0.2%)   0.0453 (  0.4%)  load-stdlib
   0.0223 (  0.8%)   0.0173 (  0.7%)   0.0397 (  0.8%)   0.0430 (  0.4%)  performUnqualifiedLookup
   0.0270 (  1.0%)   0.0123 (  0.5%)   0.0393 (  0.8%)   0.0393 (  0.4%)  LookupAllConformancesInContextRequest
   0.0212 (  0.8%)   0.0145 (  0.6%)   0.0357 (  0.7%)   0.0384 (  0.4%)  import-clang-decl
   0.0193 (  0.7%)   0.0144 (  0.6%)   0.0337 (  0.7%)   0.0376 (  0.4%)  ModuleQualifiedLookupRequest
   0.0191 (  0.7%)   0.0132 (  0.5%)   0.0323 (  0.6%)   0.0340 (  0.3%)  SimpleDidSetRequest
   0.0181 (  0.7%)   0.0133 (  0.5%)   0.0314 (  0.6%)   0.0314 (  0.3%)  HasIsolatedSelfRequest
   0.0155 (  0.6%)   0.0109 (  0.4%)   0.0264 (  0.5%)   0.0277 (  0.3%)  GlobalActorAttributeRequest
   0.0168 (  0.6%)   0.0102 (  0.4%)   0.0270 (  0.5%)   0.0271 (  0.3%)  ExpandMemberAttributeMacros
   0.0138 (  0.5%)   0.0116 (  0.5%)   0.0254 (  0.5%)   0.0254 (  0.2%)  ASTLoweringRequest
   0.0129 (  0.5%)   0.0111 (  0.4%)   0.0240 (  0.5%)   0.0240 (  0.2%)  SILgen-decl
   0.0125 (  0.5%)   0.0090 (  0.4%)   0.0215 (  0.4%)   0.0230 (  0.2%)  IRGenRequest
   0.0080 (  0.3%)   0.0047 (  0.2%)   0.0127 (  0.2%)   0.0208 (  0.2%)  ABIMembersRequest
   0.0107 (  0.4%)   0.0095 (  0.4%)   0.0203 (  0.4%)   0.0203 (  0.2%)  SILGen-function
   0.0088 (  0.3%)   0.0112 (  0.4%)   0.0200 (  0.4%)   0.0200 (  0.2%)  HasInitAccessorRequest
   0.0109 (  0.4%)   0.0082 (  0.3%)   0.0191 (  0.4%)   0.0189 (  0.2%)  IsFinalRequest
   0.0095 (  0.4%)   0.0070 (  0.3%)   0.0165 (  0.3%)   0.0179 (  0.2%)  IRGen
   0.0093 (  0.4%)   0.0071 (  0.3%)   0.0165 (  0.3%)   0.0165 (  0.2%)  DynamicallyReplacedDeclRequest
   0.0114 (  0.4%)   0.0023 (  0.1%)   0.0137 (  0.3%)   0.0137 (  0.1%)  AbstractGenericSignatureRequest
   0.0065 (  0.2%)   0.0050 (  0.2%)   0.0115 (  0.2%)   0.0116 (  0.1%)  OverriddenDeclsRequest
   0.0044 (  0.2%)   0.0053 (  0.2%)   0.0096 (  0.2%)   0.0108 (  0.1%)  PatternBindingEntryRequest
   0.0056 (  0.2%)   0.0031 (  0.1%)   0.0087 (  0.2%)   0.0087 (  0.1%)  load-all-members
   0.0046 (  0.2%)   0.0035 (  0.1%)   0.0080 (  0.2%)   0.0081 (  0.1%)  AccessLevelRequest
   0.0074 (  0.3%)   0.0003 (  0.0%)   0.0078 (  0.2%)   0.0078 (  0.1%)  SIL optimization
   0.0017 (  0.1%)   0.0018 (  0.1%)   0.0035 (  0.1%)   0.0071 (  0.1%)  ResolveImplicitMemberRequest
   0.0040 (  0.2%)   0.0031 (  0.1%)   0.0071 (  0.1%)   0.0071 (  0.1%)  HasStorageRequest
   0.0030 (  0.1%)   0.0033 (  0.1%)   0.0063 (  0.1%)   0.0064 (  0.1%)  StoredPropertiesRequest
   0.0032 (  0.1%)   0.0032 (  0.1%)   0.0064 (  0.1%)   0.0064 (  0.1%)  PotentialMacroExpansionsInContextRequest
   0.0035 (  0.1%)   0.0025 (  0.1%)   0.0060 (  0.1%)   0.0061 (  0.1%)  LifetimeDependenceInfoRequest
   0.0032 (  0.1%)   0.0020 (  0.1%)   0.0052 (  0.1%)   0.0052 (  0.1%)  ResolveMacroRequest
   0.0026 (  0.1%)   0.0015 (  0.1%)   0.0041 (  0.1%)   0.0051 (  0.0%)  ResolveTypeRequest
   0.0019 (  0.1%)   0.0014 (  0.1%)   0.0034 (  0.1%)   0.0051 (  0.0%)  InheritedDeclsReferencedRequest
   0.0022 (  0.1%)   0.0020 (  0.1%)   0.0042 (  0.1%)   0.0042 (  0.0%)  IsObjCRequest
   0.0025 (  0.1%)   0.0016 (  0.1%)   0.0042 (  0.1%)   0.0042 (  0.0%)  CustomAttrNominalRequest
   0.0010 (  0.0%)   0.0009 (  0.0%)   0.0018 (  0.0%)   0.0036 (  0.0%)  SuperclassDeclRequest
   0.0013 (  0.1%)   0.0013 (  0.1%)   0.0026 (  0.1%)   0.0030 (  0.0%)  ResolveValueWitnessesRequest
   0.0013 (  0.1%)   0.0016 (  0.1%)   0.0029 (  0.1%)   0.0029 (  0.0%)  GenericSignatureRequest
   0.0008 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   0.0022 (  0.0%)  PatternTypeRequest
   0.0016 (  0.1%)   0.0004 (  0.0%)   0.0020 (  0.0%)   0.0020 (  0.0%)  RequirementSignatureRequest
   0.0011 (  0.0%)   0.0008 (  0.0%)   0.0019 (  0.0%)   0.0019 (  0.0%)  SPIGroupsRequest
   0.0008 (  0.0%)   0.0010 (  0.0%)   0.0018 (  0.0%)   0.0018 (  0.0%)  typecheck-for-each
   0.0010 (  0.0%)   0.0006 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  GenericParamListRequest
   0.0009 (  0.0%)   0.0006 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  IsActorRequest
   0.0009 (  0.0%)   0.0006 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  ExistentialConformsToSelfRequest
   0.0010 (  0.0%)   0.0004 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  CompareDeclSpecializationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0013 (  0.0%)  GlobalActorInstanceRequest
   0.0006 (  0.0%)   0.0007 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  ValueWitnessRequest
   0.0007 (  0.0%)   0.0005 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  ExpandExtensionMacros
   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  LookupInfixOperatorRequest
   0.0006 (  0.0%)   0.0005 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ProtocolDependenciesRequest
   0.0005 (  0.0%)   0.0003 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  AllInheritedProtocolsRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsDistributedActorRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  InheritedProtocolsRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ResultBuilderTypeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)  OpaqueReadOwnershipRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  PreCheckFunctionBodyRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ParseTopLevelDeclsRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  EnumRawValuesRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  DefaultTypeRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ParseSourceFileRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LookupPrecedenceGroupRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ConditionalRequirementsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  NeedsNewVTableEntryRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsCallAsFunctionNominalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResultTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandBodyMacroRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DirectOperatorLookupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StructuralRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParamSpecifierRequest
   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.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  IsStaticRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalDiscriminatorsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SelfAccessKindRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultInitializerIsolation
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StoredPropertiesAndMissingMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllMembersRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicCallableAttributeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasMissingDesignatedInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangCategoryLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangRecordMemberLookup
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangDirectLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolvePatternRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   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%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   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%)  AssociatedConformanceRequest
   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%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   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%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BreakTargetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PublicSymbolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultArgumentTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExplicitCaughtTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureEffectsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDefaultActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   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%)  PreCheckClosureBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCRequirementMapRequest
   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%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   2.6399 (100.0%)   2.4976 (100.0%)   5.1375 (100.0%)  10.2869 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataTableViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AECoreDataUI/CoreDataCollectionViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.dia -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -application-extension -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=2 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/swift-overrides.hmap -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 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/unextended-module-overlay.yaml -module-name AECoreDataUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.o -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/CoreDataCollectionViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:13:19: note: 'controller(_:didChange:at:for:newIndexPath:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange anObject: Any, at indexPath: IndexPath?, for type: NSFetchedResultsChangeType, newIndexPath: IndexPath?)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:17:19: note: 'controller(_:didChange:atSectionIndex:for:)' declared here
    optional func controller(_ controller: NSFetchedResultsController<any NSFetchRequestResult>, didChange sectionInfo: any NSFetchedResultsSectionInfo, atSectionIndex sectionIndex: Int, for type: NSFetchedResultsChangeType)
                  ^
/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 protocol requirement; 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
CoreData.NSFetchedResultsControllerDelegate:23:19: note: 'controllerDidChangeContent' declared here
    optional func controllerDidChangeContent(_ controller: NSFetchedResultsController<any NSFetchRequestResult>)
                  ^
  Total Execution Time: 3.9037 seconds (6.5188 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9566 (100.0%)   1.9471 (100.0%)   3.9037 (100.0%)   6.5188 (100.0%)  Building Target
   1.9566 (100.0%)   1.9471 (100.0%)   3.9037 (100.0%)   6.5188 (100.0%)  Total
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.1.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.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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.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/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/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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AECoreDataUI.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.o -disable-free -emit-obj -x c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/DerivedSources/AECoreDataUI_vers.c -target-abi darwinpcs -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64-apple-ios8.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=18.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -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 -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 -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-generated-files.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/AECoreDataUI-project-headers.hmap -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI-a449835f5b4d1a2536e4372601a6b461-VFS-iphoneos/all-product-headers.yaml -std\=gnu99 -fmodules -fmodule-name\=AECoreDataUI -fno-implicit-modules -fapplication-extension -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=2 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name AECoreDataUI_vers.c -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AECoreDataUI.build/Debug-iphoneos/AECoreDataUI.build/Objects-normal/arm64/AECoreDataUI_vers.d -skip-unused-modulemap-deps
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.1.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.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.1.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 -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 -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.1.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.1.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.1.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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AECoreDataUI' in project 'AECoreDataUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/AECoreDataUI.xcodeproj
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache
/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.1.99. (in target 'AECoreDataUI' from project 'AECoreDataUI')
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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.1.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 -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 -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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
** 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.0 iOS