Build Information
Successful build of device-input, reference main (c50dbb
), with Swift 6.1 for Linux on 5 Jun 2025 09:16:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 c50dbbe Bump github.com/apple/swift-docc-plugin from 1.4.3 to 1.4.4
Cloned https://github.com/sersoft-gmbh/device-input.git
Revision (git rev-parse @):
c50dbbe29f08165f2ce197cd5e51a2244be4f5ef
SUCCESS checkout https://github.com/sersoft-gmbh/device-input.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/sersoft-gmbh/device-input.git
https://github.com/sersoft-gmbh/device-input.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-filestreamer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sersoft-gmbh/swift-filestreamer"
}
],
"manifest_display_name" : "device-input",
"name" : "device-input",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DeviceInput",
"targets" : [
"DeviceInput"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeviceInputTests",
"module_type" : "SwiftTarget",
"name" : "DeviceInputTests",
"path" : "Tests/DeviceInputTests",
"product_dependencies" : [
"SystemPackage",
"FileStreamer"
],
"sources" : [
"InputDeviceTests.swift"
],
"target_dependencies" : [
"CInput",
"DeviceInput"
],
"type" : "test"
},
{
"c99name" : "DeviceInput",
"module_type" : "SwiftTarget",
"name" : "DeviceInput",
"path" : "Sources/DeviceInput",
"product_dependencies" : [
"SystemPackage",
"FileStreamer"
],
"product_memberships" : [
"DeviceInput"
],
"sources" : [
"FileHandle+Grab.swift",
"InputDevice.swift",
"InputEvent.swift",
"InputEventCode.swift",
"InputEventKind.swift",
"InputEventValue.swift"
],
"target_dependencies" : [
"CInput"
],
"type" : "library"
},
{
"c99name" : "CInput",
"module_type" : "ClangTarget",
"name" : "CInput",
"path" : "Sources/CInput",
"product_memberships" : [
"DeviceInput"
],
"sources" : [
"grabdevice.c",
"input.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/sersoft-gmbh/swift-filestreamer
Fetching https://github.com/apple/swift-docc-plugin
[1/1672] Fetching swift-filestreamer
[152/3740] Fetching swift-filestreamer, swift-docc-plugin
[1901/8131] Fetching swift-filestreamer, swift-docc-plugin, swift-system
Fetched https://github.com/sersoft-gmbh/swift-filestreamer from cache (0.42s)
Fetched https://github.com/apple/swift-system from cache (0.42s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/sersoft-gmbh/swift-filestreamer
Computed https://github.com/sersoft-gmbh/swift-filestreamer at 0.10.0 (0.96s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.93s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.97s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.48s)
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/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
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.4
Creating working copy for https://github.com/sersoft-gmbh/swift-filestreamer
Working copy of https://github.com/sersoft-gmbh/swift-filestreamer resolved at 0.10.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[5/9] Compiling CInput grabdevice.c
[6/9] Compiling CSystem shims.c
[7/9] Compiling CInput input.c
[7/9] Write swift-version-24593BA9C3E375BF.txt
[10/37] Emitting module SystemPackage
[11/40] Compiling SystemPackage FilePathParsing.swift
[12/40] Compiling SystemPackage FilePathString.swift
[13/40] Compiling SystemPackage FilePathSyntax.swift
[14/40] Compiling SystemPackage FilePathTemp.swift
[15/40] Compiling SystemPackage Util+StringArray.swift
[16/40] Compiling SystemPackage Util.swift
[17/40] Compiling SystemPackage UtilConsumers.swift
[18/40] Compiling SystemPackage MachPort.swift
[19/40] Compiling SystemPackage PlatformString.swift
[20/40] Compiling SystemPackage SystemString.swift
[21/40] Compiling SystemPackage FilePathTempPosix.swift
[22/40] Compiling SystemPackage FilePathTempWindows.swift
[23/40] Compiling SystemPackage FilePathWindows.swift
[24/40] Compiling SystemPackage FilePermissions.swift
[25/40] Compiling SystemPackage FileOperations.swift
[26/40] Compiling SystemPackage FilePath.swift
[27/40] Compiling SystemPackage FilePathComponentView.swift
[28/40] Compiling SystemPackage FilePathComponents.swift
[29/40] Compiling SystemPackage Errno.swift
[30/40] Compiling SystemPackage ErrnoWindows.swift
[31/40] Compiling SystemPackage FileDescriptor.swift
[32/40] Compiling SystemPackage FileHelpers.swift
[33/40] Compiling SystemPackage Backcompat.swift
[34/40] Compiling SystemPackage CInterop.swift
[35/40] Compiling SystemPackage Constants.swift
[36/40] Compiling SystemPackage Exports.swift
[37/40] Compiling SystemPackage Mocking.swift
[38/40] Compiling SystemPackage RawBuffer.swift
[39/40] Compiling SystemPackage Syscalls.swift
[40/40] Compiling SystemPackage WindowsSyscallAdapters.swift
[42/43] Compiling FileStreamer FileStream.swift
[43/43] Emitting module FileStreamer
[45/51] Compiling DeviceInput InputEventKind.swift
[46/51] Compiling DeviceInput InputEventValue.swift
[47/51] Compiling DeviceInput InputEventCode.swift
[48/51] Emitting module DeviceInput
[49/51] Compiling DeviceInput FileHandle+Grab.swift
[50/51] Compiling DeviceInput InputEvent.swift
[51/51] Compiling DeviceInput InputDevice.swift
Build complete! (30.78s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-filestreamer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "0.11.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sersoft-gmbh/swift-filestreamer"
}
],
"manifest_display_name" : "device-input",
"name" : "device-input",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DeviceInput",
"targets" : [
"DeviceInput"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeviceInputTests",
"module_type" : "SwiftTarget",
"name" : "DeviceInputTests",
"path" : "Tests/DeviceInputTests",
"product_dependencies" : [
"SystemPackage",
"FileStreamer"
],
"sources" : [
"InputDeviceTests.swift"
],
"target_dependencies" : [
"CInput",
"DeviceInput"
],
"type" : "test"
},
{
"c99name" : "DeviceInput",
"module_type" : "SwiftTarget",
"name" : "DeviceInput",
"path" : "Sources/DeviceInput",
"product_dependencies" : [
"SystemPackage",
"FileStreamer"
],
"product_memberships" : [
"DeviceInput"
],
"sources" : [
"FileHandle+Grab.swift",
"InputDevice.swift",
"InputEvent.swift",
"InputEventCode.swift",
"InputEventKind.swift",
"InputEventValue.swift"
],
"target_dependencies" : [
"CInput"
],
"type" : "library"
},
{
"c99name" : "CInput",
"module_type" : "ClangTarget",
"name" : "CInput",
"path" : "Sources/CInput",
"product_memberships" : [
"DeviceInput"
],
"sources" : [
"grabdevice.c",
"input.c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.