The Swift Package Index logo.Swift Package Index

Build Information

Failed to build S3SignerAWS, reference master (cdca19), with Swift 6.3 for iOS using Xcode 26.4 on 20 Apr 2026 20:20:33 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/justinm1/s3signeraws.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/justinm1/s3signeraws
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cdca194 Update to OpenCrypto  (#17)
Cloned https://github.com/justinm1/s3signeraws.git
Revision (git rev-parse @):
cdca1940c608d096d3f99ae445f268daaa572d2a
SUCCESS checkout https://github.com/justinm1/s3signeraws.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/justinm1/s3signeraws.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/vapor/open-crypto.git
Creating working copy of package ‘open-crypto’
Checking out 4.0.0-beta.2 of package ‘open-crypto’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install openssl using your system-packager:
    brew install openssl@1.1
Resolve Package Graph
you may be able to install openssl using your system-packager:
    brew install openssl@1.1
Resolved source packages:
  open-crypto: https://github.com/vapor/open-crypto.git @ 4.0.0-beta.2
  S3SignerAWS: /Users/admin/builder/spi-builder-workspace
resolved source packages: open-crypto, S3SignerAWS
2026-04-20 16:20:16.611 xcodebuild[529:3054] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "open-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-beta.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/open-crypto.git"
    }
  ],
  "manifest_display_name" : "S3SignerAWS",
  "name" : "S3SignerAWS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "S3SignerAWS",
      "targets" : [
        "S3SignerAWS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "S3SignerAWSTests",
      "module_type" : "SwiftTarget",
      "name" : "S3SignerAWSTests",
      "path" : "Tests/S3SignerAWSTests",
      "sources" : [
        "AWSTestSuite.swift",
        "S3SignerAWSTests.swift",
        "S3SignerTester.swift",
        "S3Tests.swift"
      ],
      "target_dependencies" : [
        "S3SignerAWS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "S3SignerAWS",
      "module_type" : "SwiftTarget",
      "name" : "S3SignerAWS",
      "path" : "Sources",
      "product_dependencies" : [
        "OpenCrypto"
      ],
      "product_memberships" : [
        "S3SignerAWS"
      ],
      "sources" : [
        "Dates.swift",
        "HTTPMethod.swift",
        "Payload.swift",
        "PercentEncoder.swift",
        "Region.swift",
        "S3SignerAWS.swift",
        "S3SignerError.swift",
        "TimeFromNow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "S3SignerAWS"
    ]
  }
}
2026-04-20 16:20:24.224 xcodebuild[672:3966] [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 S3SignerAWS -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 S3SignerAWS -destination generic/platform=iOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install openssl using your system-packager:
    brew install openssl@1.1
Resolve Package Graph
you may be able to install openssl using your system-packager:
    brew install openssl@1.1
Resolved source packages:
  open-crypto: https://github.com/vapor/open-crypto.git @ 4.0.0-beta.2
  S3SignerAWS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'S3SignerAWS' in project 'S3SignerAWS'
        ➜ Explicit dependency on target 'S3SignerAWS' in project 'S3SignerAWS'
        ➜ Explicit dependency on target 'OpenCrypto' in project 'open-crypto'
    Target 'S3SignerAWS' in project 'S3SignerAWS'
        ➜ Explicit dependency on target 'OpenCrypto' in project 'open-crypto'
    Target 'OpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'OpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCrypto' in project 'open-crypto'
    Target 'OpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCryptoOpenSSL' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCrypto' in project 'open-crypto'
    Target 'COpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCryptoOpenSSL' in project 'open-crypto'
    Target 'COpenCryptoOpenSSL' in project 'open-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/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/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/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 29f1ae8eaabd0ea3c1df589b338e1e33
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/29f1ae8eaabd0ea3c1df589b338e1e33.xcbuilddata
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/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.modulemap (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.DependencyStaticMetadataFileList (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.DependencyMetadataFileList (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS_const_extract_protocols.json (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS.SwiftConstValuesFileList (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS-OutputFileMap.json (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS.SwiftFileList (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS.LinkFileList (in target 'S3SignerAWS' from project 'S3SignerAWS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/Objects-normal/arm64/S3SignerAWS.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.modulemap (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.DependencyMetadataFileList (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.DependencyStaticMetadataFileList (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.SwiftFileList (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.SwiftConstValuesFileList (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto_const_extract_protocols.json (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/S3SignerAWS.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.modulemap (in target 'S3SignerAWS' from project 'S3SignerAWS')
    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/S3SignerAWS.build/Debug-iphoneos/S3SignerAWS.build/S3SignerAWS.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.LinkFileList (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto-OutputFileMap.json (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/COpenCrypto.LinkFileList (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/COpenCrypto.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/OpenCrypto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.modulemap (in target 'OpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/OpenCrypto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=COpenCrypto' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/DerivedSources -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 '-fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCryptoOpenSSL/module.modulemap' -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.modulemap (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.DependencyStaticMetadataFileList (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.DependencyMetadataFileList (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/COpenCrypto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.modulemap (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto
    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/open-crypto.build/Debug-iphoneos/COpenCrypto.build/COpenCrypto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver OpenCrypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenCrypto' from project 'open-crypto')
    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 OpenCrypto -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/COpenCrypto.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCryptoOpenSSL/module.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/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 5 -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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto-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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include -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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
error: Clang dependency scanning failure: While building module 'COpenCrypto' imported from COpenCrypto-48c6ad04.input:1:
In file included from <module-includes>:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
COpenCrypto-48c6ad04.input:1:1: fatal error: could not build module 'COpenCrypto'
 (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: error: Unable to resolve module dependency: 'COpenCrypto'
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: note: A dependency of main module 'OpenCrypto'
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/ChaChaPoly.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/HMAC.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/MD5.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA1.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA2.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/Utilities.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o.scan -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o -index-unit-output-path /open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: error: 'openssl/conf.h' file not found (in target 'COpenCrypto' from project 'open-crypto')
    /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:10: note: in file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:
2026-04-20 16:20:26.119 xcodebuild[686:4035] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
error: clang dependency scanning failure: While building module 'COpenCrypto' imported from COpenCrypto-48c6ad04.input:1:
In file included from <module-includes>:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
COpenCrypto-48c6ad04.input:1:1: fatal error: could not build module 'COpenCrypto'
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: error: unable to resolve module dependency: 'COpenCrypto'
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: note: a dependency of main module 'OpenCrypto'
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/ChaChaPoly.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/HMAC.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/MD5.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA1.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA2.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/Utilities.swift:1:8: note: also imported here
import COpenCrypto
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver OpenCrypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenCrypto' from project 'open-crypto')
	ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'COpenCrypto' from project 'open-crypto')
	Building workspace spi-builder-workspace with scheme S3SignerAWS
(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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install openssl using your system-packager:
    brew install openssl@1.1
Resolved source packages:
  S3SignerAWS: /Users/admin/builder/spi-builder-workspace
  open-crypto: https://github.com/vapor/open-crypto.git @ 4.0.0-beta.2
resolved source packages: S3SignerAWS, open-crypto
2026-04-20 16:20:29.985 xcodebuild[720:4254] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "open-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-beta.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/open-crypto.git"
    }
  ],
  "manifest_display_name" : "S3SignerAWS",
  "name" : "S3SignerAWS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "S3SignerAWS",
      "targets" : [
        "S3SignerAWS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "S3SignerAWSTests",
      "module_type" : "SwiftTarget",
      "name" : "S3SignerAWSTests",
      "path" : "Tests/S3SignerAWSTests",
      "sources" : [
        "AWSTestSuite.swift",
        "S3SignerAWSTests.swift",
        "S3SignerTester.swift",
        "S3Tests.swift"
      ],
      "target_dependencies" : [
        "S3SignerAWS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "S3SignerAWS",
      "module_type" : "SwiftTarget",
      "name" : "S3SignerAWS",
      "path" : "Sources",
      "product_dependencies" : [
        "OpenCrypto"
      ],
      "product_memberships" : [
        "S3SignerAWS"
      ],
      "sources" : [
        "Dates.swift",
        "HTTPMethod.swift",
        "Payload.swift",
        "PercentEncoder.swift",
        "Region.swift",
        "S3SignerAWS.swift",
        "S3SignerError.swift",
        "TimeFromNow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "S3SignerAWS"
    ]
  }
}
2026-04-20 16:20:31.171 xcodebuild[737:4355] [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 S3SignerAWS -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 S3SignerAWS -destination generic/platform=iOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install openssl using your system-packager:
    brew install openssl@1.1
Resolved source packages:
  open-crypto: https://github.com/vapor/open-crypto.git @ 4.0.0-beta.2
  S3SignerAWS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'S3SignerAWS' in project 'S3SignerAWS'
        ➜ Explicit dependency on target 'S3SignerAWS' in project 'S3SignerAWS'
        ➜ Explicit dependency on target 'OpenCrypto' in project 'open-crypto'
    Target 'S3SignerAWS' in project 'S3SignerAWS'
        ➜ Explicit dependency on target 'OpenCrypto' in project 'open-crypto'
    Target 'OpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'OpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCrypto' in project 'open-crypto'
    Target 'OpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCryptoOpenSSL' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCrypto' in project 'open-crypto'
    Target 'COpenCrypto' in project 'open-crypto'
        ➜ Explicit dependency on target 'COpenCryptoOpenSSL' in project 'open-crypto'
    Target 'COpenCryptoOpenSSL' in project 'open-crypto' (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 OpenCrypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenCrypto' from project 'open-crypto')
    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 OpenCrypto -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/COpenCrypto.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCryptoOpenSSL/module.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/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 5 -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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto-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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include -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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/OpenCrypto.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/open-crypto.build/Debug-iphoneos/OpenCrypto.build/Objects-normal/arm64/OpenCrypto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
error: Clang dependency scanning failure: While building module 'COpenCrypto' imported from COpenCrypto-ee7b334f.input:1:
In file included from <module-includes>:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
COpenCrypto-ee7b334f.input:1:1: fatal error: could not build module 'COpenCrypto'
 (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: error: Unable to resolve module dependency: 'COpenCrypto'
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: note: A dependency of main module 'OpenCrypto'
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/ChaChaPoly.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/HMAC.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/MD5.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA1.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA2.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/Utilities.swift:1:8: note: Also imported here
import COpenCrypto
       ^ (in target 'OpenCrypto' from project 'open-crypto')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'COpenCrypto' from project 'open-crypto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o.scan -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o -index-unit-output-path /open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: error: 'openssl/conf.h' file not found (in target 'COpenCrypto' from project 'open-crypto')
    /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:10: note: in file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c:1:
2026-04-20 16:20:32.208 xcodebuild[747:4401] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
error: clang dependency scanning failure: While building module 'COpenCrypto' imported from COpenCrypto-ee7b334f.input:1:
In file included from <module-includes>:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/include/c_open_crypto.h:4:10: fatal error: 'openssl/conf.h' file not found
COpenCrypto-ee7b334f.input:1:1: fatal error: could not build module 'COpenCrypto'
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: error: unable to resolve module dependency: 'COpenCrypto'
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/AES.swift:1:8: note: a dependency of main module 'OpenCrypto'
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/ChaChaPoly.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/HMAC.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/MD5.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLCipherFunction.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/OpenSSLHashFunction.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA1.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/SHA2.swift:1:8: note: also imported here
import COpenCrypto
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/OpenCrypto/Utilities.swift:1:8: note: also imported here
import COpenCrypto
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver OpenCrypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenCrypto' from project 'open-crypto')
	ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/open-crypto.build/Debug-iphoneos/COpenCrypto.build/Objects-normal/arm64/c_open_crypto.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/open-crypto/Sources/COpenCrypto/c_open_crypto.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'COpenCrypto' from project 'open-crypto')
	Building workspace spi-builder-workspace with scheme S3SignerAWS
(3 failures)
BUILD FAILURE 6.3 iOS