The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftOpenAIAPI, reference main (d9243d), with Swift 6.1 for watchOS using Xcode 16.3 on 1 Mar 2026 00:29:46 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atacan/swift-openai-api
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d9243dd Add Swift package badges to README
Cloned https://github.com/atacan/swift-openai-api.git
Revision (git rev-parse @):
d9243dde52d3f5f960f0fef9028789266d4e0bb1
SUCCESS checkout https://github.com/atacan/swift-openai-api.git at main
========================================
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-openapi-generator
Fetching from https://github.com/apple/swift-openapi-urlsession
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-http-types (cached)
Fetching from https://github.com/apple/swift-collections (cached)
Fetching from https://github.com/apple/swift-algorithms (cached)
Fetching from https://github.com/mattpolzin/OpenAPIKit
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/apple/swift-nio (cached)
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/swift-server/swift-service-lifecycle
Fetching from https://github.com/adam-fowler/compress-nio.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (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-nio-http2’
Checking out 1.40.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-openapi-async-http-client’
Checking out 1.3.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-nio’
Checking out 2.95.0 of package ‘swift-nio’
Creating working copy of package ‘swift-openapi-urlsession’
Checking out 1.2.0 of package ‘swift-openapi-urlsession’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘swift-log’
Checking out 1.10.1 of package ‘swift-log’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.36.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-service-context’
Checking out 1.3.0 of package ‘swift-service-context’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-websocket’
Checking out 1.5.0 of package ‘swift-websocket’
Creating working copy of package ‘Yams’
Checking out 6.2.1 of package ‘Yams’
Creating working copy of package ‘swift-certificates’
Checking out 1.18.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.32.1 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.6.0 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.4.0 of package ‘swift-distributed-tracing’
Creating working copy of package ‘swift-collections’
Checking out 1.3.0 of package ‘swift-collections’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.10.1 of package ‘swift-openapi-runtime’
Creating working copy of package ‘OpenAPIKit’
Checking out 3.9.0 of package ‘OpenAPIKit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.1.2 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-asn1’
Checking out 1.5.1 of package ‘swift-asn1’
Creating working copy of package ‘swift-openapi-generator’
Checking out 1.10.4 of package ‘swift-openapi-generator’
Creating working copy of package ‘swift-service-lifecycle’
Checking out 2.10.1 of package ‘swift-service-lifecycle’
Creating working copy of package ‘async-http-client’
Checking out 1.32.0 of package ‘async-http-client’
Creating working copy of package ‘compress-nio’
Checking out 1.4.2 of package ‘compress-nio’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.26.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-crypto’
Checking out 4.2.0 of package ‘swift-crypto’
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.4
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  SwiftOpenAIAPI: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.2
  swift-websocket: https://github.com/hummingbird-project/swift-websocket @ 1.5.0
  swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.40.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.36.0
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.10.1
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.18.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.32.1
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.0
  swift-log: https://github.com/apple/swift-log.git @ 1.10.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.2.0
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle @ 2.10.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.26.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.6.0
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.32.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.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.4
  compress-nio: https://github.com/adam-fowler/compress-nio.git @ 1.4.2
  OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.9.0
  swift-nio: https://github.com/apple/swift-nio @ 2.95.0
  Yams: https://github.com/jpsim/Yams @ 6.2.1
  swift-collections: https://github.com/apple/swift-collections @ 1.3.0
  swift-openapi-async-http-client: https://github.com/swift-server/swift-openapi-async-http-client @ 1.3.0
resolved source packages: swift-system, swift-service-context, SwiftDocCPlugin, SwiftOpenAIAPI, swift-numerics, swift-async-algorithms, swift-websocket, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-openapi-runtime, swift-certificates, SymbolKit, swift-atomics, swift-nio-extras, swift-distributed-tracing, swift-log, swift-crypto, swift-http-types, swift-service-lifecycle, swift-asn1, swift-nio-transport-services, swift-http-structured-headers, async-http-client, swift-argument-parser, swift-openapi-urlsession, swift-openapi-generator, compress-nio, OpenAPIKit, swift-nio, Yams, swift-collections, swift-openapi-async-http-client
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-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
  swift-websocket: https://github.com/hummingbird-project/swift-websocket @ 1.5.0
  compress-nio: https://github.com/adam-fowler/compress-nio.git @ 1.4.2
  swift-log: https://github.com/apple/swift-log.git @ 1.10.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.6.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.32.1
  swift-nio: https://github.com/apple/swift-nio @ 2.95.0
  swift-openapi-async-http-client: https://github.com/swift-server/swift-openapi-async-http-client @ 1.3.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.2.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.26.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.18.0
  swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
  swift-openapi-generator: https://github.com/apple/swift-openapi-generator @ 1.10.4
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.36.0
  swift-collections: https://github.com/apple/swift-collections @ 1.3.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.40.0
  OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.9.0
  SwiftOpenAIAPI: /Users/admin/builder/spi-builder-workspace
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.32.0
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.10.1
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.0
  Yams: https://github.com/jpsim/Yams @ 6.2.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.2
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle @ 2.10.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.2.0
resolved source packages: swift-argument-parser, swift-websocket, compress-nio, swift-log, swift-numerics, SymbolKit, swift-http-structured-headers, SwiftDocCPlugin, swift-nio-extras, swift-nio, swift-openapi-async-http-client, swift-crypto, swift-service-context, swift-asn1, swift-system, swift-nio-transport-services, swift-certificates, swift-algorithms, swift-openapi-generator, swift-nio-ssl, swift-collections, swift-nio-http2, OpenAPIKit, SwiftOpenAIAPI, async-http-client, swift-openapi-runtime, swift-http-types, swift-distributed-tracing, Yams, swift-async-algorithms, swift-service-lifecycle, swift-atomics, swift-openapi-urlsession
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