The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HSObserver with Swift 5.7 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.17.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ConfusedVorlon/HSObserver.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ConfusedVorlon/HSObserver
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at acbb61e Merge branch 'feature/objc' into develop
Cloned https://github.com/ConfusedVorlon/HSObserver.git into spi-builder-workspace
acbb61ea94518871ddea3571bf0d1aba24384584
SUCCESS checkout https://github.com/ConfusedVorlon/HSObserver.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/6] Emitting module HSObserver
[2/6] Compiling HSObserver HSHasObservers.swift
[3/6] Compiling HSObserver NSNotification+HSObserver.swift
[4/6] Compiling HSObserver HSKeyPathObserver.swift
[5/6] Compiling HSObserver HSObserves.swift
[6/6] Compiling HSObserver HSObserver.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HSObserver/HSObserver.swift:128:23: warning: capture of 'notification' with non-sendable type 'Notification' in a `@Sendable` closure
                block(notification)
                      ^
Foundation.Notification:1:15: note: struct 'Notification' does not conform to the 'Sendable' protocol
public struct Notification : ReferenceConvertible, Equatable, Hashable {
              ^
Build complete! (3.31s)
Build complete.
Done.