The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of device-input, reference main (c48a7d), with Swift 5.10 for Linux on 1 Oct 2024 13:39:48 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: 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/sersoft-gmbh/device-input
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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/sersoft-gmbh/swift-filestreamer.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[2039/5694] Fetching swift-docc-plugin, swift-system
[2076/8776] Fetching swift-docc-plugin, swift-system, swift-docc-symbolkit
[3247/10310] Fetching swift-docc-plugin, swift-system, swift-docc-symbolkit, swift-filestreamer
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.38s)
Fetched https://github.com/sersoft-gmbh/swift-filestreamer.git from cache (0.38s)
Computing version for https://github.com/sersoft-gmbh/swift-filestreamer
Computed https://github.com/sersoft-gmbh/swift-filestreamer at 0.8.1 (0.50s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.92s)
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 grabdevice.c
[6/9] Compiling CInput input.c
[7/9] Write swift-version-24593BA9C3E375BF.txt
[7/9] Compiling CSystem shims.c
[10/30] Emitting module SystemPackage
[11/32] Compiling SystemPackage Errno.swift
[12/32] Compiling SystemPackage FileDescriptor.swift
[13/32] Compiling SystemPackage FileHelpers.swift
[14/32] Compiling SystemPackage FileOperations.swift
[15/32] Compiling SystemPackage FilePath.swift
[16/32] Compiling SystemPackage FilePathComponentView.swift
[17/32] Compiling SystemPackage Util.swift
[18/32] Compiling SystemPackage UtilConsumers.swift
[19/32] Compiling SystemPackage PlatformString.swift
[20/32] Compiling SystemPackage SystemString.swift
[21/32] Compiling SystemPackage FilePathSyntax.swift
[22/32] Compiling SystemPackage FilePathWindows.swift
[23/32] Compiling SystemPackage FilePermissions.swift
[24/32] Compiling SystemPackage Mocking.swift
[25/32] Compiling SystemPackage Syscalls.swift
[26/32] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/32] Compiling SystemPackage FilePathComponents.swift
[28/32] Compiling SystemPackage FilePathParsing.swift
[29/32] Compiling SystemPackage FilePathString.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] Compiling DeviceInput FileHandle+Grab.swift
[42/43] Emitting module DeviceInput
[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! (20.30s)
Build complete.
Done.