Build Information
Failed to build FlipBook, reference master (bd9f29), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 12:19:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bgayman/FlipBook.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bgayman/FlipBook
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bd9f29c Add unit tests
Cloned https://github.com/bgayman/FlipBook.git
Revision (git rev-parse @):
bd9f29cf91e6ecd82e863d132af0435fee6098a4
SUCCESS checkout https://github.com/bgayman/FlipBook.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bgayman/FlipBook.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/12] Compiling FlipBook Image.swift
[4/13] Compiling FlipBook Screen.swift
[5/13] Compiling FlipBook FlipBookGIFWriter.swift
[6/13] Compiling FlipBook RPScreenWriter.swift
[7/13] Compiling FlipBook Rect.swift
[8/13] Compiling FlipBook FlipBookCoreAnimationVideoEditor.swift
[9/13] Compiling FlipBook FlipBook.swift
[10/13] Compiling FlipBook FlipBookLivePhotoWriter.swift
[11/13] Emitting module FlipBook
[12/13] Compiling FlipBook FlipBookAssetWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlipBook/FlipBookAssetWriter.swift:417:54: warning: enum case 'success' has one associated value that is a tuple of 2 elements
415 | // Handle Live Photo result
416 | switch result {
417 | case let .success(livePhoto, resources):
| `- warning: enum case 'success' has one associated value that is a tuple of 2 elements
418 | completion(.success(.livePhoto(livePhoto, resources)))
419 | case .failure(let error):
<unknown>:0: note: 'success' declared here
/Users/admin/builder/spi-builder-workspace/Sources/FlipBook/FlipBookAssetWriter.swift:436:46: warning: enum case 'success' has one associated value that is a tuple of 2 elements
434 | // Handle Live Photo result
435 | switch result {
436 | case let .success(livePhoto, resources):
| `- warning: enum case 'success' has one associated value that is a tuple of 2 elements
437 | completion(.success(.livePhoto(livePhoto, resources)))
438 | case .failure(let error):
<unknown>:0: note: 'success' declared here
/Users/admin/builder/spi-builder-workspace/Sources/FlipBook/FlipBookAssetWriter.swift:692:9: error: cannot find 'rpScreenWriter' in scope
690 | /// - Parameter completion: Closure called when writing is finished
691 | internal func endLiveCaptureAndWrite(completion: @escaping (Result<URL, Error>) -> Void) {
692 | rpScreenWriter.finishWriting { (url, error) in
| `- error: cannot find 'rpScreenWriter' in scope
693 | if let url = url {
694 | completion(.success(url))
[13/13] Compiling FlipBook View.swift
BUILD FAILURE 6.2 macosSpm