Build Information
Failed to build SwiftFM, reference 0.3.0 (f45cff
), with Swift 6.2 (beta) for macOS (SPM) on 17 Aug 2025 05:39:40 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ricky-stone/SwiftFM.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricky-stone/SwiftFM
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at f45cff0 docs: add Swift Testing examples to README
Cloned https://github.com/ricky-stone/SwiftFM.git
Revision (git rev-parse @):
f45cff0c7b0aab05c06d4f2f3ed62493e66f9a73
SUCCESS checkout https://github.com/ricky-stone/SwiftFM.git at 0.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ricky-stone/SwiftFM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module SwiftFM
[4/4] Compiling SwiftFM SwiftFM.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFM/SwiftFM.swift:73:49: error: value of type 'String.PartiallyGenerated' (aka 'String') has no member 'content'
71 | for try await snap in stream {
72 | if Task.isCancelled { break }
73 | continuation.yield(snap.content)
| `- error: value of type 'String.PartiallyGenerated' (aka 'String') has no member 'content'
74 | }
75 | continuation.finish()
BUILD FAILURE 6.2 macosSpm