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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nate-parrott/openai-streaming-completions-swift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nate-parrott/openai-streaming-completions-swift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at d89966e oop
Cloned https://github.com/nate-parrott/openai-streaming-completions-swift.git
Revision (git rev-parse @):
d89966e17627731a2627aff053cc0df86d0022fa
SUCCESS checkout https://github.com/nate-parrott/openai-streaming-completions-swift.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nate-parrott/openai-streaming-completions-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/9] Compiling OpenAIStreamingCompletions OpenAI.swift
[4/9] Compiling OpenAIStreamingCompletions OpenAI+TextCompletion.swift
[5/9] Compiling OpenAIStreamingCompletions EventStreamParser.swift
[6/9] Compiling OpenAIStreamingCompletions EventSource.swift
[7/9] Compiling OpenAIStreamingCompletions Event.swift
/Users/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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/builder/builds/UKfvDsi8u/0/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) {
                       ^
[8/9] Emitting module OpenAIStreamingCompletions
[9/9] Compiling OpenAIStreamingCompletions OpenAI+ChatCompletion.swift
Build complete! (4.62s)
Build complete.
Done.