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 HSObserver with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ConfusedVorlon/HSObserver.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/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
Revision (git rev-parse @):
acbb61ea94518871ddea3571bf0d1aba24384584
SUCCESS checkout https://github.com/ConfusedVorlon/HSObserver.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ConfusedVorlon/HSObserver.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/8] Compiling HSObserver NSNotification+HSObserver.swift
[4/8] Compiling HSObserver HSObserves.swift
[5/8] Compiling HSObserver HSHasObservers.swift
[6/8] Compiling HSObserver HSKeyPathObserver.swift
[7/8] Compiling HSObserver HSObserver.swift
/Users/builder/builds/UKfvDsi8u/2/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:2:15: note: struct 'Notification' does not conform to the 'Sendable' protocol
public struct Notification : ReferenceConvertible, Equatable, Hashable {
              ^
[8/8] Emitting module HSObserver
Build complete! (2.75s)
Build complete.
Done.