Build Information
Successful build of FileMonitor with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aus-der-Technik/FileMonitor.git
Reference: 1.2.0
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
* tag 1.2.0 -> FETCH_HEAD
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 1.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/aus-der-Technik/FileMonitor.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/15] Write sources
[5/15] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling FileMonitorShared Watcher.swift
[8/19] Compiling FileMonitorShared FileChangeEvent.swift
[9/19] Emitting module FileMonitorShared
[10/19] Compiling FileMonitorShared URL+isDirectory.swift
[11/20] Wrapping AST for FileMonitorShared for debugging
[13/24] Compiling FileMonitorLinux LinuxWatcher.swift
[14/24] Compiling FileMonitorLinux InotifyEvent.swift
[15/24] Emitting module FileMonitorLinux
[16/24] Compiling FileMonitorLinux FileSystemWatcher.swift
[17/25] Wrapping AST for FileMonitorLinux for debugging
[19/28] Emitting module FileMonitor
[20/28] Compiling FileMonitor FileMonitor.swift
[21/28] Compiling FileMonitor FileDidChangedDelegate.swift
[22/29] Wrapping AST for FileMonitor for debugging
[24/33] Emitting module FileMonitorAsyncStreamExample
[25/33] Compiling FileMonitorAsyncStreamExample FileMonitorAsyncStreamExample.swift
[26/33] Compiling FileMonitorDelegateExample FileMonitorDelegateExample.swift
[27/33] Emitting module FileMonitorDelegateExample
[29/35] Wrapping AST for FileMonitorAsyncStreamExample for debugging
[30/35] Write Objects.LinkFileList
[31/35] Wrapping AST for FileMonitorDelegateExample for debugging
[32/35] Write Objects.LinkFileList
[33/35] Linking FileMonitorDelegateExample
[34/35] Linking FileMonitorAsyncStreamExample
Build complete! (6.38s)
Build complete.
Done.