The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of OpenAIStreamingCompletions with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nate-parrott/openai-streaming-completions-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nate-parrott/openai-streaming-completions-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dc294e4 doc
Cloned https://github.com/nate-parrott/openai-streaming-completions-swift.git
Revision (git rev-parse @):
dc294e47cb6dab5113cdb9c6e5b7efdd7f56ca96
SUCCESS checkout https://github.com/nate-parrott/openai-streaming-completions-swift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "openai-streaming-completions-swift",
      "name": "OpenAIStreamingCompletions",
      "url": "https://github.com/nate-parrott/openai-streaming-completions-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/openai-streaming-completions-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nate-parrott/openai-streaming-completions-swift.git
[1/156] Fetching openai-streaming-completions-swift
Fetched https://github.com/nate-parrott/openai-streaming-completions-swift.git (0.29s)
Creating working copy for https://github.com/nate-parrott/openai-streaming-completions-swift.git
Working copy of https://github.com/nate-parrott/openai-streaming-completions-swift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'openai-streaming-completions-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling OpenAIStreamingCompletions OpenAI.swift
[2/7] Emitting module OpenAIStreamingCompletions
[3/7] Compiling OpenAIStreamingCompletions OpenAI+TextCompletion.swift
[4/7] Compiling OpenAIStreamingCompletions EventStreamParser.swift
[5/7] Compiling OpenAIStreamingCompletions EventSource.swift
[6/7] Compiling OpenAIStreamingCompletions Event.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OpenAIStreamingCompletions/EventSource/Event.swift:87:17: warning: 'scanUpTo(_:into:)' was deprecated in macOS 10.15
        scanner.scanUpTo(":", into: &key)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OpenAIStreamingCompletions/EventSource/Event.swift:88:17: warning: 'scanString(_:into:)' was deprecated in macOS 10.15
        scanner.scanString(":", into: nil)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OpenAIStreamingCompletions/EventSource/Event.swift:91:24: warning: 'scanUpTo(_:into:)' was deprecated in macOS 10.15
            if scanner.scanUpTo(newline, into: &value) {
                       ^
[7/7] Compiling OpenAIStreamingCompletions OpenAI+ChatCompletion.swift
Build complete! (11.45s)
Build complete.
Done.