The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileMonitor, reference main (5adbe8), with Swift 6.2 for Linux on 16 Jan 2026 09:13:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aus-der-Technik/FileMonitor.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/aus-der-Technik/FileMonitor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5adbe8f Merge pull request #8 from oytech/fix-typo
Cloned https://github.com/aus-der-Technik/FileMonitor.git
Revision (git rev-parse @):
5adbe8f2383eac5148475ef84977806bbd33e8d7
SUCCESS checkout https://github.com/aus-der-Technik/FileMonitor.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aus-der-Technik/FileMonitor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/15] Write sources
[5/15] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling FileMonitorShared URL+isDirectory.swift
[8/19] Compiling FileMonitorShared FileChangeEvent.swift
[9/19] Compiling FileMonitorShared Watcher.swift
[10/19] Emitting module FileMonitorShared
[11/20] Wrapping AST for FileMonitorShared for debugging
[13/24] Compiling FileMonitorLinux LinuxWatcher.swift
[14/24] Compiling FileMonitorLinux InotifyEvent.swift
[15/24] Compiling FileMonitorLinux FileSystemWatcher.swift
[16/24] Emitting module FileMonitorLinux
[17/25] Wrapping AST for FileMonitorLinux for debugging
[19/28] Emitting module FileMonitor
[20/28] Compiling FileMonitor FileDidChangedDelegate.swift
[21/28] Compiling FileMonitor FileMonitor.swift
[22/29] Wrapping AST for FileMonitor for debugging
[24/33] Compiling FileMonitorDelegateExample FileMonitorDelegateExample.swift
[25/33] Emitting module FileMonitorDelegateExample
[26/33] Emitting module FileMonitorAsyncStreamExample
[27/33] Compiling FileMonitorAsyncStreamExample FileMonitorAsyncStreamExample.swift
[29/35] Wrapping AST for FileMonitorAsyncStreamExample for debugging
[30/35] Write Objects.LinkFileList
[31/35] Wrapping AST for FileMonitorDelegateExample for debugging
[32/35] Write Objects.LinkFileList
[33/35] Linking FileMonitorAsyncStreamExample
[34/35] Linking FileMonitorDelegateExample
Build complete! (12.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileMonitor",
  "name" : "FileMonitor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FileMonitor",
      "targets" : [
        "FileMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FileMonitorDelegateExample",
      "targets" : [
        "FileMonitorDelegateExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FileMonitorAsyncStreamExample",
      "targets" : [
        "FileMonitorAsyncStreamExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitorTests",
      "path" : "Tests/FileMonitorTests",
      "sources" : [
        "Extensions/String+Random.swift",
        "FileMonitorExplicitAddTests.swift",
        "FileMonitorExplicitChangeTests.swift",
        "FileMonitorExplicitDeleteTests.swift",
        "FileMonitorFileHasPathTests.swift",
        "FileMonitorTests.swift"
      ],
      "target_dependencies" : [
        "FileMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileMonitorShared",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitorShared",
      "path" : "Sources/FileMonitorShared",
      "product_memberships" : [
        "FileMonitor",
        "FileMonitorDelegateExample",
        "FileMonitorAsyncStreamExample"
      ],
      "sources" : [
        "FileChangeEvent.swift",
        "URL+isDirectory.swift",
        "Watcher.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileMonitorMacOS",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitorMacOS",
      "path" : "Sources/FileMonitorMacOS",
      "product_memberships" : [
        "FileMonitor",
        "FileMonitorDelegateExample",
        "FileMonitorAsyncStreamExample"
      ],
      "sources" : [
        "FileWatcher+Action.swift",
        "FileWatcher+Type.swift",
        "FileWatcher.swift",
        "FileWatcherEvent.swift",
        "MacosWatcher.swift"
      ],
      "target_dependencies" : [
        "FileMonitorShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileMonitorLinux",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitorLinux",
      "path" : "Sources/FileMonitorLinux",
      "product_memberships" : [
        "FileMonitor",
        "FileMonitorDelegateExample",
        "FileMonitorAsyncStreamExample"
      ],
      "sources" : [
        "FileSystemWatcher.swift",
        "InotifyEvent.swift",
        "LinuxWatcher.swift"
      ],
      "target_dependencies" : [
        "CInotify",
        "FileMonitorShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileMonitorDelegateExample",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitorDelegateExample",
      "path" : "Sources/FileMonitorDelegateExample",
      "product_memberships" : [
        "FileMonitorDelegateExample"
      ],
      "sources" : [
        "FileMonitorDelegateExample.swift"
      ],
      "target_dependencies" : [
        "FileMonitor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FileMonitorAsyncStreamExample",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitorAsyncStreamExample",
      "path" : "Sources/FileMonitorAsyncStreamExample",
      "product_memberships" : [
        "FileMonitorAsyncStreamExample"
      ],
      "sources" : [
        "FileMonitorAsyncStreamExample.swift"
      ],
      "target_dependencies" : [
        "FileMonitor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FileMonitor",
      "module_type" : "SwiftTarget",
      "name" : "FileMonitor",
      "path" : "Sources/FileMonitor",
      "product_memberships" : [
        "FileMonitor",
        "FileMonitorDelegateExample",
        "FileMonitorAsyncStreamExample"
      ],
      "sources" : [
        "FileDidChangedDelegate.swift",
        "FileMonitor.swift"
      ],
      "target_dependencies" : [
        "FileMonitorShared",
        "FileMonitorMacOS",
        "FileMonitorLinux"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CInotify",
      "module_type" : "SystemLibraryTarget",
      "name" : "CInotify",
      "path" : "Sources/Inotify",
      "product_memberships" : [
        "FileMonitor",
        "FileMonitorDelegateExample",
        "FileMonitorAsyncStreamExample"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.