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 Flynn, reference master (2aa347), with Swift 5.10 for macOS (SPM) on 1 Oct 2024 23:38:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KittyMac/flynn.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KittyMac/flynn
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2aa347f update docker buildx
Cloned https://github.com/KittyMac/flynn.git
Revision (git rev-parse @):
2aa347f7d364113b76099ab945a89a4d5758a2cc
SUCCESS checkout https://github.com/KittyMac/flynn.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/KittyMac/flynn.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin FlynnPlugin
Building for debugging...
[1/20] Write swift-version-33747A42983211AE.txt
[2/20] Compiling Pony threads-windows.c
[3/20] Compiling Pony memory.c
[4/20] Compiling Pony scheduler.c
[4/20] Compiling root.c
[6/20] Compiling Pony mpmcq.c
[7/20] Compiling Pony cpu_windows.c
[8/20] Compiling Pony cpu_linux.c
[9/20] Compiling Pony cpu_apple.c
[10/20] Compiling shared.c
[11/20] Compiling Pony actor.c
[12/20] Compiling Pony messageq.c
[13/20] Compiling Pony ponyrt.c
[14/20] Compiling node.c
["/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Print.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Flowable.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Flynn+Timer.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Atomics.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Flynn.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/TimedOperationQueue.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Extensions.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Queue.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Flynn+Group.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/Flynn+Remote.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorRunner.swift", "/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActor.swift"]
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Flynn.swift:19:21: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Flynn.swift:32:21: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:182:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:190:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:198:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:215:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:223:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:308:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:329:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:118:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:123:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:147:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:164:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:231:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:240:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:295:12: warning: Access Level Violation: Unsafe variables should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:84:12: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:134:14: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:426:14: warning: Access Level Violation: Unsafe functions should not be used
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:434:14: warning: Access Level Violation: Unsafe functions should not be used
[15/20] Flynn Plugin - generating behaviours...
[16/20] Write sources
[17/20] Compiling Pony threads-posix.m
[18/20] Write Objects.LinkFileList
[19/35] Linking libPonyLib.dylib
[21/35] Compiling Flynn TimedOperationQueue.swift
[22/36] Compiling Flynn Actor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:285:43: warning: capture of 'actorPtr' with non-sendable type 'UnsafeMutableRawPointer' in a `@Sendable` closure
            while pony_actor_is_suspended(actorPtr) == false {
                                          ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:289:35: warning: capture of 'actorPtr' with non-sendable type 'UnsafeMutableRawPointer' in a `@Sendable` closure
                pony_actor_resume(actorPtr)
                                  ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
[23/36] Compiling Flynn Atomics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:285:43: warning: capture of 'actorPtr' with non-sendable type 'UnsafeMutableRawPointer' in a `@Sendable` closure
            while pony_actor_is_suspended(actorPtr) == false {
                                          ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:289:35: warning: capture of 'actorPtr' with non-sendable type 'UnsafeMutableRawPointer' in a `@Sendable` closure
                pony_actor_resume(actorPtr)
                                  ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
[24/36] Compiling Flynn Flynn+Group.swift
[25/36] Compiling Flynn Flynn+Timer.swift
[26/36] Emitting module Flynn
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:285:43: warning: capture of 'actorPtr' with non-sendable type 'UnsafeMutableRawPointer' in a `@Sendable` closure
            while pony_actor_is_suspended(actorPtr) == false {
                                          ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Flynn/Actor.swift:289:35: warning: capture of 'actorPtr' with non-sendable type 'UnsafeMutableRawPointer' in a `@Sendable` closure
                pony_actor_resume(actorPtr)
                                  ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
[27/36] Compiling Flynn Queue.swift
[28/36] Compiling Flynn Flynn+Remote.swift
[29/36] Compiling Flynn Flynn.swift
[30/36] Compiling Flynn Print.swift
[31/36] Compiling Flynn Extensions.swift
[32/36] Compiling Flynn Flowable.swift
[33/36] Compiling Flynn RemoteActor.swift
[34/36] Compiling Flynn RemoteActorRunner.swift
[35/36] Compiling Flynn RemoteActorManager.swift
[36/36] Compiling Flynn FlynnPlugin.swift
Build complete! (10.22s)
Build complete.
Done.