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 swift-inotify, reference main (031d66), with Swift 5.10 for Linux on 24 Sep 2024 16:39:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/swift-inotify.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/swift-inotify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 031d665 Add Swift 6.0 support
Cloned https://github.com/sersoft-gmbh/swift-inotify.git
Revision (git rev-parse @):
031d6659d8f43b2ac95d0bad2a1ba567083fead0
SUCCESS checkout https://github.com/sersoft-gmbh/swift-inotify.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/sersoft-gmbh/swift-inotify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/sersoft-gmbh/swift-filestreamer.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1534] Fetching swift-filestreamer
[48/4614] Fetching swift-filestreamer, swift-docc-symbolkit
[1384/6652] Fetching swift-filestreamer, swift-docc-symbolkit, swift-docc-plugin
[6470/10308] Fetching swift-filestreamer, swift-docc-symbolkit, swift-docc-plugin, swift-system
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Fetched https://github.com/sersoft-gmbh/swift-filestreamer.git from cache (0.46s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/sersoft-gmbh/swift-filestreamer
Computed https://github.com/sersoft-gmbh/swift-filestreamer at 0.8.0 (0.83s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (1.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.51s)
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.0
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.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[5/7] Compiling CSystem shims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/28] Emitting module SystemPackage
[9/30] Compiling SystemPackage Errno.swift
[10/30] Compiling SystemPackage FileDescriptor.swift
[11/30] Compiling SystemPackage FileHelpers.swift
[12/30] Compiling SystemPackage FilePathSyntax.swift
[13/30] Compiling SystemPackage FilePathWindows.swift
[14/30] Compiling SystemPackage FilePermissions.swift
[15/30] Compiling SystemPackage PlatformString.swift
[16/30] Compiling SystemPackage SystemString.swift
[17/30] Compiling SystemPackage FileOperations.swift
[18/30] Compiling SystemPackage FilePath.swift
[19/30] Compiling SystemPackage FilePathComponentView.swift
[20/30] Compiling SystemPackage Util.swift
[21/30] Compiling SystemPackage UtilConsumers.swift
[22/30] Compiling SystemPackage CInterop.swift
[23/30] Compiling SystemPackage Constants.swift
[24/30] Compiling SystemPackage Exports.swift
[25/30] Compiling SystemPackage FilePathComponents.swift
[26/30] Compiling SystemPackage FilePathParsing.swift
[27/30] Compiling SystemPackage FilePathString.swift
[28/30] Compiling SystemPackage Mocking.swift
[29/30] Compiling SystemPackage Syscalls.swift
[30/30] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/33] Emitting module FileStreamer
[33/33] 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
[35/37] Compiling Inotify InotifyEvent.swift
[36/37] Emitting module Inotify
[37/37] Compiling Inotify Inotifier.swift
Build complete! (23.06s)
Build complete.
Done.