The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlipBook with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bgayman/FlipBook.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "flipbook",
      "name": "FlipBook",
      "url": "https://github.com/bgayman/FlipBook.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FlipBook",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bgayman/FlipBook.git
[1/568] Fetching flipbook
Fetched https://github.com/bgayman/FlipBook.git (0.28s)
Creating working copy for https://github.com/bgayman/FlipBook.git
Working copy of https://github.com/bgayman/FlipBook.git resolved at master
warning: '.resolve-product-dependencies': dependency 'flipbook' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling FlipBook RPScreenWriter.swift
[2/10] Compiling FlipBook Screen.swift
[3/10] Compiling FlipBook Rect.swift
[4/11] Compiling FlipBook FlipBookCoreAnimationVideoEditor.swift
[5/11] Compiling FlipBook FlipBookGIFWriter.swift
[6/11] Compiling FlipBook FlipBookLivePhotoWriter.swift
[7/11] Compiling FlipBook Image.swift
[8/11] Emitting module FlipBook
[9/11] Compiling FlipBook FlipBook.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
                                    case let .success(livePhoto, resources):
                                                     ^
                                                     (                     )
<unknown>:0: note: 'success' declared here
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
                            case let .success(livePhoto, resources):
                                             ^
                                             (                     )
<unknown>:0: note: 'success' declared here
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlipBook/FlipBookAssetWriter.swift:692:9: error: cannot find 'rpScreenWriter' in scope
        rpScreenWriter.finishWriting { (url, error) in
        ^~~~~~~~~~~~~~
[10/11] Compiling FlipBook FlipBookAssetWriter.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
                                    case let .success(livePhoto, resources):
                                                     ^
                                                     (                     )
<unknown>:0: note: 'success' declared here
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
                            case let .success(livePhoto, resources):
                                             ^
                                             (                     )
<unknown>:0: note: 'success' declared here
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlipBook/FlipBookAssetWriter.swift:692:9: error: cannot find 'rpScreenWriter' in scope
        rpScreenWriter.finishWriting { (url, error) in
        ^~~~~~~~~~~~~~
[11/11] Compiling FlipBook View.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[1/3] Compiling FlipBook FlipBook.swift
[2/3] Emitting module FlipBook
[3/3] Compiling FlipBook FlipBookAssetWriter.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
                                    case let .success(livePhoto, resources):
                                                     ^
                                                     (                     )
<unknown>:0: note: 'success' declared here
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
                            case let .success(livePhoto, resources):
                                             ^
                                             (                     )
<unknown>:0: note: 'success' declared here
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlipBook/FlipBookAssetWriter.swift:692:9: error: cannot find 'rpScreenWriter' in scope
        rpScreenWriter.finishWriting { (url, error) in
        ^~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 macosSpm