Build Information
Failed to build Pipify, reference main (e35dce
), with Swift 5.9 for macOS (SPM) on 21 Aug 2024 20:38:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getsidetrack/swiftui-pipify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getsidetrack/swiftui-pipify
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e35dced Merge pull request #32 from yusufkildan/improvements
Cloned https://github.com/getsidetrack/swiftui-pipify.git
Revision (git rev-parse @):
e35dced4771bb538d27d3a63361bca2f0ed56930
SUCCESS checkout https://github.com/getsidetrack/swiftui-pipify.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/getsidetrack/swiftui-pipify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Emitting module Pipify
[2/7] Compiling Pipify View+Changes.swift
[3/7] Compiling Pipify LayerView.swift
[4/7] Compiling Pipify PipifyViewModifier.swift
[5/7] Compiling Pipify View+Buffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/View+Buffer.swift:14:27: error: cannot find 'UIScreen' in scope
let scale = await UIScreen.main.scale * 2
^~~~~~~~
[6/7] Compiling Pipify View+Pipify.swift
[7/7] Compiling Pipify PipifyController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PipifyController.swift:107:66: warning: capture of 'renderer' with non-sendable type 'ImageRenderer<some View>' in a `@Sendable` closure
let buffer = try await view.makeBuffer(renderer: renderer)
^
SwiftUI.ImageRenderer:2:20: note: generic class 'ImageRenderer' does not conform to the 'Sendable' protocol
final public class ImageRenderer<Content> : ObservableObject where Content : View {
^
error: fatalError
BUILD FAILURE 5.9 macosSpm