Build Information
Failed to build SwiftOpenAIAPI, reference 2.0.0 (42cfc7), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Oct 2025 04:22:12 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/swift-openai-api.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atacan/swift-openai-api
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 42cfc73 Merge pull request #4 from atacan/update-2025-10-21
Cloned https://github.com/atacan/swift-openai-api.git
Revision (git rev-parse @):
42cfc731970fa85e6807e1ee34178f76d68eaac3
SUCCESS checkout https://github.com/atacan/swift-openai-api.git at 2.0.0
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/atacan/swift-openai-api.git
https://github.com/atacan/swift-openai-api.git
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftOpenAIAPI",
"name" : "SwiftOpenAIAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftOpenAITypes",
"targets" : [
"SwiftOpenAITypes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAIUrlSessionClient",
"targets" : [
"OpenAIUrlSessionClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAIAsyncHTTPClient",
"targets" : [
"OpenAIAsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOpenAITypes",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAITypes",
"path" : "Sources/SwiftOpenAITypes",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"SwiftOpenAITypes",
"OpenAIUrlSessionClient",
"OpenAIAsyncHTTPClient"
],
"sources" : [
"GeneratedSources/Types.swift",
"SwiftOpenAIAPI.swift"
],
"type" : "library"
},
{
"c99name" : "OpenAIUrlSessionClient",
"module_type" : "SwiftTarget",
"name" : "OpenAIUrlSessionClient",
"path" : "Sources/OpenAIUrlSessionClient",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession"
],
"product_memberships" : [
"OpenAIUrlSessionClient"
],
"sources" : [
"GeneratedSources/Client.swift"
],
"target_dependencies" : [
"SwiftOpenAITypes"
],
"type" : "library"
},
{
"c99name" : "OpenAIAsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "OpenAIAsyncHTTPClientTests",
"path" : "Tests/OpenAIAsyncHTTPClientTests",
"product_dependencies" : [
"WSClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"OpenAIAsyncHTTPClientTest.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"OpenAIAsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "OpenAIAsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "OpenAIAsyncHTTPClient",
"path" : "Sources/OpenAIAsyncHTTPClient",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIAsyncHTTPClient"
],
"product_memberships" : [
"OpenAIAsyncHTTPClient"
],
"sources" : [
"AuthenticationMiddleware.swift",
"GeneratedSources/Client.swift"
],
"target_dependencies" : [
"SwiftOpenAITypes"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swift-server/swift-openapi-async-http-client
Fetching from https://github.com/hummingbird-project/swift-websocket
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-openapi-runtime
Fetching from https://github.com/apple/swift-openapi-urlsession
Fetching from https://github.com/apple/swift-openapi-generator
Fetching from https://github.com/apple/swift-nio (cached)
Fetching from https://github.com/apple/swift-http-types (cached)
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/mattpolzin/OpenAPIKit
Fetching from https://github.com/apple/swift-algorithms (cached)
Fetching from https://github.com/apple/swift-collections (cached)
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/adam-fowler/compress-nio.git
Fetching from https://github.com/swift-server/swift-service-lifecycle
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-distributed-tracing.git
Fetching from https://github.com/apple/swift-service-context.git
Creating working copy of package ‘swift-service-lifecycle’
Checking out 2.9.0 of package ‘swift-service-lifecycle’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.3.1 of package ‘swift-distributed-tracing’
Creating working copy of package ‘swift-nio’
Checking out 2.87.0 of package ‘swift-nio’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-collections’
Checking out 1.3.0 of package ‘swift-collections’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.25.2 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-openapi-async-http-client’
Checking out 1.1.0 of package ‘swift-openapi-async-http-client’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-crypto’
Checking out 4.0.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.38.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.29.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-websocket’
Checking out 1.3.2 of package ‘swift-websocket’
Creating working copy of package ‘swift-certificates’
Checking out 1.15.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘async-http-client’
Checking out 1.29.0 of package ‘async-http-client’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.8.3 of package ‘swift-openapi-runtime’
Creating working copy of package ‘swift-service-context’
Checking out 1.2.1 of package ‘swift-service-context’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.35.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-system’
Checking out 1.6.3 of package ‘swift-system’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.4 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.2 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.5.0 of package ‘swift-http-structured-headers’
Creating working copy of package ‘Yams’
Checking out 6.2.0 of package ‘Yams’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘swift-asn1’
Checking out 1.5.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-openapi-generator’
Checking out 1.10.3 of package ‘swift-openapi-generator’
Creating working copy of package ‘compress-nio’
Checking out 1.4.2 of package ‘compress-nio’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘swift-openapi-urlsession’
Checking out 1.2.0 of package ‘swift-openapi-urlsession’
Creating working copy of package ‘OpenAPIKit’
Checking out 3.9.0 of package ‘OpenAPIKit’
Invalid Resource 'Resources': File not found.Resolve Package Graph
Invalid Resource 'Resources': File not found.
Resolved source packages:
swift-system: https://github.com/apple/swift-system.git @ 1.6.3
swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.3.1
swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.35.0
SwiftOpenAIAPI: /Users/admin/builder/spi-builder-workspace
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.15.0
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.3
Yams: https://github.com/jpsim/Yams @ 6.2.0
swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.25.2
swift-nio: https://github.com/apple/swift-nio @ 2.87.0
swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.29.0
swift-collections: https://github.com/apple/swift-collections @ 1.3.0
swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.1
async-http-client: https://github.com/swift-server/async-http-client.git @ 1.29.0
swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.38.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle @ 2.9.0
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.2.0
swift-openapi-generator: https://github.com/apple/swift-openapi-generator @ 1.10.3
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
compress-nio: https://github.com/adam-fowler/compress-nio.git @ 1.4.2
swift-crypto: https://github.com/apple/swift-crypto.git @ 4.0.0
swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.5.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.2
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.9.0
swift-openapi-async-http-client: https://github.com/swift-server/swift-openapi-async-http-client @ 1.1.0
swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.0.4
swift-websocket: https://github.com/hummingbird-project/swift-websocket @ 1.3.2
swift-log: https://github.com/apple/swift-log.git @ 1.6.4
swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
resolved source packages: swift-system, swift-distributed-tracing, swift-nio-ssl, SwiftOpenAIAPI, swift-certificates, swift-algorithms, swift-openapi-runtime, Yams, swift-nio-transport-services, swift-nio, swift-nio-extras, swift-collections, swift-service-context, async-http-client, swift-nio-http2, SymbolKit, swift-service-lifecycle, swift-openapi-urlsession, swift-openapi-generator, swift-asn1, SwiftDocCPlugin, compress-nio, swift-crypto, swift-http-structured-headers, swift-argument-parser, OpenAPIKit, swift-openapi-async-http-client, swift-async-algorithms, swift-websocket, swift-log, swift-http-types, swift-numerics, swift-atomics
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftOpenAIAPI",
"name" : "SwiftOpenAIAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftOpenAITypes",
"targets" : [
"SwiftOpenAITypes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAIUrlSessionClient",
"targets" : [
"OpenAIUrlSessionClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAIAsyncHTTPClient",
"targets" : [
"OpenAIAsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOpenAITypes",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAITypes",
"path" : "Sources/SwiftOpenAITypes",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"SwiftOpenAITypes",
"OpenAIUrlSessionClient",
"OpenAIAsyncHTTPClient"
],
"sources" : [
"GeneratedSources/Types.swift",
"SwiftOpenAIAPI.swift"
],
"type" : "library"
},
{
"c99name" : "OpenAIUrlSessionClient",
"module_type" : "SwiftTarget",
"name" : "OpenAIUrlSessionClient",
"path" : "Sources/OpenAIUrlSessionClient",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession"
],
"product_memberships" : [
"OpenAIUrlSessionClient"
],
"sources" : [
"GeneratedSources/Client.swift"
],
"target_dependencies" : [
"SwiftOpenAITypes"
],
"type" : "library"
},
{
"c99name" : "OpenAIAsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "OpenAIAsyncHTTPClientTests",
"path" : "Tests/OpenAIAsyncHTTPClientTests",
"product_dependencies" : [
"WSClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"OpenAIAsyncHTTPClientTest.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"OpenAIAsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "OpenAIAsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "OpenAIAsyncHTTPClient",
"path" : "Sources/OpenAIAsyncHTTPClient",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIAsyncHTTPClient"
],
"product_memberships" : [
"OpenAIAsyncHTTPClient"
],
"sources" : [
"AuthenticationMiddleware.swift",
"GeneratedSources/Client.swift"
],
"target_dependencies" : [
"SwiftOpenAITypes"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Invalid Resource 'Resources': File not found.
Resolved source packages:
swift-service-context: https://github.com/apple/swift-service-context.git @ 1.2.1
swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.5.0
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.15.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.29.0
swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.35.0
swift-websocket: https://github.com/hummingbird-project/swift-websocket @ 1.3.2
SwiftOpenAIAPI: /Users/admin/builder/spi-builder-workspace
swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.38.0
compress-nio: https://github.com/adam-fowler/compress-nio.git @ 1.4.2
swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle @ 2.9.0
swift-collections: https://github.com/apple/swift-collections @ 1.3.0
swift-openapi-generator: https://github.com/apple/swift-openapi-generator @ 1.10.3
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.9.0
swift-nio: https://github.com/apple/swift-nio @ 2.87.0
swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.3
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.0
async-http-client: https://github.com/swift-server/async-http-client.git @ 1.29.0
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Yams: https://github.com/jpsim/Yams @ 6.2.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.4
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.2
swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.0.4
swift-openapi-async-http-client: https://github.com/swift-server/swift-openapi-async-http-client @ 1.1.0
swift-system: https://github.com/apple/swift-system.git @ 1.6.3
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.2.0
swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.3.1
swift-crypto: https://github.com/apple/swift-crypto.git @ 4.0.0
swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.25.2
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
resolved source packages: swift-service-context, swift-http-structured-headers, swift-certificates, SwiftDocCPlugin, swift-nio-extras, swift-nio-ssl, swift-websocket, SwiftOpenAIAPI, swift-nio-http2, compress-nio, swift-service-lifecycle, swift-collections, swift-openapi-generator, OpenAPIKit, swift-nio, swift-http-types, swift-openapi-runtime, swift-atomics, swift-asn1, async-http-client, swift-algorithms, SymbolKit, Yams, swift-log, swift-argument-parser, swift-async-algorithms, swift-openapi-async-http-client, swift-system, swift-openapi-urlsession, swift-distributed-tracing, swift-crypto, swift-nio-transport-services, swift-numerics
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftOpenAIAPI",
"name" : "SwiftOpenAIAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftOpenAITypes",
"targets" : [
"SwiftOpenAITypes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAIUrlSessionClient",
"targets" : [
"OpenAIUrlSessionClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAIAsyncHTTPClient",
"targets" : [
"OpenAIAsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOpenAITypes",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAITypes",
"path" : "Sources/SwiftOpenAITypes",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"SwiftOpenAITypes",
"OpenAIUrlSessionClient",
"OpenAIAsyncHTTPClient"
],
"sources" : [
"GeneratedSources/Types.swift",
"SwiftOpenAIAPI.swift"
],
"type" : "library"
},
{
"c99name" : "OpenAIUrlSessionClient",
"module_type" : "SwiftTarget",
"name" : "OpenAIUrlSessionClient",
"path" : "Sources/OpenAIUrlSessionClient",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession"
],
"product_memberships" : [
"OpenAIUrlSessionClient"
],
"sources" : [
"GeneratedSources/Client.swift"
],
"target_dependencies" : [
"SwiftOpenAITypes"
],
"type" : "library"
},
{
"c99name" : "OpenAIAsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "OpenAIAsyncHTTPClientTests",
"path" : "Tests/OpenAIAsyncHTTPClientTests",
"product_dependencies" : [
"WSClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"OpenAIAsyncHTTPClientTest.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"OpenAIAsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "OpenAIAsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "OpenAIAsyncHTTPClient",
"path" : "Sources/OpenAIAsyncHTTPClient",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIAsyncHTTPClient"
],
"product_memberships" : [
"OpenAIAsyncHTTPClient"
],
"sources" : [
"AuthenticationMiddleware.swift",
"GeneratedSources/Client.swift"
],
"target_dependencies" : [
"SwiftOpenAITypes"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
BUILD FAILURE 6.1 watchOS