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 SwiftFM, reference main (9e6520), with Swift 6.2 (beta) for macOS (SPM) on 17 Aug 2025 05:41:07 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricky-stone/SwiftFM
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9e65201 Update README.md
Cloned https://github.com/ricky-stone/SwiftFM.git
Revision (git rev-parse @):
9e65201914e4f195edd46e7868d8628543f6fa78
SUCCESS checkout https://github.com/ricky-stone/SwiftFM.git at main
========================================
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