Build Information
Failed to build SwiftAgent, reference main (9e9b05
), with Swift 6.2 (beta) for macOS (SPM) on 25 Aug 2025 08:38:01 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftedMind/SwiftAgent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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.45s)
Computing version for https://github.com/SwiftyLab/MetaCodable.git
Computed https://github.com/SwiftyLab/MetaCodable.git at 1.5.0 (7.47s)
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
[6206/104827] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.85s)
Fetched https://github.com/apple/swift-collections.git from cache (2.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.85s)
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.36s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.51s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/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/SwiftedMind/swift-openai-responses
Working copy of https://github.com/SwiftedMind/swift-openai-responses resolved at main (e61ca50)
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