The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Flynn with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
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.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
[1/1] Compiling plugin FlynnPlugin
Building for debugging...
[1/17] Compiling Pony cpu_apple.c
[2/17] Compiling Pony threads-windows.c
[3/17] Compiling Pony messageq.c
[4/17] Compiling Pony memory.c
[5/17] Compiling Pony cpu_linux.c
[6/17] Compiling Pony actor.c
[7/17] Compiling Pony threads-posix.m
[8/17] Compiling Pony scheduler.c
[9/17] Compiling shared.c
[10/17] Compiling Pony cpu_windows.c
[11/17] Compiling node.c
[11/17] Compiling Pony ponyrt.c
[13/17] Compiling Pony mpmcq.c
[14/17] Compiling root.c
[15/17] 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/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
[16/17] Flynn Plugin - generating behaviours...
[18/30] Compiling Flynn Flynn+Remote.swift
[19/30] Compiling Flynn RemoteActor.swift
[20/31] Compiling Flynn Print.swift
[21/31] Compiling Flynn Queue.swift
[22/31] Compiling Flynn Actor.swift
[23/31] Compiling Flynn Atomics.swift
[24/31] Emitting module Flynn
[25/31] Compiling Flynn Flynn+Timer.swift
[26/31] Compiling Flynn Flynn.swift
[27/31] Compiling Flynn Extensions.swift
[28/31] Compiling Flynn Flowable.swift
[29/31] Compiling Flynn RemoteActorRunner.swift
[30/31] Compiling Flynn RemoteActorManager.swift
[31/31] Compiling Flynn FlynnPlugin.swift
Build complete! (7.74s)
Build complete.
Done.

Build Machine: Linux 1