The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Flynn with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KittyMac/flynn.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e091055 only include windows binary target if on windows (work around failed extracting error)
Cloned https://github.com/KittyMac/flynn.git
Revision (git rev-parse @):
e0910553fad31cc6a7b3e498ecb8af76dae167b0
SUCCESS checkout https://github.com/KittyMac/flynn.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/KittyMac/flynn.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Compiling plugin FlynnPlugin...
/host/spi-builder-workspace/Plugins/FlynnPlugin/FlynnPlugin.swift:56:17: warning: default will never be executed
                default:
                ^
Building for debugging...
[0/16] Compiling Pony threads-windows.c
[1/16] Compiling Pony mpmcq.c
[1/16] Compiling Pony messageq.c
[1/16] Compiling Pony memory.c
[1/16] Compiling Pony cpu_windows.c
[1/16] Compiling Pony cpu_linux.c
[1/16] Compiling Pony cpu_apple.c
[1/16] Compiling Pony actor.c
[8/16] Compiling Pony threads-posix.m
[9/16] Compiling Pony scheduler.c
[10/16] Compiling shared.c
[11/16] Compiling Pony ponyrt.c
[12/16] Compiling node.c
[13/16] Compiling root.c
[14/16] 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/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/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
/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/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
[15/16] Flynn Plugin - generating behaviours...
[17/29] Compiling Flynn RemoteActorRunner.swift
[18/29] Compiling Flynn Extensions.swift
[19/29] Compiling Flynn Flowable.swift
[20/29] Compiling Flynn Flynn+Timer.swift
[21/29] Compiling Flynn Flynn.swift
[22/30] Emitting module Flynn
[23/30] Compiling Flynn Actor.swift
[24/30] Compiling Flynn Atomics.swift
[25/30] Compiling Flynn Print.swift
[26/30] Compiling Flynn Queue.swift
[27/30] Compiling Flynn Flynn+Remote.swift
[28/30] Compiling Flynn RemoteActor.swift
[29/30] Compiling Flynn RemoteActorManager.swift
[30/30] Compiling Flynn FlynnPlugin.swift
Build complete! (7.08s)
Build complete.
Done.

Build Machine: Linux 1