Build Information
Successful build of TypedNotificationCenter, reference master (618367
), with Swift 5.10 for Linux on 29 Sep 2024 03:20:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cyberbeni/typednotificationcenter.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/cyberbeni/typednotificationcenter
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6183677 Merge pull request #72 from Cyberbeni/format-workflow-update
Cloned https://github.com/cyberbeni/typednotificationcenter.git
Revision (git rev-parse @):
61836777a803f61d6f29152854a15018b13bfa63
SUCCESS checkout https://github.com/cyberbeni/typednotificationcenter.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/cyberbeni/typednotificationcenter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/TypedNotificationCenterTests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/TypedNotificationCenter/Info.plist
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling TypedNotificationCenter TypedNotificationObservation+GenericNsNotification.swift
[4/17] Compiling TypedNotificationCenter PDFView.swift
[5/19] Compiling TypedNotificationCenter TypedNotificationObservation.swift
[6/19] Compiling TypedNotificationCenter WeakBox.swift
[7/19] Compiling TypedNotificationCenter TypedNotificationCenter+GenericBridgedNotification.swift
[8/19] Compiling TypedNotificationCenter TypedNotificationObservation+GenericBridgedNotification.swift
[9/19] Compiling TypedNotificationCenter UIResponder.swift
[10/19] Compiling TypedNotificationCenter AnyPayloadTypedNotification.swift
[11/19] Emitting module TypedNotificationCenter
[12/19] Compiling TypedNotificationCenter BridgedNotification+ErrorHandlingCustomization.swift
[13/19] Compiling TypedNotificationCenter BridgedNotification.swift
[14/19] Compiling TypedNotificationCenter TypedNotificationCenter+BridgedNotification.swift
[15/19] Compiling TypedNotificationCenter TypedNotificationObservation+NsNotification.swift
[16/19] Compiling TypedNotificationCenter AnyTypedNotification.swift
[17/19] Compiling TypedNotificationCenter SameTypedNotification.swift
[18/19] Compiling TypedNotificationCenter TypedNotification.swift
[19/19] Compiling TypedNotificationCenter TypedNotificationCenter.swift
Build complete! (8.59s)
Build complete.
Done.