The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Inotify, reference 2.2.0 (10943f), with Swift 6.1 for Linux on 23 Mar 2026 22:44:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/astzweig/swift-inotify.git
Reference: 2.2.0
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/astzweig/swift-inotify
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 10943f9 Make events property of Inotify nonisolated
Cloned https://github.com/astzweig/swift-inotify.git
Revision (git rev-parse @):
10943f9ce328786faef1cae2f680601b33d5a5ab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/astzweig/swift-inotify.git at 2.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/astzweig/swift-inotify.git
https://github.com/astzweig/swift-inotify.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.95.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora"
    }
  ],
  "manifest_display_name" : "Inotify",
  "name" : "Inotify",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "Linux",
      "version" : "4.4.302"
    }
  ],
  "products" : [
    {
      "name" : "Inotify",
      "targets" : [
        "Inotify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InotifyTaskCLI",
      "targets" : [
        "InotifyTaskCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InotifyTaskCLI",
      "module_type" : "SwiftTarget",
      "name" : "InotifyTaskCLI",
      "path" : "Sources/TaskCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "_NIOFileSystem",
        "Subprocess",
        "Noora"
      ],
      "product_memberships" : [
        "InotifyTaskCLI"
      ],
      "sources" : [
        "Command.swift",
        "DoccFinder.swift",
        "Docker.swift",
        "GenerateDocumentation Command.swift",
        "Global Options.swift",
        "Test Command.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "InotifyIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "InotifyIntegrationTests",
      "path" : "Tests/InotifyIntegrationTests",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "sources" : [
        "DirectoryResolverTests.swift",
        "EventTests.swift",
        "InitialisationTests.swift",
        "InotifyLimitTests.swift",
        "RecursiveEventTests.swift",
        "Utilities/createFile.swift",
        "Utilities/createSubdirectorytree.swift",
        "Utilities/getEventsForTrigger.swift",
        "Utilities/withLowInotifyWatchLimit.swift",
        "Utilities/withTempDir.swift",
        "WatchTests.swift"
      ],
      "target_dependencies" : [
        "Inotify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Inotify",
      "module_type" : "SwiftTarget",
      "name" : "Inotify",
      "path" : "Sources/Inotify",
      "product_dependencies" : [
        "Logging",
        "_NIOFileSystem",
        "SystemPackage"
      ],
      "product_memberships" : [
        "Inotify"
      ],
      "sources" : [
        "DirectoryResolver.swift",
        "DirectoryResolverErrror.swift",
        "Inotify.swift",
        "InotifyError.swift",
        "InotifyEvent.swift",
        "InotifyEventMask.swift",
        "InotifyEventParser.swift",
        "InotifyWatchManager.swift",
        "RawInotifyEvent.swift"
      ],
      "target_dependencies" : [
        "CInotify"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CInotify",
      "module_type" : "SystemLibraryTarget",
      "name" : "CInotify",
      "path" : "Sources/CInotify",
      "product_memberships" : [
        "Inotify"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/Noora
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-log
[1/18760] Fetching noora
[377/36174] Fetching noora, swift-argument-parser
[1114/42435] Fetching noora, swift-argument-parser, swift-log
[2952/48036] Fetching noora, swift-argument-parser, swift-log, swift-system
[5657/50722] Fetching noora, swift-argument-parser, swift-log, swift-system, swift-subprocess
[27959/133627] Fetching noora, swift-argument-parser, swift-log, swift-system, swift-subprocess, swift-nio
Fetched https://github.com/apple/swift-log from cache (0.94s)
[33848/127366] Fetching noora, swift-argument-parser, swift-system, swift-subprocess, swift-nio
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (1.03s)
[32178/124680] Fetching noora, swift-argument-parser, swift-system, swift-nio
Fetched https://github.com/apple/swift-system from cache (7.95s)
Fetched https://github.com/apple/swift-argument-parser from cache (7.97s)
Fetched https://github.com/apple/swift-nio from cache (8.08s)
Fetched https://github.com/tuist/Noora from cache (8.09s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.3.0 (8.79s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.70s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.56s)
Computing version for https://github.com/tuist/Noora
Computed https://github.com/tuist/Noora at 0.56.0 (2.74s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
[1/1427] Fetching rainbow
[715/1822] Fetching rainbow, path
Fetched https://github.com/tuist/path from cache (0.98s)
Fetched https://github.com/onevcat/Rainbow from cache (0.98s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (3.37s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.74s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.97.0 (1.11s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[1803/24448] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[2942/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.76s)
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.97.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/tuist/Noora
Working copy of https://github.com/tuist/Noora resolved at 0.56.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/61] Write sources
[21/61] Compiling CNIODarwin shim.c
[22/61] Compiling _AtomicsShims.c
[23/61] Compiling CNIOWindows shim.c
[24/61] Compiling CNIOWASI CNIOWASI.c
[25/61] Compiling CNIOPosix event_loop_id.c
[26/61] Compiling CNIOWindows WSAStartup.c
[27/61] Compiling CNIOLinux liburing_shims.c
[27/61] Write sources
[30/61] Compiling CNIOOpenBSD shim.c
[31/61] Compiling CSystem shims.c
[32/61] Compiling _SubprocessCShims process_shims.c
[33/61] Compiling CNIOLinux shim.c
[34/61] Write swift-version-24593BA9C3E375BF.txt
[36/120] Emitting module Path
[37/120] Emitting module Logging
[38/120] Emitting module _NIODataStructures
[39/120] Emitting module SystemPackage
[40/124] Compiling _NIODataStructures PriorityQueue.swift
[41/124] Emitting module Rainbow
[42/124] Compiling SystemPackage FilePath.swift
[43/124] Compiling SystemPackage FilePathComponentView.swift
[44/125] Compiling _NIOBase64 Base64.swift
[45/125] Emitting module _NIOBase64
[46/126] Compiling SystemPackage FilePathTemp.swift
[47/126] Compiling SystemPackage FilePathTempPosix.swift
[48/126] Compiling Path Path.swift
[49/126] Compiling SystemPackage FilePathTempWindows.swift
[50/126] Compiling SystemPackage Errno.swift
[51/126] Compiling _NIODataStructures _TinyArray.swift
[52/127] Compiling SystemPackage SystemString.swift
[53/127] Compiling SystemPackage Util+StringArray.swift
[54/127] Compiling SystemPackage Util.swift
[55/127] Compiling SystemPackage UtilConsumers.swift
[56/127] Compiling SystemPackage FilePathSyntax.swift
[60/127] Compiling SystemPackage FilePathWindows.swift
[61/127] Compiling SystemPackage FilePermissions.swift
[62/127] Compiling SystemPackage IOCompletion.swift
[64/127] Compiling SystemPackage IORequest.swift
[67/127] Compiling SystemPackage FilePathComponents.swift
[68/127] Compiling SystemPackage FilePathParsing.swift
[69/127] Compiling SystemPackage FilePathString.swift
[70/127] Compiling c-nioatomics.c
[72/165] Compiling Atomics UnsafeAtomic.swift
[73/165] Compiling Atomics UnsafeAtomicLazyReference.swift
[76/167] Compiling Atomics ManagedAtomic.swift
[77/167] Compiling Atomics ManagedAtomicLazyReference.swift
[78/169] Compiling Atomics AtomicStorage.swift
[79/169] Compiling Atomics AtomicValue.swift
[80/169] Compiling Atomics AtomicMemoryOrderings.swift
[81/169] Compiling Atomics DoubleWord.swift
[82/169] Compiling Atomics IntegerOperations.swift
[83/169] Compiling Atomics Unmanaged extensions.swift
[86/169] Compiling Atomics IntegerConformances.swift
[87/169] Compiling Atomics PointerConformances.swift
[88/169] Compiling Atomics Primitives.native.swift
[89/169] Compiling Atomics OptionalRawRepresentable.swift
[90/169] Compiling Atomics RawRepresentable.swift
[91/169] Compiling Atomics AtomicBool.swift
[92/169] Compiling Atomics AtomicInteger.swift
[93/169] Compiling Atomics AtomicOptionalWrappable.swift
[94/169] Compiling Atomics AtomicReference.swift
[97/169] Compiling _NIODataStructures Heap.swift
[99/170] Emitting module InternalCollectionsUtilities
[99/170] Wrapping AST for _NIOBase64 for debugging
[100/170] Wrapping AST for _NIODataStructures for debugging
[101/170] Compiling c-atomics.c
[102/170] Wrapping AST for Path for debugging
[104/170] Compiling Logging Logging.swift
[105/170] Compiling Logging LogHandler.swift
[106/170] Compiling Logging MetadataProvider.swift
[112/170] Emitting module ArgumentParserToolInfo
[113/170] Compiling ArgumentParserToolInfo ToolInfo.swift
[114/171] Compiling Logging Locks.swift
[115/172] Compiling SystemPackage Syscalls.swift
[116/172] Compiling SystemPackage WindowsSyscallAdapters.swift
[117/172] Compiling SystemPackage MachPort.swift
[118/172] Compiling SystemPackage PlatformString.swift
[129/180] Compiling SystemPackage RawIORequest.swift
[130/180] Compiling SystemPackage Backcompat.swift
[131/180] Compiling SystemPackage CInterop.swift
[132/180] Compiling SystemPackage Constants.swift
[133/180] Compiling SystemPackage Exports.swift
[134/180] Compiling SystemPackage Mocking.swift
[135/180] Compiling SystemPackage RawBuffer.swift
[136/181] Compiling Rainbow StyledStringBuilder.swift
[142/181] Wrapping AST for ArgumentParserToolInfo for debugging
[148/182] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[148/198] Wrapping AST for Logging for debugging
[151/228] Compiling ArgumentParser ZshCompletionsGenerator.swift
[152/228] Compiling ArgumentParser Argument.swift
[153/228] Compiling ArgumentParser ArgumentDiscussion.swift
[154/228] Emitting module Atomics
[155/228] Compiling ArgumentParser BashCompletionsGenerator.swift
[156/228] Compiling ArgumentParser CompletionsGenerator.swift
[157/228] Compiling ArgumentParser FishCompletionsGenerator.swift
[158/229] Compiling NIOConcurrencyHelpers lock.swift
[159/229] Compiling NIOConcurrencyHelpers NIOLock.swift
[159/229] Wrapping AST for SystemPackage for debugging
[161/229] Wrapping AST for InternalCollectionsUtilities for debugging
[163/229] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[164/229] Compiling NIOConcurrencyHelpers atomics.swift
[164/301] Wrapping AST for Rainbow for debugging
[166/323] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[167/323] Emitting module NIOConcurrencyHelpers
[168/324] Compiling Subprocess Output+Foundation.swift
[169/324] Compiling Subprocess Span+SubprocessFoundation.swift
[170/324] Compiling Noora KeyStrokeListener.swift
[171/324] Compiling Noora PaginatedTable.swift
[172/328] Compiling Noora Alert.swift
[173/328] Compiling Noora CollapsibleStep.swift
[174/328] Compiling Noora MultipleChoicePrompt.swift
[175/328] Compiling Noora ProgressBarStep.swift
[176/328] Compiling Noora ProgressStep.swift
[177/328] Emitting module ContainersPreview
[178/328] Compiling Subprocess Input.swift
[179/328] Compiling Subprocess Output.swift
[180/328] Compiling Subprocess Subprocess+BSD.swift
[181/328] Compiling Subprocess Subprocess+Darwin.swift
[182/328] Compiling Subprocess Subprocess+Linux.swift
[183/328] Compiling Noora SingleChoicePrompt.swift
[184/328] Compiling Subprocess AsyncIO+Dispatch.swift
[185/328] Compiling Subprocess AsyncIO+Linux.swift
[186/328] Compiling Subprocess AsyncIO+Windows.swift
[187/328] Compiling Subprocess Subprocess+Unix.swift
[188/328] Compiling Subprocess Subprocess+Windows.swift
[189/328] Compiling Subprocess Result.swift
[190/328] Compiling Subprocess Span+Subprocess.swift
[191/328] Compiling Subprocess Input+Foundation.swift
[192/328] Compiling Noora SelectableTable.swift
[193/328] Compiling Noora Table.swift
[194/328] Compiling Noora TableColumn.swift
[195/328] Compiling Noora TableData.swift
[196/328] Compiling Noora TableRenderer.swift
[197/328] Compiling Noora LockIsolated.swift
[198/328] Compiling Noora Renderer.swift
[199/328] Compiling Noora Spinner.swift
[200/328] Compiling Noora StandardPipelines.swift
[200/328] Wrapping AST for Atomics for debugging
[203/328] Compiling ContainersPreview Box.swift
[204/328] Compiling ContainersPreview Inout.swift
[205/328] Compiling ContainersPreview InputSpan.swift
[206/328] Compiling ContainersPreview Shared.swift
[207/329] Wrapping AST for NIOConcurrencyHelpers for debugging
[208/329] Wrapping AST for ContainersPreview for debugging
[210/369] Compiling DequeModule _DequeBuffer.swift
[211/369] Compiling DequeModule _DequeBufferHeader.swift
[212/369] Compiling DequeModule RigidDeque+Append.swift
[213/369] Compiling DequeModule RigidDeque+Consumption.swift
[214/369] Compiling DequeModule RigidDeque+Container.swift
[215/369] Compiling DequeModule RigidDeque+Descriptions.swift
[216/369] Compiling DequeModule UniqueDeque+Consumption.swift
[217/369] Compiling DequeModule UniqueDeque+Container.swift
[218/369] Compiling DequeModule UniqueDeque+Descriptions.swift
[219/369] Compiling DequeModule UniqueDeque+Equatable.swift
[220/369] Compiling DequeModule UniqueDeque+Experimental.swift
[221/369] Compiling DequeModule RigidDeque+Removals.swift
[222/369] Compiling DequeModule RigidDeque+Replacements.swift
[223/369] Compiling DequeModule RigidDeque+Testing.swift
[224/369] Compiling DequeModule RigidDeque.swift
[225/369] Compiling DequeModule UniqueDeque+Append.swift
[226/369] Compiling DequeModule RigidDeque+Equatable.swift
[227/369] Compiling DequeModule RigidDeque+Experimental.swift
[228/369] Compiling DequeModule RigidDeque+Hashable.swift
[229/369] Compiling DequeModule RigidDeque+Initializers.swift
[230/369] Compiling DequeModule RigidDeque+Insertions.swift
[231/369] Compiling DequeModule RigidDeque+Prepend.swift
[232/374] Compiling DequeModule UniqueDeque+Hashable.swift
[233/374] Compiling DequeModule UniqueDeque+Initializers.swift
[234/374] Compiling DequeModule UniqueDeque+Insertions.swift
[235/374] Compiling DequeModule UniqueDeque+Prepend.swift
[236/374] Compiling DequeModule UniqueDeque+Removals.swift
[237/374] Compiling DequeModule Deque+Codable.swift
[238/374] Compiling DequeModule Deque+Collection.swift
[239/374] Compiling DequeModule Deque+CustomReflectable.swift
[240/374] Compiling DequeModule Deque+Descriptions.swift
[241/374] Compiling DequeModule Deque+Equatable.swift
[242/374] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[248/379] Emitting module Noora
[249/379] Compiling DequeModule Deque+Extras.swift
[250/379] Compiling DequeModule Deque+Hashable.swift
[251/379] Compiling DequeModule Deque+Testing.swift
[252/379] Compiling DequeModule Deque._Storage.swift
[253/379] Compiling DequeModule Deque._UnsafeHandle.swift
[254/379] Compiling DequeModule Deque.swift
[262/381] Compiling Subprocess Teardown.swift
[271/381] Compiling Noora InputValidating.swift
[272/381] Compiling Noora LengthValidationRule.swift
[273/381] Compiling Noora NonEmptyValidationRule.swift
[274/381] Compiling Noora RegexValidationRule.swift
[275/381] Compiling Noora Validator.swift
[280/381] Compiling DequeModule _UnsafeDequeSegments.swift
[281/381] Compiling ArgumentParser SwiftExtensions.swift
[282/387] Emitting module Subprocess
[283/387] Emitting module DequeModule
[295/387] Compiling Subprocess Thread.swift
[319/388] Compiling ArgumentParser Tree.swift
[320/388] Compiling ArgumentParser CodingKeyValidator.swift
[321/388] Compiling ArgumentParser NonsenseFlagsValidator.swift
[322/388] Compiling ArgumentParser ParsableArgumentsValidation.swift
[323/388] Compiling ArgumentParser PositionalArgumentsValidator.swift
[324/388] Compiling ArgumentParser UniqueNamesValidator.swift
[325/388] Emitting module ArgumentParser
[325/388] Wrapping AST for DequeModule for debugging
[327/452] Compiling NIOCore AddressedEnvelope.swift
[328/452] Compiling NIOCore AsyncAwaitSupport.swift
[329/452] Compiling NIOCore AsyncChannel.swift
[330/452] Compiling NIOCore AsyncChannelHandler.swift
[331/452] Compiling NIOCore AsyncChannelInboundStream.swift
[332/452] Compiling NIOCore AsyncChannelOutboundWriter.swift
[333/452] Compiling NIOCore NIOAsyncSequenceProducer.swift
[334/452] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[335/452] Compiling NIOCore NIOAsyncWriter.swift
[336/452] Compiling NIOCore ByteBuffer-multi-int.swift
[337/452] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[338/452] Compiling NIOCore ByteBuffer-views.swift
[339/452] Compiling NIOCore Channel.swift
[340/452] Compiling NIOCore ChannelHandler.swift
[347/453] Wrapping AST for Noora for debugging
[348/453] Write Objects.LinkFileList
[349/453] Archiving libNoora.a
[351/453] Compiling NIOCore ChannelHandlers.swift
[352/453] Compiling NIOCore ChannelInvoker.swift
[353/453] Compiling NIOCore ChannelOption.swift
[354/453] Compiling NIOCore ChannelPipeline.swift
[355/453] Compiling NIOCore CircularBuffer.swift
[356/453] Compiling NIOCore Codec.swift
[357/453] Compiling NIOCore ConvenienceOptionSupport.swift
[358/453] Compiling NIOCore DeadChannel.swift
[359/453] Compiling NIOCore DispatchQueue+WithFuture.swift
[360/453] Compiling NIOCore EventLoop+Deprecated.swift
[361/453] Compiling NIOCore EventLoop+SerialExecutor.swift
[362/453] Compiling NIOCore EventLoop.swift
[363/453] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[364/454] Wrapping AST for ArgumentParser for debugging
[383/455] Wrapping AST for Subprocess for debugging
[385/455] Compiling NIOCore EventLoopFuture+Deprecated.swift
[386/455] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[387/455] Compiling NIOCore EventLoopFuture.swift
[388/455] Compiling NIOCore FileDescriptor.swift
[389/455] Compiling NIOCore FileHandle.swift
[390/455] Compiling NIOCore FileRegion.swift
[391/455] Compiling NIOCore GlobalSingletons.swift
[392/455] Compiling NIOCore IO.swift
[393/455] Compiling NIOCore IOData.swift
[394/455] Compiling NIOCore IPProtocol.swift
[395/455] Compiling NIOCore IntegerBitPacking.swift
[396/455] Compiling NIOCore IntegerTypes.swift
[397/455] Compiling NIOCore Interfaces.swift
[398/455] Compiling NIOCore Linux.swift
[399/455] Compiling NIOCore MarkedCircularBuffer.swift
[400/455] Compiling NIOCore MulticastChannel.swift
[401/455] Compiling NIOCore NIOAny.swift
[402/455] Compiling NIOCore NIOCloseOnErrorHandler.swift
[403/463] Compiling NIOCore NIOCoreSendableMetatype.swift
[404/463] Compiling NIOCore NIODecodedAsyncSequence.swift
[405/463] Compiling NIOCore NIOLoopBound.swift
[406/463] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[407/463] Compiling NIOCore NIOScheduledCallback.swift
[408/463] Compiling NIOCore NIOSendable.swift
[409/463] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[410/463] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[411/463] Compiling NIOCore RecvByteBufferAllocator.swift
[421/463] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[422/463] Compiling NIOCore BSDSocketAPI.swift
[423/463] Compiling NIOCore ByteBuffer-aux.swift
[424/463] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[425/463] Compiling NIOCore ByteBuffer-conversions.swift
[426/463] Compiling NIOCore ByteBuffer-core.swift
[427/463] Compiling NIOCore ByteBuffer-hex.swift
[428/463] Compiling NIOCore ByteBuffer-int.swift
[429/463] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[430/463] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[431/463] Compiling NIOCore SocketAddresses.swift
[432/463] Compiling NIOCore SocketOptionProvider.swift
[433/463] Compiling NIOCore SystemCallHelpers.swift
[434/463] Compiling NIOCore TimeAmount+Duration.swift
[435/463] Compiling NIOCore TypeAssistedChannelHandler.swift
[436/463] Compiling NIOCore UniversalBootstrapSupport.swift
[437/463] Compiling NIOCore Utilities.swift
[456/463] Emitting module NIOCore
[457/464] Wrapping AST for NIOCore for debugging
[459/514] Compiling NIOPosix HappyEyeballs.swift
[460/514] Compiling NIOPosix IO.swift
[461/514] Compiling NIOPosix IntegerBitPacking.swift
[462/514] Compiling NIOPosix IntegerTypes.swift
[463/514] Compiling NIOPosix Linux.swift
[464/514] Compiling NIOPosix LinuxCPUSet.swift
[465/514] Compiling NIOPosix LinuxUring.swift
[466/520] Emitting module NIOPosix
[467/520] Compiling NIOPosix ThreadPosix.swift
[468/520] Compiling NIOPosix ThreadWindows.swift
[469/520] Compiling NIOPosix Utilities.swift
[470/520] Compiling NIOPosix VsockAddress.swift
[471/520] Compiling NIOPosix VsockChannelEvents.swift
[472/520] Compiling NIOPosix Windows.swift
[473/520] Compiling NIOPosix ServerSocket.swift
[474/520] Compiling NIOPosix Socket.swift
[475/520] Compiling NIOPosix SocketChannel.swift
[476/520] Compiling NIOPosix SocketProtocols.swift
[477/520] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[478/520] Compiling NIOPosix System.swift
[479/520] Compiling NIOPosix Thread.swift
[480/520] Compiling NIOPosix BSDSocketAPICommon.swift
[481/520] Compiling NIOPosix BSDSocketAPIPosix.swift
[482/520] Compiling NIOPosix BSDSocketAPIWindows.swift
[483/520] Compiling NIOPosix BaseSocket.swift
[484/520] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[485/520] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[486/520] Compiling NIOPosix BaseSocketChannel.swift
[487/520] Compiling NIOPosix PipePair.swift
[488/520] Compiling NIOPosix Pool.swift
[489/520] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[490/520] Compiling NIOPosix PosixSingletons.swift
[491/520] Compiling NIOPosix RawSocketBootstrap.swift
[492/520] Compiling NIOPosix Resolver.swift
[493/520] Compiling NIOPosix Selectable.swift
[494/520] Compiling NIOPosix SelectableChannel.swift
[495/520] Compiling NIOPosix SelectableEventLoop.swift
[496/520] Compiling NIOPosix SelectorEpoll.swift
[497/520] Compiling NIOPosix SelectorGeneric.swift
[498/520] Compiling NIOPosix SelectorKqueue.swift
[499/520] Compiling NIOPosix SelectorUring.swift
[500/520] Compiling NIOPosix SelectorWSAPoll.swift
[501/520] Compiling NIOPosix BaseStreamSocketChannel.swift
[502/520] Compiling NIOPosix Bootstrap.swift
[503/520] Compiling NIOPosix ControlMessage.swift
[504/520] Compiling NIOPosix DatagramVectorReadManager.swift
[505/520] Compiling NIOPosix Errors+Any.swift
[506/520] Compiling NIOPosix FileDescriptor.swift
[507/520] Compiling NIOPosix GetaddrinfoResolver.swift
[508/520] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[509/520] Compiling NIOPosix NIOPosixSendableMetatype.swift
[510/520] Compiling NIOPosix NIOThreadPool.swift
[511/520] Compiling NIOPosix NonBlockingFileIO.swift
[512/520] Compiling NIOPosix PendingDatagramWritesManager.swift
[513/520] Compiling NIOPosix PendingWritesManager.swift
[514/520] Compiling NIOPosix PipeChannel.swift
[515/521] Wrapping AST for NIOPosix for debugging
[517/557] Emitting module _NIOFileSystem
[518/561] Compiling _NIOFileSystem Array+FileSystem.swift
[519/561] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[520/561] Compiling _NIOFileSystem BufferedReader.swift
[521/561] Compiling _NIOFileSystem BufferedWriter.swift
[522/561] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[523/561] Compiling _NIOFileSystem ByteCount.swift
[524/561] Compiling _NIOFileSystem Convenience.swift
[525/561] Compiling _NIOFileSystem DirectoryEntries.swift
[526/561] Compiling _NIOFileSystem DirectoryEntry.swift
[527/561] Compiling _NIOFileSystem Exports.swift
[528/561] Compiling _NIOFileSystem NIOFilePath.swift
[529/561] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[530/561] Compiling _NIOFileSystem OpenOptions.swift
[531/561] Compiling _NIOFileSystem String+FileSystem.swift
[532/561] Compiling _NIOFileSystem Mocking.swift
[533/561] Compiling _NIOFileSystem Syscall.swift
[534/561] Compiling _NIOFileSystem Syscalls.swift
[535/561] Compiling _NIOFileSystem SystemFileHandle.swift
[536/561] Compiling _NIOFileSystem Utilities.swift
[537/561] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[538/561] Compiling _NIOFileSystem FileSystemError.swift
[539/561] Compiling _NIOFileSystem FileSystemProtocol.swift
[540/561] Compiling _NIOFileSystem FileType.swift
[541/561] Compiling _NIOFileSystem IOStrategy.swift
[542/561] Compiling _NIOFileSystem FileChunks.swift
[543/561] Compiling _NIOFileSystem FileHandle.swift
[544/561] Compiling _NIOFileSystem FileHandleProtocol.swift
[545/561] Compiling _NIOFileSystem FileInfo.swift
[546/561] Compiling _NIOFileSystem FileSystem.swift
[547/561] Compiling _NIOFileSystem ParallelRemoval.swift
[548/561] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[549/561] Compiling _NIOFileSystem CInterop.swift
[550/561] Compiling _NIOFileSystem Errno.swift
[551/561] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[552/561] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[553/561] Compiling _NIOFileSystem BufferedStream.swift
[554/561] Compiling _NIOFileSystem Cancellation.swift
[555/561] Compiling _NIOFileSystem TokenBucket.swift
[556/561] Compiling _NIOFileSystem ParallelDirCopy.swift
[557/562] Wrapping AST for _NIOFileSystem for debugging
[559/564] Compiling NIOFileSystem Exports.swift
[560/564] Emitting module NIOFileSystem
[561/565] Wrapping AST for NIOFileSystem for debugging
[563/581] Compiling Inotify InotifyWatchManager.swift
[564/582] Compiling InotifyTaskCLI Test Command.swift
[565/582] Compiling InotifyTaskCLI Global Options.swift
[566/582] Compiling Inotify InotifyError.swift
[567/582] Compiling Inotify InotifyEventParser.swift
[568/582] Compiling Inotify InotifyEvent.swift
[569/582] Compiling Inotify InotifyEventMask.swift
[570/582] Emitting module Inotify
[571/582] Compiling Inotify Inotify.swift
[572/582] Compiling Inotify DirectoryResolver.swift
[573/582] Compiling Inotify DirectoryResolverErrror.swift
[574/582] Compiling Inotify RawInotifyEvent.swift
[576/583] Compiling InotifyTaskCLI Command.swift
[577/583] Compiling InotifyTaskCLI DoccFinder.swift
[578/583] Compiling InotifyTaskCLI Docker.swift
[579/583] Compiling InotifyTaskCLI GenerateDocumentation Command.swift
[580/583] Emitting module InotifyTaskCLI
[581/584] Wrapping AST for InotifyTaskCLI for debugging
[582/584] Write Objects.LinkFileList
[583/584] Linking InotifyTaskCLI
Build complete! (84.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.95.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora"
    }
  ],
  "manifest_display_name" : "Inotify",
  "name" : "Inotify",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "Linux",
      "version" : "4.4.302"
    }
  ],
  "products" : [
    {
      "name" : "Inotify",
      "targets" : [
        "Inotify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InotifyTaskCLI",
      "targets" : [
        "InotifyTaskCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InotifyTaskCLI",
      "module_type" : "SwiftTarget",
      "name" : "InotifyTaskCLI",
      "path" : "Sources/TaskCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "_NIOFileSystem",
        "Subprocess",
        "Noora"
      ],
      "product_memberships" : [
        "InotifyTaskCLI"
      ],
      "sources" : [
        "Command.swift",
        "DoccFinder.swift",
        "Docker.swift",
        "GenerateDocumentation Command.swift",
        "Global Options.swift",
        "Test Command.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "InotifyIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "InotifyIntegrationTests",
      "path" : "Tests/InotifyIntegrationTests",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "sources" : [
        "DirectoryResolverTests.swift",
        "EventTests.swift",
        "InitialisationTests.swift",
        "InotifyLimitTests.swift",
        "RecursiveEventTests.swift",
        "Utilities/createFile.swift",
        "Utilities/createSubdirectorytree.swift",
        "Utilities/getEventsForTrigger.swift",
        "Utilities/withLowInotifyWatchLimit.swift",
        "Utilities/withTempDir.swift",
        "WatchTests.swift"
      ],
      "target_dependencies" : [
        "Inotify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Inotify",
      "module_type" : "SwiftTarget",
      "name" : "Inotify",
      "path" : "Sources/Inotify",
      "product_dependencies" : [
        "Logging",
        "_NIOFileSystem",
        "SystemPackage"
      ],
      "product_memberships" : [
        "Inotify"
      ],
      "sources" : [
        "DirectoryResolver.swift",
        "DirectoryResolverErrror.swift",
        "Inotify.swift",
        "InotifyError.swift",
        "InotifyEvent.swift",
        "InotifyEventMask.swift",
        "InotifyEventParser.swift",
        "InotifyWatchManager.swift",
        "RawInotifyEvent.swift"
      ],
      "target_dependencies" : [
        "CInotify"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CInotify",
      "module_type" : "SystemLibraryTarget",
      "name" : "CInotify",
      "path" : "Sources/CInotify",
      "product_memberships" : [
        "Inotify"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.