Build Information
Successful build of device-input, reference 7.2.1 (c48a7d
), with Swift 5.10 for Linux on 1 Oct 2024 13:40:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/device-input.git
Reference: 7.2.1
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/sersoft-gmbh/device-input
* tag 7.2.1 -> FETCH_HEAD
HEAD is now at c48a7d9 Fix build using static linux sdk
Cloned https://github.com/sersoft-gmbh/device-input.git
Revision (git rev-parse @):
c48a7d9618eb46342296be259b7718d6e64a3268
SUCCESS checkout https://github.com/sersoft-gmbh/device-input.git at 7.2.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/sersoft-gmbh/device-input.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/sersoft-gmbh/swift-filestreamer.git
[1/2038] Fetching swift-docc-plugin
[470/5120] Fetching swift-docc-plugin, swift-docc-symbolkit
[830/6654] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-filestreamer
[4307/10310] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-filestreamer, swift-system
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Fetched https://github.com/sersoft-gmbh/swift-filestreamer.git from cache (0.42s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/sersoft-gmbh/swift-filestreamer
Computed https://github.com/sersoft-gmbh/swift-filestreamer at 0.8.1 (0.33s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.93s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.40s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/sersoft-gmbh/swift-filestreamer.git
Working copy of https://github.com/sersoft-gmbh/swift-filestreamer.git resolved at 0.8.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Write sources
[5/9] Compiling CInput input.c
[6/9] Compiling CSystem shims.c
[7/9] Write swift-version-24593BA9C3E375BF.txt
[7/9] Compiling CInput grabdevice.c
[10/30] Emitting module SystemPackage
[11/32] Compiling SystemPackage Util.swift
[12/32] Compiling SystemPackage UtilConsumers.swift
[13/32] Compiling SystemPackage Errno.swift
[14/32] Compiling SystemPackage FileDescriptor.swift
[15/32] Compiling SystemPackage FileHelpers.swift
[16/32] Compiling SystemPackage FilePathSyntax.swift
[17/32] Compiling SystemPackage FilePathWindows.swift
[18/32] Compiling SystemPackage FilePermissions.swift
[19/32] Compiling SystemPackage FileOperations.swift
[20/32] Compiling SystemPackage FilePath.swift
[21/32] Compiling SystemPackage FilePathComponentView.swift
[22/32] Compiling SystemPackage FilePathComponents.swift
[23/32] Compiling SystemPackage FilePathParsing.swift
[24/32] Compiling SystemPackage FilePathString.swift
[25/32] Compiling SystemPackage PlatformString.swift
[26/32] Compiling SystemPackage SystemString.swift
[27/32] Compiling SystemPackage Mocking.swift
[28/32] Compiling SystemPackage Syscalls.swift
[29/32] Compiling SystemPackage WindowsSyscallAdapters.swift
[30/32] Compiling SystemPackage CInterop.swift
[31/32] Compiling SystemPackage Constants.swift
[32/32] Compiling SystemPackage Exports.swift
[34/35] Emitting module FileStreamer
[35/35] Compiling FileStreamer FileStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-filestreamer/Sources/FileStreamer/FileStream.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Dispatch
^
@preconcurrency
[37/43] Compiling DeviceInput InputEventCode.swift
[38/43] Compiling DeviceInput InputEventKind.swift
[39/43] Compiling DeviceInput InputEventValue.swift
[40/43] Compiling DeviceInput InputDevice.swift
[41/43] Emitting module DeviceInput
[42/43] Compiling DeviceInput FileHandle+Grab.swift
[43/43] Compiling DeviceInput InputEvent.swift
/host/spi-builder-workspace/Sources/DeviceInput/InputEvent.swift:4:24: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency public import Foundation // Date
~~~~~~~~~~~~~~~~ ^
Build complete! (22.18s)
Build complete.
Done.