The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StorageKit with Swift 5.9 for iOS using Xcode 15.2 at master.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme StorageKit -destination "generic/platform=ios"

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gperdomor/storage-kit.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/gperdomor/storage-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cc67ef2 Added public init to StorageMetadata (#6)
Cloned https://github.com/gperdomor/storage-kit.git into spi-builder-workspace
cc67ef20da8a2c199692d689af6c9f5d2812f408
SUCCESS checkout https://github.com/gperdomor/storage-kit.git at master
========================================
Build
========================================
Selected platform:         ios
Swift version:             5.9
Building package at path:  spi-builder-workspace
Command line invocation:
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph

Fetching from https://github.com/vapor/vapor.git (cached)

Fetching from https://github.com/vapor/websocket.git (cached)

Fetching from https://github.com/vapor/validation.git (cached)

Fetching from https://github.com/vapor/url-encoded-form.git (cached)

Fetching from https://github.com/vapor/template-kit.git (cached)


Fetching from https://github.com/vapor/service.git (cached)

Fetching from https://github.com/vapor/routing.git (cached)

Fetching from https://github.com/vapor/multipart.git (cached)

Fetching from https://github.com/vapor/http.git (cached)

Fetching from https://github.com/vapor/database-kit.git (cached)

Fetching from https://github.com/vapor/crypto.git (cached)

Fetching from https://github.com/vapor/core.git (cached)

Fetching from https://github.com/vapor/console.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)

Fetching from https://github.com/apple/swift-nio.git (cached)

Fetching from https://github.com/apple/swift-nio-zlib-support.git (cached)

Fetching from https://github.com/apple/swift-nio-ssl-support.git (cached)

Creating working copy of package ‘multipart’

Checking out 3.1.3 of package ‘multipart’

Creating working copy of package ‘console’

Checking out 3.1.1 of package ‘console’

Creating working copy of package ‘validation’

Checking out 2.1.1 of package ‘validation’

Creating working copy of package ‘core’

Checking out 3.10.1 of package ‘core’

Creating working copy of package ‘swift-nio-zlib-support’

Checking out 1.0.0 of package ‘swift-nio-zlib-support’

Creating working copy of package ‘vapor’

Checking out 3.3.3 of package ‘vapor’

Creating working copy of package ‘template-kit’

Checking out 1.5.0 of package ‘template-kit’

Creating working copy of package ‘websocket’

Checking out 1.1.2 of package ‘websocket’

Creating working copy of package ‘swift-nio-ssl-support’

Checking out 1.0.0 of package ‘swift-nio-ssl-support’

Creating working copy of package ‘routing’

Checking out 3.1.0 of package ‘routing’

Creating working copy of package ‘service’

Checking out 1.0.2 of package ‘service’

Creating working copy of package ‘url-encoded-form’

Checking out 1.1.0 of package ‘url-encoded-form’

Creating working copy of package ‘swift-nio-ssl’

Checking out 1.4.0 of package ‘swift-nio-ssl’

Creating working copy of package ‘database-kit’

Checking out 1.3.3 of package ‘database-kit’

Creating working copy of package ‘http’

Checking out 3.4.0 of package ‘http’

Creating working copy of package ‘crypto’

Checking out 3.4.1 of package ‘crypto’

Creating working copy of package ‘swift-nio’

Checking out 1.14.4 of package ‘swift-nio’

ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system package
you may be able to install openssl using your system-packager:
    brew install libressl
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system package
you may be able to install openssl using your system-packager:
    brew install libressl
couldn't find pc file for zlib

Resolved source packages:
  Vapor: https://github.com/vapor/vapor.git @ 3.3.3
  Routing: https://github.com/vapor/routing.git @ 3.1.0
  swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
  swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
  Validation: https://github.com/vapor/validation.git @ 2.1.1
  DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
  Console: https://github.com/vapor/console.git @ 3.1.1
  StorageKit: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Crypto: https://github.com/vapor/crypto.git @ 3.4.1
  URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
  HTTP: https://github.com/vapor/http.git @ 3.4.0
  TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
  WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
  Service: https://github.com/vapor/service.git @ 1.0.2
  Multipart: https://github.com/vapor/multipart.git @ 3.1.3
  swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
  Core: https://github.com/vapor/core.git @ 3.10.1
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
resolved source packages: Vapor, Routing, swift-nio-zlib-support, swift-nio-ssl-support, Validation, DatabaseKit, Console, StorageKit, Crypto, URLEncodedForm, HTTP, TemplateKit, WebSocket, Service, Multipart, swift-nio, Core, swift-nio-ssl
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "StorageKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme StorageKit -destination "generic/platform=ios"
Building ... (attempt 1)
Command line invocation:
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme StorageKit -destination generic/platform=ios

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system package
ignoring declared target(s) 'swift-nio-zlib-support' in the system package
couldn't find pc file for zlibyou may be able to install openssl using your system-packager:
    brew install libressl

Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system packageignoring declared target(s) 'swift-nio-zlib-support' in the system package
couldn't find pc file for zlibyou may be able to install openssl using your system-packager:
    brew install libressl

Resolved source packages:
  Routing: https://github.com/vapor/routing.git @ 3.1.0
  DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
  swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
  StorageKit: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  HTTP: https://github.com/vapor/http.git @ 3.4.0
  Core: https://github.com/vapor/core.git @ 3.10.1
  Multipart: https://github.com/vapor/multipart.git @ 3.1.3
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
  TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
  swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
  Service: https://github.com/vapor/service.git @ 1.0.2
  Validation: https://github.com/vapor/validation.git @ 2.1.1
  Crypto: https://github.com/vapor/crypto.git @ 3.4.1
  Console: https://github.com/vapor/console.git @ 3.1.1
  WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
  swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
  Vapor: https://github.com/vapor/vapor.git @ 3.3.3
  URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 30e9876f6e9d32752b795ef725882546
Build description path: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/30e9876f6e9d32752b795ef725882546.xcbuilddata

note: Building targets in dependency order
note: Target dependency graph (69 targets)
    Target 'StorageKitTests' in project 'StorageKit'
        ➜ Explicit dependency on target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
    Target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
    Target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
    Target 'Vapor' in project 'Vapor'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
    Target 'Vapor' in project 'Vapor'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
    Target 'WebSocket' in project 'WebSocket'
        ➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
    Target 'WebSocket' in project 'WebSocket'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
    Target 'NIOWebSocket' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'NIOWebSocket' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
    Target 'CNIOZlib' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
    Target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
    Target 'NIOTLS' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIOTLS' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'CBase32' in project 'Crypto'
        ➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
        ➜ Explicit dependency on target 'Random' in project 'Crypto'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
        ➜ Explicit dependency on target 'CBase32' in project 'Crypto'
        ➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
        ➜ Explicit dependency on target 'Random' in project 'Crypto'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
   Target 'Random' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
    Target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'CCryptoOpenSSL' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'CBcrypt' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'CBase32' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support' (no dependencies)
    Target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
    Target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
    Target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'COperatingSystem' in project 'Core' (no dependencies)
    Target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'Debugging' in project 'Core' (no dependencies)
    Target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
    Target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support' (no dependencies)
ClangStatCache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos

CreateBuildDirectory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks

MkDir /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StorageKitTests.xctest (in target 'StorageKitTests' from project 'StorageKit')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StorageKitTests.xctest
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Debugging.modulemap (in target 'Debugging' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Debugging.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/COperatingSystem.modulemap (in target 'COperatingSystem' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/COperatingSystem.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/CNIOZlib.modulemap (in target 'CNIOZlib' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/CNIOZlib.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/CNIOSHA1.modulemap (in target 'CNIOSHA1' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/CNIOSHA1.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/NIOPriorityQueue.modulemap (in target 'NIOPriorityQueue' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/NIOPriorityQueue.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/CNIOLinux.modulemap (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/CNIOLinux.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/CNIOOpenSSL.modulemap (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/CNIOOpenSSL.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/CNIOHTTPParser.modulemap (in target 'CNIOHTTPParser' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/CNIOHTTPParser.modulemap
Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Debugging.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Debugging.modulemap (in target 'Debugging' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Debugging.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/CNIODarwin.modulemap (in target 'CNIODarwin' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/CNIODarwin.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOAtomics.build/CNIOAtomics.modulemap (in target 'CNIOAtomics' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOAtomics.build/CNIOAtomics.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CCryptoOpenSSL.build/CCryptoOpenSSL.modulemap (in target 'CCryptoOpenSSL' from project 'Crypto')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/crypto
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CCryptoOpenSSL.build/CCryptoOpenSSL.modulemap

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CBcrypt.build/Objects-normal/arm64/CBcrypt.LinkFileList (in target 'CBcrypt' from project 'Crypto')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/crypto
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CBcrypt.build/Objects-normal/arm64/CBcrypt.LinkFileList
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CBase32.build/Objects-normal/arm64/CBase32.LinkFileList (in target 'CBase32' from project 'Crypto')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/crypto
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CBase32.build/Objects-normal/arm64/CBase32.LinkFileList

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/NIOPriorityQueue.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/NIOPriorityQueue.modulemap (in target 'NIOPriorityQueue' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/NIOPriorityQueue.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIOSHA1.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/CNIOSHA1.modulemap (in target 'CNIOSHA1' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/CNIOSHA1.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/COperatingSystem.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/COperatingSystem.modulemap (in target 'COperatingSystem' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/COperatingSystem.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIOZlib.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/CNIOZlib.modulemap (in target 'CNIOZlib' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/CNIOZlib.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIOOpenSSL.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/CNIOOpenSSL.modulemap (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/CNIOOpenSSL.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIOHTTPParser.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/CNIOHTTPParser.modulemap (in target 'CNIOHTTPParser' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/CNIOHTTPParser.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIOLinux.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/CNIOLinux.modulemap (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/CNIOLinux.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging.LinkFileList (in target 'Debugging' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging.LinkFileList

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIODarwin.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/CNIODarwin.modulemap (in target 'CNIODarwin' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/CNIODarwin.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CNIOAtomics.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOAtomics.build/CNIOAtomics.modulemap (in target 'CNIOAtomics' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOAtomics.build/CNIOAtomics.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CCryptoOpenSSL.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CCryptoOpenSSL.build/CCryptoOpenSSL.modulemap (in target 'CCryptoOpenSSL' from project 'Crypto')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/crypto
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CCryptoOpenSSL.build/CCryptoOpenSSL.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging_const_extract_protocols.json (in target 'Debugging' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging.SwiftFileList (in target 'Debugging' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging-OutputFileMap.json (in target 'Debugging' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/Debugging.build/Objects-normal/arm64/Debugging-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue_const_extract_protocols.json (in target 'NIOPriorityQueue' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue.LinkFileList (in target 'NIOPriorityQueue' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue.SwiftFileList (in target 'NIOPriorityQueue' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue.SwiftFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue-OutputFileMap.json (in target 'NIOPriorityQueue' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOPriorityQueue.build/Objects-normal/arm64/NIOPriorityQueue-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/CNIOZlib.LinkFileList (in target 'CNIOZlib' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/CNIOZlib.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem.LinkFileList (in target 'COperatingSystem' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem.LinkFileList
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/CNIOOpenSSL.LinkFileList (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/CNIOOpenSSL.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/CNIOLinux.LinkFileList (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/CNIOLinux.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/CNIOSHA1.LinkFileList (in target 'CNIOSHA1' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/CNIOSHA1.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/CNIOHTTPParser.LinkFileList (in target 'CNIOHTTPParser' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/CNIOHTTPParser.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/CNIODarwin.LinkFileList (in target 'CNIODarwin' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/CNIODarwin.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOAtomics.build/Objects-normal/arm64/CNIOAtomics.LinkFileList (in target 'CNIOAtomics' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOAtomics.build/Objects-normal/arm64/CNIOAtomics.LinkFileList
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CCryptoOpenSSL.build/Objects-normal/arm64/CCryptoOpenSSL.LinkFileList (in target 'CCryptoOpenSSL' from project 'Crypto')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/crypto
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Crypto.build/Debug-iphoneos/CCryptoOpenSSL.build/Objects-normal/arm64/CCryptoOpenSSL.LinkFileList

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem_const_extract_protocols.json (in target 'COperatingSystem' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem.SwiftFileList (in target 'COperatingSystem' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem.SwiftFileList
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem-OutputFileMap.json (in target 'COperatingSystem' from project 'Core')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/core
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Core.build/Debug-iphoneos/COperatingSystem.build/Objects-normal/arm64/COperatingSystem-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/NIOConcurrencyHelpers.modulemap (in target 'NIOConcurrencyHelpers' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/NIOConcurrencyHelpers.modulemap

Copy /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/NIOConcurrencyHelpers.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/NIOConcurrencyHelpers.modulemap (in target 'NIOConcurrencyHelpers' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/NIOConcurrencyHelpers.modulemap /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/Objects-normal/arm64/NIOConcurrencyHelpers_const_extract_protocols.json (in target 'NIOConcurrencyHelpers' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/Objects-normal/arm64/NIOConcurrencyHelpers_const_extract_protocols.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/Objects-normal/arm64/NIOConcurrencyHelpers-OutputFileMap.json (in target 'NIOConcurrencyHelpers' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/Objects-normal/arm64/NIOConcurrencyHelpers-OutputFileMap.json

WriteAuxiliaryFile /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/Objects-normal/arm64/NIOConcurrencyHelpers.SwiftFileList (in target 'NIOConcurrencyHelpers' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio
    write-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/NIOConcurrencyHelpers.build/Objects-normal/arm64/NIOConcurrencyHelpers.SwiftFileList
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOZlib/empty.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOZlib' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOZlib -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOZlib/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOZlib/empty.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.o

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOOpenSSL -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o -index-unit-output-path /swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOOpenSSL -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.o -index-unit-output-path /swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.o
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^~~~~~~~~~~~~~~~

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOSHA1' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOSHA1 -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOSHA1/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.o

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOHTTPParser/c_nio_http_parser.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOHTTPParser' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOHTTPParser -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOHTTPParser/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOHTTPParser/c_nio_http_parser.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.o
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/ifaddrs-android.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOLinux -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/ifaddrs-android.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.o
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/shim.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOLinux -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/shim.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.o
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIODarwin/shim.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIODarwin' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIODarwin -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIODarwin/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIODarwin/shim.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.o
Resolve Package Graph
** BUILD FAILED **


The following build commands failed:
	CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
(1 failure)
Retrying in 0 seconds ...
Building ... (attempt 2)
Command line invocation:
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme StorageKit -destination generic/platform=ios

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
ignoring declared target(s) 'swift-nio-ssl-support' in the system package
ignoring declared target(s) 'swift-nio-zlib-support' in the system package
you may be able to install openssl using your system-packager:
    brew install libressl
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib


Resolved source packages:
  TemplateKit: https://github.com/vapor/template-kit.git @ 1.5.0
  Routing: https://github.com/vapor/routing.git @ 3.1.0
  swift-nio-zlib-support: https://github.com/apple/swift-nio-zlib-support.git @ 1.0.0
  WebSocket: https://github.com/vapor/websocket.git @ 1.1.2
  Multipart: https://github.com/vapor/multipart.git @ 3.1.3
  swift-nio-ssl-support: https://github.com/apple/swift-nio-ssl-support.git @ 1.0.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 1.4.0
  URLEncodedForm: https://github.com/vapor/url-encoded-form.git @ 1.1.0
  swift-nio: https://github.com/apple/swift-nio.git @ 1.14.4
  DatabaseKit: https://github.com/vapor/database-kit.git @ 1.3.3
  Service: https://github.com/vapor/service.git @ 1.0.2
  HTTP: https://github.com/vapor/http.git @ 3.4.0
  Vapor: https://github.com/vapor/vapor.git @ 3.3.3
  Core: https://github.com/vapor/core.git @ 3.10.1
  Console: https://github.com/vapor/console.git @ 3.1.1
  Validation: https://github.com/vapor/validation.git @ 2.1.1
  Crypto: https://github.com/vapor/crypto.git @ 3.4.1
  StorageKit: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description

note: Building targets in dependency order
note: Target dependency graph (69 targets)
    Target 'StorageKitTests' in project 'StorageKit'
        ➜ Explicit dependency on target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
    Target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
    Target 'StorageKit' in project 'StorageKit'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
    Target 'Vapor' in project 'Vapor'
        ➜ Explicit dependency on target 'Vapor' in project 'Vapor'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
    Target 'Vapor' in project 'Vapor'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
    Target 'WebSocket' in project 'WebSocket'
        ➜ Explicit dependency on target 'WebSocket' in project 'WebSocket'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
    Target 'WebSocket' in project 'WebSocket'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
    Target 'NIOWebSocket' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'NIOWebSocket' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'Validation' in project 'Validation'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'URLEncodedForm' in project 'URLEncodedForm'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'TemplateKit' in project 'TemplateKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Routing' in project 'Routing'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Multipart' in project 'Multipart'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'HTTP' in project 'HTTP'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'swift-nio'
    Target 'CNIOZlib' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'CNIOHTTPParser' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
    Target 'NIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
    Target 'NIOTLS' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOTLS' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIOTLS' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOOpenSSL' in project 'swift-nio-ssl'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'DatabaseKit' in project 'DatabaseKit'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'CBase32' in project 'Crypto'
        ➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
        ➜ Explicit dependency on target 'Random' in project 'Crypto'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Crypto' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
        ➜ Explicit dependency on target 'CBase32' in project 'Crypto'
        ➜ Explicit dependency on target 'CBcrypt' in project 'Crypto'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'Crypto'
        ➜ Explicit dependency on target 'Random' in project 'Crypto'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
   Target 'Random' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
    Target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'CCryptoOpenSSL' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'CBcrypt' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'CBase32' in project 'Crypto'
        ➜ Explicit dependency on target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support'
    Target 'swift-nio-ssl-support' in project 'swift-nio-ssl-support' (no dependencies)
    Target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Command' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Console' in project 'Console'
        ➜ Explicit dependency on target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'Service' in project 'Service'
    Target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Service' in project 'Service'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
    Target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
    Target 'Logging' in project 'Console'
        ➜ Explicit dependency on target 'Core' in project 'Core'
    Target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
    Target 'Core' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'COperatingSystem' in project 'Core' (no dependencies)
    Target 'Bits' in project 'Core'
        ➜ Explicit dependency on target 'Debugging' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'Debugging' in project 'Core' (no dependencies)
    Target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'Async' in project 'Core'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'swift-nio'
    Target 'CNIOSHA1' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'NIOPriorityQueue' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support'
    Target 'swift-nio-zlib-support' in project 'swift-nio-zlib-support' (no dependencies)
ClangStatCache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOZlib/empty.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOZlib' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOZlib -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOZlib/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOZlib/empty.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOZlib.build/Objects-normal/arm64/empty.o

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOSHA1' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOSHA1 -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOSHA1/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOSHA1.build/Objects-normal/arm64/c_nio_sha1.o

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOOpenSSL -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o -index-unit-output-path /swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/shim.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOLinux -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/shim.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/shim.o
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOOpenSSL -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.o -index-unit-output-path /swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/helpers.o
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^~~~~~~~~~~~~~~~

CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOHTTPParser/c_nio_http_parser.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOHTTPParser' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOHTTPParser -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOHTTPParser/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOHTTPParser/c_nio_http_parser.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOHTTPParser.build/Objects-normal/arm64/c_nio_http_parser.o
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/ifaddrs-android.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOLinux' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIOLinux -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIOLinux/ifaddrs-android.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIOLinux.build/Objects-normal/arm64/ifaddrs-android.o
CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIODarwin/shim.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIODarwin' from project 'swift-nio')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A5248u-22e9895dd8f54bee56aeb93c31b1f490.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 -fmodule-name\=CNIODarwin -Wno-trigraphs -fpascal-strings -O0 -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 -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 -DSWIFT_PACKAGE -DDEBUG\=1 -isysroot /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIODarwin/include -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/DerivedSources-normal/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/DerivedSources/arm64 -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/DerivedSources -F/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-zlib-support/module.modulemap -DXcode -MMD -MT dependencies -MF /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.d --serialize-diagnostics /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.dia -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio/Sources/CNIODarwin/shim.c -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.o -index-unit-output-path /swift-nio.build/Debug-iphoneos/CNIODarwin.build/Objects-normal/arm64/shim.o
** BUILD FAILED **


The following build commands failed:
	CompileC /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-nio-ssl.build/Debug-iphoneos/CNIOOpenSSL.build/Objects-normal/arm64/shims.o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CNIOOpenSSL' from project 'swift-nio-ssl')
(1 failure)
Retrying in 0 seconds ...
BUILD FAILURE 5.9 ios