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 v0.4.115 (23cf24), with Swift 5.10 for Linux on 22 Aug 2024 05:50:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KittyMac/flynn.git
Reference: v0.4.115
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/KittyMac/flynn
 * tag               v0.4.115   -> FETCH_HEAD
HEAD is now at 23cf24e Flynn.startup() you can now provide a minimum number of schedulers
Cloned https://github.com/KittyMac/flynn.git
Revision (git rev-parse @):
23cf24e2eb338cd3241834919951e620209f07db
SUCCESS checkout https://github.com/KittyMac/flynn.git at v0.4.115
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/KittyMac/flynn.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
[1/1] Compiling plugin FlynnPlugin
Building for debugging...
[1/20] Compiling Pony threads-windows.c
[2/20] Compiling Pony mpmcq.c
[2/20] Compiling Pony threads-posix.m
[4/20] Compiling Pony scheduler.c
[5/20] Compiling node.c
[6/20] Compiling shared.c
[7/20] Compiling Pony messageq.c
[8/20] Compiling Pony cpu_windows.c
[9/20] Compiling Pony ponyrt.c
[10/20] Write swift-version-24593BA9C3E375BF.txt
[11/20] Compiling Pony cpu_apple.c
[12/20] Compiling Pony memory.c
[13/20] Compiling root.c
[14/20] Compiling Pony cpu_linux.c
[15/20] Compiling Pony actor.c
[16/20] Write Objects.LinkFileList
[17/20] Linking libPonyLib.so
["/host/spi-builder-workspace/Sources/Flynn/Atomics.swift", "/host/spi-builder-workspace/Sources/Flynn/Actor.swift", "/host/spi-builder-workspace/Sources/Flynn/Flynn+Group.swift", "/host/spi-builder-workspace/Sources/Flynn/Extensions.swift", "/host/spi-builder-workspace/Sources/Flynn/Flynn.swift", "/host/spi-builder-workspace/Sources/Flynn/Flynn+Timer.swift", "/host/spi-builder-workspace/Sources/Flynn/Queue.swift", "/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift", "/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorRunner.swift", "/host/spi-builder-workspace/Sources/Flynn/Remote/Flynn+Remote.swift", "/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActor.swift", "/host/spi-builder-workspace/Sources/Flynn/Print.swift", "/host/spi-builder-workspace/Sources/Flynn/Flowable.swift", "/host/spi-builder-workspace/Sources/Flynn/TimedOperationQueue.swift"]
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:182:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:190:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:198:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:215:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:223:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:308:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:329:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:118:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:123:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:147:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:164:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:231:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:240:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Actor.swift:295:12: warning: Access Level Violation: Unsafe variables should not be used
/host/spi-builder-workspace/Sources/Flynn/Flynn.swift:19:21: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Flynn.swift:32:21: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:84:12: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:134:14: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:426:14: warning: Access Level Violation: Unsafe functions should not be used
/host/spi-builder-workspace/Sources/Flynn/Remote/RemoteActorManager.swift:434:14: warning: Access Level Violation: Unsafe functions should not be used
[18/20] Flynn Plugin - generating behaviours...
[19/20] Write sources
[21/35] Compiling Flynn RemoteActor.swift
[22/35] Compiling Flynn RemoteActorManager.swift
[23/35] Compiling Flynn Flynn.swift
[24/35] Compiling Flynn Print.swift
[25/35] Compiling Flynn Queue.swift
[26/35] Compiling Flynn Flynn+Remote.swift
[27/35] Compiling Flynn RemoteActorRunner.swift
[28/35] Compiling Flynn TimedOperationQueue.swift
[29/35] Emitting module Flynn
/host/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 {
                      ^
/host/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 {
                      ^
[30/35] Compiling Flynn Actor.swift
/host/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 {
                      ^
/host/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 {
                      ^
[31/35] Compiling Flynn Atomics.swift
/host/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 {
                      ^
/host/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 {
                      ^
[32/36] Compiling Flynn Extensions.swift
[33/36] Compiling Flynn Flowable.swift
[34/36] Compiling Flynn Flynn+Group.swift
[35/36] Compiling Flynn Flynn+Timer.swift
[36/36] Compiling Flynn FlynnPlugin.swift
Build complete! (8.82s)
Build complete.
Done.