Build Information
Successful build of FileMonitor with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aus-der-Technik/FileMonitor.git
Reference: main
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/aus-der-Technik/FileMonitor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ef22f14 Adds support for AsyncStream (#4)
Cloned https://github.com/aus-der-Technik/FileMonitor.git
Revision (git rev-parse @):
ef22f1487d07fbff0a7a5f743d42611bfd03b5e8
SUCCESS checkout https://github.com/aus-der-Technik/FileMonitor.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/aus-der-Technik/FileMonitor.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/11] Emitting module FileMonitorShared
[2/11] Compiling FileMonitorShared Watcher.swift
[3/11] Compiling FileMonitorShared FileChangeEvent.swift
[4/11] Compiling FileMonitorShared URL+isDirectory.swift
[6/13] Wrapping AST for FileMonitorShared for debugging
[8/17] Compiling FileMonitorLinux InotifyEvent.swift
[9/17] Compiling FileMonitorLinux LinuxWatcher.swift
[10/17] Emitting module FileMonitorLinux
[11/17] Compiling FileMonitorLinux FileSystemWatcher.swift
[13/19] Wrapping AST for FileMonitorLinux for debugging
[15/22] Compiling FileMonitor FileDidChangedDelegate.swift
[16/22] Emitting module FileMonitor
[17/22] Compiling FileMonitor FileMonitor.swift
[19/24] Wrapping AST for FileMonitor for debugging
[21/28] Emitting module FileMonitorDelegateExample
[22/28] Compiling FileMonitorDelegateExample FileMonitorDelegateExample.swift
[23/29] Emitting module FileMonitorAsyncStreamExample
[24/29] Compiling FileMonitorAsyncStreamExample FileMonitorAsyncStreamExample.swift
[28/32] Wrapping AST for FileMonitorDelegateExample for debugging
[29/32] Wrapping AST for FileMonitorAsyncStreamExample for debugging
[30/32] Linking FileMonitorAsyncStreamExample
[31/32] Linking FileMonitorDelegateExample
Build complete! (10.19s)
Build complete.
Done.