The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Pipify, reference main (64e24e), with Swift 5.10 for macOS (SPM) on 22 Nov 2024 14:27:13 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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 64e24ee Resolve macOS Compilation Error
Cloned https://github.com/getsidetrack/swiftui-pipify.git
Revision (git rev-parse @):
64e24ee19e4caf18cde4e81fb24229999bb2f1d4
SUCCESS checkout https://github.com/getsidetrack/swiftui-pipify.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/getsidetrack/swiftui-pipify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Compiling Pipify View+Pipify.swift
[4/9] Compiling Pipify View+Changes.swift
[5/9] Compiling Pipify LayerView.swift
[6/9] Compiling Pipify PipifyViewModifier.swift
[7/9] Compiling Pipify View+Buffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/View+Buffer.swift:21:15: warning: passing argument of non-sendable type 'ImageRenderer<some View>' into main actor-isolated context may introduce data races
        await renderer.render { size, callback in
              ^
SwiftUI.ImageRenderer:2:20: note: generic class 'ImageRenderer' does not conform to the 'Sendable' protocol
final public class ImageRenderer<Content> : ObservableObject where Content : View {
                   ^
[8/9] Emitting module Pipify
[9/9] 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 {
                   ^
Build complete! (10.18s)
Build complete.
Done.