The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VideoHash, reference main (c8a1d7), with Swift 6.3 for iOS using Xcode 26.4 on 19 Apr 2026 01:15:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdenis75/VideoHash.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fdenis75/VideoHash
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c8a1d7a Improve sandboxed ffmpeg resolution
Cloned https://github.com/fdenis75/VideoHash.git
Revision (git rev-parse @):
c8a1d7a44fb39898e490eca6408698fa58de95fb
SUCCESS checkout https://github.com/fdenis75/VideoHash.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/fdenis75/VideoHash.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  VideoHash: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
resolved source packages: VideoHash, swift-log
2026-04-18 21:14:43.235 xcodebuild[529:3092] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "VideoHash",
  "name" : "VideoHash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "VideoHash",
      "targets" : [
        "VideoHash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "test-hash",
      "targets" : [
        "test-hash"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TestHash",
      "targets" : [
        "TestHash"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "test_hash",
      "module_type" : "SwiftTarget",
      "name" : "test-hash",
      "path" : "Sources/test-hash",
      "product_memberships" : [
        "test-hash"
      ],
      "sources" : [
        "test-hash.swift"
      ],
      "target_dependencies" : [
        "VideoHash"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VideoHashTests",
      "module_type" : "SwiftTarget",
      "name" : "VideoHashTests",
      "path" : "Tests/VideoHashTests",
      "sources" : [
        "FFmpegPathResolverTests.swift",
        "HashBatchPlannerTests.swift",
        "OSHashTests.swift",
        "PHashHashComputerTests.swift"
      ],
      "target_dependencies" : [
        "VideoHash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VideoHash",
      "module_type" : "SwiftTarget",
      "name" : "VideoHash",
      "path" : "Sources/VideoHash",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "VideoHash",
        "test-hash",
        "TestHash"
      ],
      "sources" : [
        "HashBatchPlanner.swift",
        "Models/HashConfiguration.swift",
        "Models/HashError.swift",
        "Models/HashResult.swift",
        "OSHash/OSHashGenerator.swift",
        "PHash/DCTProcessor.swift",
        "PHash/FFmpegPathResolver.swift",
        "PHash/FrameExtractor.swift",
        "PHash/HashComputer.swift",
        "PHash/ImageProcessor.swift",
        "PHash/PHashGenerator.swift",
        "PHash/SpriteComposer.swift",
        "Utilities/Logger.swift",
        "VideoHash.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestHash",
      "module_type" : "SwiftTarget",
      "name" : "TestHash",
      "path" : "Sources/TestHash",
      "product_memberships" : [
        "TestHash"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VideoHash"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "test-hash",
      "TestHash",
      "VideoHash",
      "VideoHash-Package"
    ]
  }
}
2026-04-18 21:14:51.065 xcodebuild[669:4012] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VideoHash-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme VideoHash-Package -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  VideoHash: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'test-hash' in project 'VideoHash'
        ➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'TestHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 544586cba3cf651db186f8666bf20a59
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/544586cba3cf651db186f8666bf20a59.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/test-hash.DependencyMetadataFileList (in target 'test-hash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/test-hash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/test-hash.DependencyStaticMetadataFileList (in target 'test-hash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/test-hash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.modulemap (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash.LinkFileList (in target 'test-hash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList (in target 'test-hash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json (in target 'test-hash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json (in target 'test-hash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/test-hash.build/Objects-normal/arm64/test-hash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.DependencyStaticMetadataFileList (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.DependencyMetadataFileList (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftConstValuesFileList (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.LinkFileList (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/TestHash.DependencyMetadataFileList (in target 'TestHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/TestHash.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/VideoHash.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.modulemap (in target 'VideoHash' from project 'VideoHash')
    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/VideoHash.build/Debug-iphoneos/VideoHash.build/VideoHash.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/TestHash.DependencyStaticMetadataFileList (in target 'TestHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/TestHash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json (in target 'TestHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash.SwiftFileList (in target 'TestHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash.LinkFileList (in target 'TestHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash-OutputFileMap.json (in target 'TestHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/TestHash.build/Objects-normal/arm64/TestHash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.LinkFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyMetadataFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyStaticMetadataFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug-iphoneos/Logging.build/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.12.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-DRBE05WTIQ7ACVT7Y6YGZODUY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-HP5MXOZ7N6H08XBIIBU21W03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-E7OWC3M09GZO0LY27ATGLKJI3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-5KEALQN5NJXC4X329C367A0K7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3UUCPJBUHL3K534RCCBXSBB3X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7L0REK52XTH8ZYP90P1N5CALM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-E39AVOP2SN8T25977T92RVOF7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-7WY9SV0NOI77B3HLQR3G6B2U2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4VODZL7MKDR6ATPLH7QG7ETMG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CVCBHX7ECRZPDFMFYEU6Z84GU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-77EQYCUNCP8116AR94LE410HP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-BYP3LK8028GB2PN4VTCUURGS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-2C2SAE12M5DP4RJYM2C939WHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4B5ECDFZNZ7LPBOQ1H7BC639V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-D17V8P285CBEXMPVEYFY0G4SF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-554UPS2QTSOY8ZV44D2FKES4B.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
EmitSwiftModule normal arm64 (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MetadataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LogEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogEvent.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogEvent.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation\ Requirements Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.12.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Logging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Logging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftdoc (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.abi.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver VideoHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VideoHash -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling LogEvent.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling Locks.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InternalImportsByDefault -enable-upcoming-feature NonisolatedNonsendingByDefault -Xfrontend -require-explicit-sendable -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -user-module-version 1.12.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o normal (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.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/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-EVM6GW9SZ6CRXTGUQQ124XEBO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EJN0JR94SRCD38GWW40AS5YUQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-57TTNYFNS8FIFBAH7ZBY4LHMM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-EES8U8OZNBQ85B8LQA5CZ03KB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-9QE305TUMKWUOJ88PK1HTOHPA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-9A7WXY9SHUS1KJQFQ7QQ6NA9M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BDX18O8NTWODGZLB2TEGYS5U8.pcm
ExtractAppIntentsMetadata (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.pUNr0w/Metal.xctoolchain --module-name Logging --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 12.0 --bundle-identifier swift-log.Logging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Logging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-18 21:14:58.686 appintentsmetadataprocessor[741:4435] Starting appintentsmetadataprocessor export
2026-04-18 21:14:58.710 appintentsmetadataprocessor[741:4435] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-5XILUNO7UQ5NDLLKAGEIJPGEW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-6A7RGF69WB3M9RFKOB4YO3GWO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-CMH2L7CR8XG60I60PF43YGV2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-4AE3ZYZKEBKHBN9EB2825H9LL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-F1GRQAGHTP0DXIENJF1IQKBZ7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-J3MFPP0KD867QIYPF94E3CON.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-6GN74XLIEBVFYABOYVNO0MFJY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-4P0LHXIB12XRC9W1C3OOLHNY9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-5UD51NC8JD5LMGXF67VUIQV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-8J6WVMAV0LGZYGOH9ZG7ZGPT9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-AUQGAVQJ1IHRAJCRRWV2HQ3UU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-JO0U29BMOCMMN0E1KIIQYGML.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-7BULF7RJC18K60D82L3PK0G3Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-26SC2ZUJ3T6O0VFUN7TV3X1WT.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Logging.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-CD4S7EGIJTEI99JSGENBDUAWI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-8HT2KSKSV463KN9YJ4CNUJ3JC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-CDKEWCEJX2DJRCVW0L7ID5ZV1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-9RCK6O1V7VPTIFTRRL55UIFC1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-7PW19VK7RO3KNIEEO4EE71MWR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8987PNPPZOURFRXQ6ERD0YA8Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-C31LU27NDQNVWLCL1R5DBKIKY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-H6OB335MH7C8KMSAZ7T9BIJ3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-A4Q3UWY37K0B0FJRF2QEHALJD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-6W7QGR0BPFGF53Z9ZQT8S4H98.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-53S11W4QGZYWO7CVQ95XRSVKP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accelerate-4N8Y41GYVPJ9OQOEA4R9QNCA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-9U6VSJACE99T4ZQXJ6ZWRXGU7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-9BZK308PQ0OCZJD3UGN2CS2NE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-BWI4O49PR8V93S91WZ9NJX5IX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-BUG1ZOQKM5PM0Q2MAOFJQJHWC.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ VideoHash (in target 'VideoHash' from project 'VideoHash')
EmitSwiftModule normal arm64 (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:15:14: error: concurrency is only available in iOS 13.0.0 or newer
public actor OSHashGenerator: Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:15:14: note: add '@available' attribute to enclosing actor
public actor OSHashGenerator: Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:26:44: error: concurrency is only available in iOS 13.0.0 or newer
    public func generateHash(for url: URL) async throws -> String {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:26:17: note: add '@available' attribute to enclosing instance method
    public func generateHash(for url: URL) async throws -> String {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:15:14: note: add '@available' attribute to enclosing actor
public actor OSHashGenerator: Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: error: concurrency is only available in iOS 13.0.0 or newer
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:25:39: error: concurrency is only available in iOS 13.0.0 or newer
    func applyDCT(to pixels: [Float]) async throws -> [Float] {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:25:10: note: add '@available' attribute to enclosing instance method
    func applyDCT(to pixels: [Float]) async throws -> [Float] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:46:68: error: concurrency is only available in iOS 13.0.0 or newer
    private func applyDCTAccelerate(to pixels: [Float], size: Int) async throws -> [Float] {
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:46:18: note: add '@available' attribute to enclosing instance method
    private func applyDCTAccelerate(to pixels: [Float], size: Int) async throws -> [Float] {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:112:67: error: concurrency is only available in iOS 13.0.0 or newer
    private func applyDCTPureSwift(to pixels: [Float], size: Int) async throws -> [Float] {
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:112:18: note: add '@available' attribute to enclosing instance method
    private func applyDCTPureSwift(to pixels: [Float], size: Int) async throws -> [Float] {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: error: concurrency is only available in iOS 13.0.0 or newer
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:29:58: error: concurrency is only available in iOS 13.0.0 or newer
    func extractFrames(from asset: AVURLAsset, url: URL) async throws -> [CGImage] {
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:29:10: note: add '@available' attribute to enclosing instance method
    func extractFrames(from asset: AVURLAsset, url: URL) async throws -> [CGImage] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:56:70: error: concurrency is only available in iOS 13.0.0 or newer
    func extractPreprocessedPixels(from asset: AVURLAsset, url: URL) async throws -> [Float] {
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:56:10: note: add '@available' attribute to enclosing instance method
    func extractPreprocessedPixels(from asset: AVURLAsset, url: URL) async throws -> [Float] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:274:90: error: concurrency is only available in iOS 13.0.0 or newer
    private func extractFramesWithAVFoundation(asset: AVURLAsset, sampleTimes: [Double]) async throws -> [CGImage] {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:274:18: note: add '@available' attribute to enclosing instance method
    private func extractFramesWithAVFoundation(asset: AVURLAsset, sampleTimes: [Double]) async throws -> [CGImage] {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:12:7: error: concurrency is only available in iOS 13.0.0 or newer
actor HashComputer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:12:7: note: add '@available' attribute to enclosing actor
actor HashComputer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:24:53: error: concurrency is only available in iOS 13.0.0 or newer
    func computeHash(from dctCoefficients: [Float]) async throws -> String {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:24:10: note: add '@available' attribute to enclosing instance method
    func computeHash(from dctCoefficients: [Float]) async throws -> String {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:12:7: note: add '@available' attribute to enclosing actor
actor HashComputer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: error: concurrency is only available in iOS 13.0.0 or newer
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:25:42: error: concurrency is only available in iOS 13.0.0 or newer
    func processImage(_ sprite: CGImage) async throws -> [Float] {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:25:10: note: add '@available' attribute to enclosing instance method
    func processImage(_ sprite: CGImage) async throws -> [Float] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:83:46: error: concurrency is only available in iOS 13.0.0 or newer
    func extractMatrix(from pixels: [Float]) async throws -> [[Float]] {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:83:10: note: add '@available' attribute to enclosing instance method
    func extractMatrix(from pixels: [Float]) async throws -> [[Float]] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:17:7: error: concurrency is only available in iOS 13.0.0 or newer
actor PHashGenerator: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:17:7: note: add '@available' attribute to enclosing actor
actor PHashGenerator: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:41:63: error: concurrency is only available in iOS 13.0.0 or newer
    func generateHash(for url: URL, asset: AVURLAsset? = nil) async throws -> String {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:41:10: note: add '@available' attribute to enclosing instance method
    func generateHash(for url: URL, asset: AVURLAsset? = nil) async throws -> String {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:17:7: note: add '@available' attribute to enclosing actor
actor PHashGenerator: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:13:7: error: concurrency is only available in iOS 13.0.0 or newer
actor SpriteComposer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:13:7: note: add '@available' attribute to enclosing actor
actor SpriteComposer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:25:48: error: concurrency is only available in iOS 13.0.0 or newer
    func composeSprite(from frames: [CGImage]) async throws -> CGImage {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:25:10: note: add '@available' attribute to enclosing instance method
    func composeSprite(from frames: [CGImage]) async throws -> CGImage {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:13:7: note: add '@available' attribute to enclosing actor
actor SpriteComposer: Sendable {
      ^
Failed frontend command:
/Applications/Xcode-26.4.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/VideoHash/HashBatchPlanner.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Utilities/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift -target arm64-apple-ios12.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -enable-experimental-feature StrictConcurrency -enable-experimental-feature DebugDescriptionMacro -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/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name VideoHash -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-ios26.4 -target-sdk-version 26.4 -target-sdk-name iphoneos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.abi.json
SwiftCompile normal arm64 Compiling\ VideoHash.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SpriteComposer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Utilities/Logger.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Utilities/Logger.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ImageProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FFmpegPathResolver.swift,\ FrameExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OSHashGenerator.swift,\ DCTProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HashError.swift,\ HashResult.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HashComputer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HashBatchPlanner.swift,\ HashConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/HashBatchPlanner.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/HashBatchPlanner.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'VideoHash' from project 'VideoHash')
2026-04-18 21:14:53.255 xcodebuild[679:4090] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'VideoHash' from project 'VideoHash')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ VideoHash (in target 'VideoHash' from project 'VideoHash')
	Building workspace spi-builder-workspace with scheme VideoHash-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  VideoHash: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
resolved source packages: VideoHash, swift-log
2026-04-18 21:15:01.730 xcodebuild[783:4560] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "VideoHash",
  "name" : "VideoHash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "VideoHash",
      "targets" : [
        "VideoHash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "test-hash",
      "targets" : [
        "test-hash"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TestHash",
      "targets" : [
        "TestHash"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "test_hash",
      "module_type" : "SwiftTarget",
      "name" : "test-hash",
      "path" : "Sources/test-hash",
      "product_memberships" : [
        "test-hash"
      ],
      "sources" : [
        "test-hash.swift"
      ],
      "target_dependencies" : [
        "VideoHash"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VideoHashTests",
      "module_type" : "SwiftTarget",
      "name" : "VideoHashTests",
      "path" : "Tests/VideoHashTests",
      "sources" : [
        "FFmpegPathResolverTests.swift",
        "HashBatchPlannerTests.swift",
        "OSHashTests.swift",
        "PHashHashComputerTests.swift"
      ],
      "target_dependencies" : [
        "VideoHash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VideoHash",
      "module_type" : "SwiftTarget",
      "name" : "VideoHash",
      "path" : "Sources/VideoHash",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "VideoHash",
        "test-hash",
        "TestHash"
      ],
      "sources" : [
        "HashBatchPlanner.swift",
        "Models/HashConfiguration.swift",
        "Models/HashError.swift",
        "Models/HashResult.swift",
        "OSHash/OSHashGenerator.swift",
        "PHash/DCTProcessor.swift",
        "PHash/FFmpegPathResolver.swift",
        "PHash/FrameExtractor.swift",
        "PHash/HashComputer.swift",
        "PHash/ImageProcessor.swift",
        "PHash/PHashGenerator.swift",
        "PHash/SpriteComposer.swift",
        "Utilities/Logger.swift",
        "VideoHash.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestHash",
      "module_type" : "SwiftTarget",
      "name" : "TestHash",
      "path" : "Sources/TestHash",
      "product_memberships" : [
        "TestHash"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VideoHash"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "test-hash",
      "TestHash",
      "VideoHash",
      "VideoHash-Package"
    ]
  }
}
2026-04-18 21:15:03.650 xcodebuild[818:4859] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme VideoHash-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme VideoHash-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  VideoHash: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'test-hash' in project 'VideoHash'
        ➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'TestHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'VideoHash' in project 'VideoHash'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
SwiftDriver VideoHash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name VideoHash -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HashBatchPlanner.swift,\ HashConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/HashBatchPlanner.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/HashBatchPlanner.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FFmpegPathResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HashComputer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ImageProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HashError.swift,\ HashResult.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OSHashGenerator.swift,\ DCTProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SpriteComposer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ VideoHash (in target 'VideoHash' from project 'VideoHash')
Failed frontend command:
/Applications/Xcode-26.4.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/VideoHash/HashBatchPlanner.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashError.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Models/HashResult.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FFmpegPathResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/Utilities/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/VideoHash.swift -target arm64-apple-ios12.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash_const_extract_protocols.json -enable-experimental-feature StrictConcurrency -enable-experimental-feature DebugDescriptionMacro -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/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name VideoHash -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-ios26.4 -target-sdk-version 26.4 -target-sdk-name iphoneos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/VideoHash.build/Debug-iphoneos/VideoHash.build/Objects-normal/arm64/VideoHash.abi.json
EmitSwiftModule normal arm64 (in target 'VideoHash' from project 'VideoHash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:15:14: error: concurrency is only available in iOS 13.0.0 or newer
public actor OSHashGenerator: Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:15:14: note: add '@available' attribute to enclosing actor
public actor OSHashGenerator: Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:26:44: error: concurrency is only available in iOS 13.0.0 or newer
    public func generateHash(for url: URL) async throws -> String {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:26:17: note: add '@available' attribute to enclosing instance method
    public func generateHash(for url: URL) async throws -> String {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/OSHash/OSHashGenerator.swift:15:14: note: add '@available' attribute to enclosing actor
public actor OSHashGenerator: Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: error: concurrency is only available in iOS 13.0.0 or newer
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:25:39: error: concurrency is only available in iOS 13.0.0 or newer
    func applyDCT(to pixels: [Float]) async throws -> [Float] {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:25:10: note: add '@available' attribute to enclosing instance method
    func applyDCT(to pixels: [Float]) async throws -> [Float] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:46:68: error: concurrency is only available in iOS 13.0.0 or newer
    private func applyDCTAccelerate(to pixels: [Float], size: Int) async throws -> [Float] {
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:46:18: note: add '@available' attribute to enclosing instance method
    private func applyDCTAccelerate(to pixels: [Float], size: Int) async throws -> [Float] {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:112:67: error: concurrency is only available in iOS 13.0.0 or newer
    private func applyDCTPureSwift(to pixels: [Float], size: Int) async throws -> [Float] {
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:112:18: note: add '@available' attribute to enclosing instance method
    private func applyDCTPureSwift(to pixels: [Float], size: Int) async throws -> [Float] {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/DCTProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor DCTProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: error: concurrency is only available in iOS 13.0.0 or newer
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:29:58: error: concurrency is only available in iOS 13.0.0 or newer
    func extractFrames(from asset: AVURLAsset, url: URL) async throws -> [CGImage] {
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:29:10: note: add '@available' attribute to enclosing instance method
    func extractFrames(from asset: AVURLAsset, url: URL) async throws -> [CGImage] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:56:70: error: concurrency is only available in iOS 13.0.0 or newer
    func extractPreprocessedPixels(from asset: AVURLAsset, url: URL) async throws -> [Float] {
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:56:10: note: add '@available' attribute to enclosing instance method
    func extractPreprocessedPixels(from asset: AVURLAsset, url: URL) async throws -> [Float] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:274:90: error: concurrency is only available in iOS 13.0.0 or newer
    private func extractFramesWithAVFoundation(asset: AVURLAsset, sampleTimes: [Double]) async throws -> [CGImage] {
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:274:18: note: add '@available' attribute to enclosing instance method
    private func extractFramesWithAVFoundation(asset: AVURLAsset, sampleTimes: [Double]) async throws -> [CGImage] {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift:15:7: note: add '@available' attribute to enclosing actor
actor FrameExtractor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:12:7: error: concurrency is only available in iOS 13.0.0 or newer
actor HashComputer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:12:7: note: add '@available' attribute to enclosing actor
actor HashComputer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:24:53: error: concurrency is only available in iOS 13.0.0 or newer
    func computeHash(from dctCoefficients: [Float]) async throws -> String {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:24:10: note: add '@available' attribute to enclosing instance method
    func computeHash(from dctCoefficients: [Float]) async throws -> String {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/HashComputer.swift:12:7: note: add '@available' attribute to enclosing actor
actor HashComputer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: error: concurrency is only available in iOS 13.0.0 or newer
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:25:42: error: concurrency is only available in iOS 13.0.0 or newer
    func processImage(_ sprite: CGImage) async throws -> [Float] {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:25:10: note: add '@available' attribute to enclosing instance method
    func processImage(_ sprite: CGImage) async throws -> [Float] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:83:46: error: concurrency is only available in iOS 13.0.0 or newer
    func extractMatrix(from pixels: [Float]) async throws -> [[Float]] {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:83:10: note: add '@available' attribute to enclosing instance method
    func extractMatrix(from pixels: [Float]) async throws -> [[Float]] {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/ImageProcessor.swift:13:7: note: add '@available' attribute to enclosing actor
actor ImageProcessor: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:17:7: error: concurrency is only available in iOS 13.0.0 or newer
actor PHashGenerator: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:17:7: note: add '@available' attribute to enclosing actor
actor PHashGenerator: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:41:63: error: concurrency is only available in iOS 13.0.0 or newer
    func generateHash(for url: URL, asset: AVURLAsset? = nil) async throws -> String {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:41:10: note: add '@available' attribute to enclosing instance method
    func generateHash(for url: URL, asset: AVURLAsset? = nil) async throws -> String {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/PHashGenerator.swift:17:7: note: add '@available' attribute to enclosing actor
actor PHashGenerator: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:13:7: error: concurrency is only available in iOS 13.0.0 or newer
actor SpriteComposer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:13:7: note: add '@available' attribute to enclosing actor
actor SpriteComposer: Sendable {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:25:48: error: concurrency is only available in iOS 13.0.0 or newer
    func composeSprite(from frames: [CGImage]) async throws -> CGImage {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:25:10: note: add '@available' attribute to enclosing instance method
    func composeSprite(from frames: [CGImage]) async throws -> CGImage {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/SpriteComposer.swift:13:7: note: add '@available' attribute to enclosing actor
actor SpriteComposer: Sendable {
      ^
SwiftCompile normal arm64 Compiling\ FrameExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/VideoHash/PHash/FrameExtractor.swift (in target 'VideoHash' from project 'VideoHash')
2026-04-18 21:15:04.952 xcodebuild[824:4903] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ VideoHash (in target 'VideoHash' from project 'VideoHash')
	EmitSwiftModule normal arm64 (in target 'VideoHash' from project 'VideoHash')
	Building workspace spi-builder-workspace with scheme VideoHash-Package
(3 failures)
BUILD FAILURE 6.3 iOS