The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftAgent, reference 0.6.0 (9e9b05), with Swift 6.2 (beta) for macOS (SPM) on 25 Aug 2025 08:38:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftedMind/SwiftAgent.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftedMind/SwiftAgent
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 9e9b053 Merge pull request #1 from SwiftedMind/develop
Cloned https://github.com/SwiftedMind/SwiftAgent.git
Revision (git rev-parse @):
9e9b053e12f8430349b3b05f7748cc9753c156eb
SUCCESS checkout https://github.com/SwiftedMind/SwiftAgent.git at 0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftedMind/SwiftAgent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/SwiftedMind/swift-openai-responses
[1/300] Fetching swift-openai-responses
Fetched https://github.com/SwiftedMind/swift-openai-responses from cache (0.73s)
Fetching https://github.com/SwiftyLab/MetaCodable.git
[1/105882] Fetching metacodable
Fetched https://github.com/SwiftyLab/MetaCodable.git from cache (4.61s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (7.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/17354] Fetching swift-collections
[522/33043] Fetching swift-collections, swift-argument-parser
[3563/104827] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
[50146/87473] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.03s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.03s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (3.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.47s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/SwiftedMind/swift-openai-responses
Working copy of https://github.com/SwiftedMind/swift-openai-responses resolved at main (e61ca50)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/SwiftyLab/MetaCodable.git
Working copy of https://github.com/SwiftyLab/MetaCodable.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
error: the library 'SimulatedSession' requires macos 10.13, but depends on the product 'OpenAI' which requires macos 14.0; consider changing the library 'SimulatedSession' to require macos 14.0 or later, or the product 'OpenAI' to require macos 10.13 or earlier.
error: the library 'OpenAISession' requires macos 10.13, but depends on the product 'OpenAI' which requires macos 14.0; consider changing the library 'OpenAISession' to require macos 14.0 or later, or the product 'OpenAI' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm