Build Information
Failed to build Inotify, reference 2.2.0 (10943f), with Swift 6.1 for macOS (SPM) on 23 Mar 2026 22:46:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/astzweig/swift-inotify.git
https://github.com/astzweig/swift-inotify.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/45] Write sources
[12/45] Copying PrivacyInfo.xcprivacy
[12/45] Write sources
[12/45] Copying PrivacyInfo.xcprivacy
[12/45] Write sources
[20/45] Write InotifyTaskCLI-entitlement.plist
[21/45] Write sources
[23/45] Compiling CNIOWindows WSAStartup.c
[24/45] Compiling CNIOWASI CNIOWASI.c
[24/45] Compiling CSystem shims.c
[24/45] Compiling CNIOWindows shim.c
[27/45] Compiling CNIOLinux shim.c
[27/45] Compiling CNIOOpenBSD shim.c
[29/45] Write sources
[32/45] Write swift-version-2F0A5646E1D333AE.txt
[33/45] Compiling CNIOLinux liburing_shims.c
[34/45] Compiling _AtomicsShims.c
[35/45] Compiling CNIOPosix event_loop_id.c
[36/101] Compiling CNIODarwin shim.c
[37/101] Compiling _SubprocessCShims process_shims.c
[39/101] Compiling _NIOBase64 Base64.swift
[40/101] Emitting module _NIOBase64
[41/139] Compiling Atomics DoubleWord.swift
[42/139] Compiling Atomics ManagedAtomic.swift
[43/142] Emitting module Path
[44/142] Compiling Path Path.swift
[45/142] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/142] Compiling Atomics ManagedAtomicLazyReference.swift
[49/142] Compiling Atomics UnsafeAtomic.swift
[50/143] Compiling Atomics UnsafeAtomicLazyReference.swift
[51/143] Compiling Atomics IntegerOperations.swift
[52/143] Compiling Atomics AtomicValue.swift
[53/143] Compiling Atomics AtomicMemoryOrderings.swift
[54/143] Compiling Atomics Unmanaged extensions.swift
[55/143] Compiling InternalCollectionsUtilities Span+Extras.swift
[56/143] Compiling InternalCollectionsUtilities String+Padding.swift
[63/143] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[64/143] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/143] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/143] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/143] Compiling InternalCollectionsUtilities Debugging.swift
[70/143] Compiling InternalCollectionsUtilities Descriptions.swift
[71/143] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/143] Compiling InternalCollectionsUtilities Integer rank.swift
[73/143] Emitting module InternalCollectionsUtilities
[74/143] Emitting module _NIODataStructures
[75/143] Compiling _NIODataStructures PriorityQueue.swift
[76/143] Compiling _NIODataStructures _TinyArray.swift
[77/177] Compiling ContainersPreview RandomAccessContainer.swift
[78/177] Compiling ContainersPreview RangeExpression2.swift
[79/177] Compiling ContainersPreview RangeReplaceableContainer.swift
[80/177] Compiling ContainersPreview Drain+Map.swift
[81/177] Compiling ContainersPreview Drain+Reduce.swift
[82/177] Compiling ContainersPreview Drain.swift
[83/177] Compiling ContainersPreview Producer+Collect.swift
[84/177] Compiling ContainersPreview Producer.swift
[85/177] Compiling ContainersPreview Borrow.swift
[86/177] Compiling ContainersPreview Box.swift
[87/180] Compiling ContainersPreview Producer+Filter.swift
[88/180] Compiling ContainersPreview Producer+Map.swift
[89/180] Compiling ContainersPreview Producer+Reduce.swift
[90/180] Compiling ContainersPreview ContainerIterator.swift
[91/180] Compiling ContainersPreview DynamicContainer.swift
[92/180] Compiling ContainersPreview MutableContainer.swift
[93/180] Compiling ContainersPreview PermutableContainer.swift
[94/180] Emitting module ContainersPreview
[95/180] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[96/180] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[97/180] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[98/180] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[99/180] Compiling ContainersPreview OutputSpan+Extras.swift
[100/180] Compiling ContainersPreview TemporaryAllocation.swift
[101/180] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[102/180] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[103/180] Compiling ContainersPreview BidirectionalContainer.swift
[104/180] Compiling ContainersPreview Container+Filter.swift
[105/180] Compiling ContainersPreview Container+SpanwiseZip.swift
[106/180] Compiling ContainersPreview Container.swift
[107/180] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[108/180] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[109/180] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[110/180] Compiling ContainersPreview BorrowingSequence.swift
[111/180] Compiling ContainersPreview Inout.swift
[112/180] Compiling ContainersPreview InputSpan.swift
[113/180] Compiling ContainersPreview Shared.swift
[114/221] Emitting module ArgumentParserToolInfo
[115/221] Compiling ArgumentParserToolInfo ToolInfo.swift
[116/221] Compiling DequeModule RigidDeque+Hashable.swift
[117/221] Compiling DequeModule RigidDeque+Initializers.swift
[118/221] Compiling DequeModule RigidDeque+Insertions.swift
[119/221] Compiling DequeModule RigidDeque+Prepend.swift
[120/225] Compiling _NIODataStructures Heap.swift
[121/272] Compiling ArgumentParser Foundation.swift
[122/272] Compiling ArgumentParser Mutex.swift
[123/272] Compiling ArgumentParser CommandConfiguration.swift
[124/272] Compiling ArgumentParser CommandGroup.swift
[125/272] Compiling ArgumentParser EnumerableFlag.swift
[126/272] Compiling ArgumentParser ExpressibleByArgument.swift
[126/272] Compiling c-nioatomics.c
[128/275] Compiling Logging Locks.swift
[129/275] Compiling Logging MetadataProvider.swift
[130/275] Compiling Logging LogHandler.swift
[131/275] Emitting module Logging
[132/275] Compiling Logging Logging.swift
[133/275] Compiling ArgumentParser DumpHelpGenerator.swift
[134/275] Compiling ArgumentParser HelpCommand.swift
[135/275] Compiling ArgumentParser HelpGenerator.swift
[136/275] Compiling ArgumentParser ParsableArguments.swift
[137/275] Compiling ArgumentParser ParserError.swift
[138/275] Compiling ArgumentParser SplitArguments.swift
[139/275] Compiling ArgumentParser FishCompletionsGenerator.swift
[140/275] Compiling ArgumentParser ZshCompletionsGenerator.swift
[141/275] Compiling ArgumentParser Argument.swift
[142/275] Compiling ArgumentParser ArgumentDiscussion.swift
[143/275] Compiling ArgumentParser MessageInfo.swift
[144/275] Compiling ArgumentParser UsageGenerator.swift
[145/275] Compiling ArgumentParser BashCompletionsGenerator.swift
[146/275] Compiling ArgumentParser CompletionsGenerator.swift
[155/275] Compiling ArgumentParser CollectionExtensions.swift
[156/275] Emitting module SystemPackage
[157/275] Compiling ArgumentParser Name.swift
[158/275] Compiling ArgumentParser Parsed.swift
[159/275] Compiling ArgumentParser ParsedValues.swift
[160/275] Compiling ArgumentParser Platform.swift
[168/275] Compiling ArgumentParser InputKey.swift
[169/275] Compiling ArgumentParser InputOrigin.swift
[181/275] Compiling SystemPackage Util+StringArray.swift
[182/275] Compiling SystemPackage Util.swift
[183/275] Compiling SystemPackage UtilConsumers.swift
[184/275] Compiling ArgumentParser Tree.swift
[185/275] Compiling ArgumentParser NameSpecification.swift
[186/275] Compiling ArgumentParser Option.swift
[187/275] Compiling ArgumentParser OptionGroup.swift
[188/275] Compiling ArgumentParser ParentCommand.swift
[189/275] Compiling ArgumentParser AsyncParsableCommand.swift
[190/275] Emitting module Atomics
[202/275] Compiling c-atomics.c
[204/304] Compiling ArgumentParser CommandParser.swift
[205/304] Compiling ArgumentParser ArgumentHelp.swift
[206/304] Compiling ArgumentParser ArgumentVisibility.swift
[207/304] Compiling ArgumentParser CompletionKind.swift
[208/304] Emitting module DequeModule
[209/304] Compiling Rainbow Style.swift
[210/305] Compiling Rainbow StringGenerator.swift
[211/305] Compiling NIOConcurrencyHelpers lock.swift
[212/305] Compiling Rainbow String+Rainbow.swift
[213/305] Compiling Rainbow String+ConditionalStyling.swift
[214/305] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[215/305] Compiling NIOConcurrencyHelpers NIOLock.swift
[216/305] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[217/305] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[218/305] Emitting module NIOConcurrencyHelpers
[219/305] Compiling NIOConcurrencyHelpers atomics.swift
[220/370] Emitting module ArgumentParser
[221/375] Compiling Rainbow StyledStringBuilder.swift
[222/375] Compiling NIOCore NIOScheduledCallback.swift
[223/375] Compiling NIOCore NIOSendable.swift
[224/375] Emitting module Rainbow
[225/375] Compiling NIOCore IO.swift
[226/375] Compiling NIOCore IOData.swift
[227/375] Compiling NIOCore IPProtocol.swift
[228/375] Compiling NIOCore IntegerBitPacking.swift
[229/375] Compiling NIOCore IntegerTypes.swift
[230/375] Compiling NIOCore Interfaces.swift
[231/375] Compiling NIOCore Linux.swift
[232/375] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[236/375] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[237/375] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[238/375] Compiling NIOCore RecvByteBufferAllocator.swift
[239/375] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[240/422] Compiling Noora KeyStrokeListener.swift
[241/422] Compiling Noora LockIsolated.swift
[242/422] Compiling Noora Renderer.swift
[243/422] Compiling Noora Spinner.swift
[244/422] Compiling Noora NooraError.swift
[245/422] Compiling Noora NooraMock.swift
[246/422] Compiling Noora StandardPipelineType.swift
[247/422] Compiling ArgumentParser CodingKeyValidator.swift
[248/422] Compiling ArgumentParser NonsenseFlagsValidator.swift
[249/422] Compiling ArgumentParser ParsableArgumentsValidation.swift
[250/422] Compiling ArgumentParser PositionalArgumentsValidator.swift
[251/422] Compiling ArgumentParser UniqueNamesValidator.swift
[259/422] Compiling Noora Theme.swift
[260/422] Compiling Noora StandardPipelines.swift
[261/422] Compiling Noora Terminal.swift
[262/422] Compiling Noora TerminalText+DisplayWidth.swift
[263/422] Compiling Noora TerminalText.swift
[264/422] Compiling Noora TextPrompt.swift
[265/422] Compiling Noora YesOrNoChoicePrompt.swift
[266/422] Compiling Noora Content.swift
[267/422] Compiling Noora Stack.swift
[268/422] Compiling Noora TableData.swift
[269/422] Compiling Noora TableRenderer.swift
[270/422] Compiling Noora TableStyle.swift
[271/422] Compiling Noora UpdatingSelectableTable.swift
[272/422] Compiling Noora UpdatingTable.swift
[273/422] Compiling NIOCore ByteBuffer-core.swift
[274/422] Compiling NIOCore AddressedEnvelope.swift
[275/422] Compiling NIOCore AsyncAwaitSupport.swift
[276/422] Compiling NIOCore AsyncChannel.swift
[277/422] Compiling NIOCore AsyncChannelHandler.swift
[278/422] Compiling Noora Character+isPrintable.swift
[279/422] Compiling Noora String+Rainbow.swift
[280/422] Compiling Noora String+ValidatableError.swift
[281/422] Compiling Noora Noora.swift
[282/422] Compiling Noora ValidatableError.swift
[283/422] Compiling Noora MultipleChoicePrompt.swift
[284/422] Compiling Noora ProgressBarStep.swift
[285/422] Compiling Noora ProgressStep.swift
[286/422] Compiling Noora SingleChoicePrompt.swift
[287/422] Compiling Noora PaginatedTable.swift
[288/422] Compiling Noora SelectableTable.swift
[289/422] Compiling Noora Table.swift
[290/422] Compiling Noora TableColumn.swift
[291/422] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[292/422] Compiling NIOCore ByteBuffer-conversions.swift
[293/422] Compiling Noora ValidatableRule.swift
[294/422] Compiling Noora ValidationError.swift
[295/422] Compiling Noora InputValidating.swift
[296/422] Compiling Noora Alert.swift
[297/422] Compiling Noora CollapsibleStep.swift
[298/422] Emitting module Subprocess
[299/424] Compiling NIOCore SocketAddresses.swift
[300/424] Compiling NIOCore SocketOptionProvider.swift
[301/424] Compiling NIOCore SystemCallHelpers.swift
[302/424] Compiling NIOCore TimeAmount+Duration.swift
[303/424] Compiling NIOCore TypeAssistedChannelHandler.swift
[304/424] Compiling NIOCore UniversalBootstrapSupport.swift
[305/424] Compiling NIOCore Utilities.swift
[318/424] Compiling Subprocess Teardown.swift
[319/424] Compiling Subprocess Thread.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "process_shims.h"
| `- note: in file included from <module-includes>:1:
2 | #import "target_conditionals.h"
3 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "process_shims.h"
| `- note: in file included from <module-includes>:1:
2 | #import "target_conditionals.h"
3 |
[358/424] Compiling NIOCore MulticastChannel.swift
[359/424] Compiling NIOCore NIOAny.swift
[360/424] Compiling NIOCore NIOCloseOnErrorHandler.swift
[361/424] Compiling NIOCore NIOCoreSendableMetatype.swift
[362/424] Compiling NIOCore NIODecodedAsyncSequence.swift
[363/424] Compiling NIOCore NIOLoopBound.swift
[372/424] Compiling NIOCore ByteBuffer-hex.swift
[373/424] Compiling NIOCore ByteBuffer-int.swift
[374/424] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[375/424] Compiling NIOCore ByteBuffer-multi-int.swift
[376/424] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[377/424] Compiling NIOCore ByteBuffer-views.swift
[378/424] Compiling NIOCore Channel.swift
[379/424] Emitting module NIOCore
[380/476] Emitting module Noora
[381/480] Compiling NIOPosix BSDSocketAPICommon.swift
[382/480] Compiling NIOPosix BSDSocketAPIPosix.swift
[383/480] Compiling NIOPosix BSDSocketAPIWindows.swift
[384/480] Compiling NIOPosix BaseSocket.swift
[385/480] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[386/480] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[387/480] Compiling NIOPosix NonBlockingFileIO.swift
[388/480] Compiling NIOPosix PendingDatagramWritesManager.swift
[389/480] Compiling NIOPosix PendingWritesManager.swift
[390/480] Compiling NIOPosix PipeChannel.swift
[391/480] Compiling NIOPosix PipePair.swift
[392/480] Compiling NIOPosix Pool.swift
[393/480] Compiling NIOPosix FileDescriptor.swift
[394/480] Compiling NIOPosix GetaddrinfoResolver.swift
[395/480] Compiling NIOPosix HappyEyeballs.swift
[396/480] Compiling NIOPosix IO.swift
[397/480] Compiling Noora LengthValidationRule.swift
[398/480] Compiling Noora NonEmptyValidationRule.swift
[399/480] Compiling Noora RegexValidationRule.swift
[400/480] Compiling Noora Validator.swift
[401/480] Compiling NIOPosix SelectorWSAPoll.swift
[402/480] Compiling NIOPosix ServerSocket.swift
[403/480] Compiling NIOPosix Socket.swift
[404/480] Compiling NIOPosix SocketChannel.swift
[405/480] Compiling NIOPosix SocketProtocols.swift
[406/480] Compiling NIOPosix SelectorEpoll.swift
[407/480] Compiling NIOPosix SelectorGeneric.swift
[408/480] Compiling NIOPosix SelectorKqueue.swift
[409/480] Compiling NIOPosix SelectorUring.swift
[410/480] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[411/480] Compiling NIOPosix System.swift
[412/480] Compiling NIOPosix Thread.swift
[413/480] Compiling NIOPosix ThreadPosix.swift
[414/480] Compiling NIOPosix ThreadWindows.swift
[415/480] Compiling NIOPosix Resolver.swift
[416/480] Compiling NIOPosix Selectable.swift
[417/480] Compiling NIOPosix SelectableChannel.swift
[418/480] Compiling NIOPosix SelectableEventLoop.swift
[419/480] Compiling NIOPosix IntegerBitPacking.swift
[420/480] Compiling NIOPosix IntegerTypes.swift
[421/480] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[422/480] Compiling NIOPosix PosixSingletons.swift
[423/480] Compiling NIOPosix RawSocketBootstrap.swift
[423/480] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'String+Rainbow.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Noora.build/String+Rainbow.swift.o(String+Rainbow.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Rainbow.build/String+Rainbow.swift.o(String+Rainbow.swift.o)'
[424/480] Archiving libNoora.a
[426/480] Compiling NIOPosix Linux.swift
[427/480] Compiling NIOPosix LinuxCPUSet.swift
[428/480] Compiling NIOPosix LinuxUring.swift
[429/480] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[430/480] Compiling NIOPosix NIOPosixSendableMetatype.swift
[431/480] Compiling NIOPosix NIOThreadPool.swift
[432/485] Compiling NIOPosix Utilities.swift
[433/485] Compiling NIOPosix VsockAddress.swift
[434/485] Compiling NIOPosix VsockChannelEvents.swift
[435/485] Compiling NIOPosix Windows.swift
[436/485] Compiling NIOPosix resource_bundle_accessor.swift
[458/485] Emitting module NIOPosix
[481/485] Compiling NIOPosix DatagramVectorReadManager.swift
[482/485] Compiling NIOPosix Errors+Any.swift
[483/522] Compiling _NIOFileSystem Array+FileSystem.swift
[484/522] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[485/522] Compiling _NIOFileSystem BufferedReader.swift
[486/522] Compiling _NIOFileSystem BufferedWriter.swift
[487/522] Emitting module _NIOFileSystem
[488/526] Compiling _NIOFileSystem ParallelDirCopy.swift
[489/526] Compiling _NIOFileSystem ParallelRemoval.swift
[490/526] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[491/526] Compiling _NIOFileSystem CInterop.swift
[492/526] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[493/526] Compiling _NIOFileSystem OpenOptions.swift
[494/526] Compiling _NIOFileSystem String+FileSystem.swift
[495/526] Compiling _NIOFileSystem resource_bundle_accessor.swift
[496/526] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[497/526] Compiling _NIOFileSystem ByteCount.swift
[498/526] Compiling _NIOFileSystem Convenience.swift
[499/526] Compiling _NIOFileSystem DirectoryEntries.swift
[500/526] Compiling _NIOFileSystem FileSystemError.swift
[501/526] Compiling _NIOFileSystem FileSystemProtocol.swift
[502/526] Compiling _NIOFileSystem FileType.swift
[503/526] Compiling _NIOFileSystem IOStrategy.swift
[504/526] Compiling _NIOFileSystem DirectoryEntry.swift
[505/526] Compiling _NIOFileSystem Exports.swift
[506/526] Compiling _NIOFileSystem FileChunks.swift
[507/526] Compiling _NIOFileSystem FileHandle.swift
[508/526] Compiling _NIOFileSystem Errno.swift
[509/526] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[510/526] Compiling _NIOFileSystem Mocking.swift
[511/526] Compiling _NIOFileSystem Syscall.swift
[512/526] Compiling _NIOFileSystem Syscalls.swift
[513/526] Compiling _NIOFileSystem SystemFileHandle.swift
[514/526] Compiling _NIOFileSystem Utilities.swift
[515/526] Compiling _NIOFileSystem NIOFilePath.swift
[516/526] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[517/526] Compiling _NIOFileSystem BufferedStream.swift
[518/526] Compiling _NIOFileSystem Cancellation.swift
[519/526] Compiling _NIOFileSystem TokenBucket.swift
[520/526] Compiling _NIOFileSystem FileHandleProtocol.swift
[521/526] Compiling _NIOFileSystem FileInfo.swift
[522/526] Compiling _NIOFileSystem FileSystem.swift
[523/526] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[524/528] Emitting module NIOFileSystem
[525/528] Compiling NIOFileSystem Exports.swift
[526/545] Compiling Inotify InotifyWatchManager.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[527/545] Compiling Inotify InotifyEventParser.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[528/545] Compiling Inotify RawInotifyEvent.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[529/545] Compiling InotifyTaskCLI DoccFinder.swift
[530/545] Compiling InotifyTaskCLI Test Command.swift
[531/545] Compiling InotifyTaskCLI Global Options.swift
[532/545] Compiling InotifyTaskCLI Docker.swift
[533/545] Compiling InotifyTaskCLI GenerateDocumentation Command.swift
[534/545] Compiling InotifyTaskCLI Command.swift
[535/545] Emitting module InotifyTaskCLI
[536/545] Compiling Inotify InotifyEvent.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[537/545] Emitting module Inotify
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[538/545] Compiling Inotify DirectoryResolverErrror.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[539/545] Compiling Inotify Inotify.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[540/545] Compiling Inotify InotifyError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[541/545] Compiling Inotify InotifyEventMask.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[542/545] Compiling Inotify DirectoryResolver.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
Fetching https://github.com/apple/swift-nio from cache
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/tuist/Noora
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2686] Fetching swift-subprocess
[807/21446] Fetching swift-subprocess, noora
Fetched https://github.com/apple/swift-nio from cache (2.49s)
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (3.22s)
Fetched https://github.com/tuist/Noora from cache (3.22s)
Fetched https://github.com/apple/swift-log from cache (3.27s)
Fetched https://github.com/apple/swift-system from cache (3.28s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.28s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.3.0 (3.84s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.54s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.49s)
Computing version for https://github.com/tuist/Noora
Computed https://github.com/tuist/Noora at 0.56.0 (0.46s)
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
[1/395] Fetching path
[96/1822] Fetching path, rainbow
Fetched https://github.com/tuist/path from cache (1.00s)
Fetched https://github.com/onevcat/Rainbow from cache (1.00s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (4.36s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.45s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.97.0 (0.63s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.55s)
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.56s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.97.0
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/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/7] Write swift-version-2F0A5646E1D333AE.txt
[4/110] Compiling SystemPackage FilePathComponentView.swift
[5/110] Compiling SystemPackage FilePathComponents.swift
[6/111] Compiling SystemPackage Backcompat.swift
[7/111] Compiling SystemPackage CInterop.swift
[8/111] Compiling Logging MetadataProvider.swift
[9/111] Compiling SystemPackage FileOperations.swift
[10/111] Compiling SystemPackage FilePath.swift
[11/111] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/111] Compiling SystemPackage FilePathTempPosix.swift
[13/111] Compiling SystemPackage FilePathTempWindows.swift
[14/112] Compiling SystemPackage FilePathSyntax.swift
[15/112] Compiling SystemPackage FilePathTemp.swift
[16/112] Compiling _NIOBase64 Base64.swift
[17/112] Emitting module _NIOBase64
[18/112] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/112] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[20/112] Compiling _NIODataStructures Heap.swift
[21/112] Compiling SystemPackage FilePathWindows.swift
[22/112] Compiling SystemPackage FilePermissions.swift
[27/112] Compiling _NIODataStructures PriorityQueue.swift
[28/112] Compiling _NIODataStructures _TinyArray.swift
[29/112] Compiling Rainbow Style.swift
[30/113] Compiling SystemPackage Errno.swift
[31/113] Compiling SystemPackage ErrnoWindows.swift
[32/113] Compiling SystemPackage FileDescriptor.swift
[33/113] Compiling SystemPackage FileHelpers.swift
[34/113] Emitting module _NIODataStructures
[35/113] Compiling Atomics Unmanaged extensions.swift
[36/113] Compiling NIOConcurrencyHelpers lock.swift
[37/113] Emitting module Rainbow
[38/113] Compiling Rainbow StringGenerator.swift
[39/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/113] Emitting module Path
[41/113] Compiling Path Path.swift
[42/113] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[45/113] Compiling NIOConcurrencyHelpers atomics.swift
[46/113] Compiling SystemPackage FilePathParsing.swift
[47/113] Emitting module ArgumentParserToolInfo
[48/113] Compiling SystemPackage FilePathString.swift
[49/113] Compiling ArgumentParserToolInfo ToolInfo.swift
[50/113] Emitting module NIOConcurrencyHelpers
[53/113] Compiling SystemPackage Constants.swift
[54/113] Compiling SystemPackage Exports.swift
[55/113] Compiling SystemPackage Mocking.swift
[72/116] Compiling Rainbow String+ConditionalStyling.swift
[73/116] Compiling Rainbow String+Rainbow.swift
[77/116] Emitting module InternalCollectionsUtilities
[85/116] Compiling Logging LogHandler.swift
[86/116] Compiling Logging Logging.swift
[87/116] Emitting module Logging
[88/116] Compiling Logging Locks.swift
[89/116] Compiling Rainbow StyledStringBuilder.swift
[90/197] Compiling ContainersPreview Producer+Reduce.swift
[91/197] Compiling ContainersPreview ContainerIterator.swift
[92/197] Compiling ContainersPreview DynamicContainer.swift
[93/197] Compiling ContainersPreview Box.swift
[94/197] Compiling ContainersPreview Producer+Filter.swift
[95/197] Compiling ContainersPreview Producer+Map.swift
[96/197] Compiling ContainersPreview Drain+Reduce.swift
[97/197] Compiling ContainersPreview Drain.swift
[98/197] Compiling ContainersPreview Producer+Collect.swift
[99/197] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[100/197] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[101/197] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[102/197] Emitting module SystemPackage
[103/197] Compiling ContainersPreview BorrowingSequence.swift
[104/197] Compiling ContainersPreview RandomAccessContainer.swift
[105/197] Compiling ContainersPreview RangeExpression2.swift
[106/197] Compiling ContainersPreview RangeReplaceableContainer.swift
[107/197] Compiling ContainersPreview Drain+Map.swift
[108/197] Emitting module ContainersPreview
[109/197] Compiling ContainersPreview OutputSpan+Extras.swift
[110/197] Compiling ContainersPreview TemporaryAllocation.swift
[111/197] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[112/197] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[113/240] Compiling Noora TextPrompt.swift
[114/240] Compiling Noora YesOrNoChoicePrompt.swift
[115/240] Compiling Noora Content.swift
[116/240] Compiling Noora Stack.swift
[117/240] Compiling Noora Character+isPrintable.swift
[118/240] Compiling Noora String+Rainbow.swift
[119/240] Compiling Noora String+ValidatableError.swift
[120/240] Compiling Noora Noora.swift
[121/240] Compiling Noora StandardPipelines.swift
[122/240] Compiling Noora Terminal.swift
[123/240] Compiling Noora TerminalText+DisplayWidth.swift
[124/240] Compiling Noora TerminalText.swift
[125/240] Compiling Noora ValidatableError.swift
[126/240] Compiling Noora ValidatableRule.swift
[127/240] Compiling Noora ValidationError.swift
[128/240] Compiling Noora InputValidating.swift
[129/240] Compiling Noora KeyStrokeListener.swift
[130/240] Compiling Noora LockIsolated.swift
[131/240] Compiling Noora ProgressBarStep.swift
[132/240] Compiling Noora ProgressStep.swift
[133/240] Compiling Noora SingleChoicePrompt.swift
[134/240] Compiling Noora PaginatedTable.swift
[135/240] Compiling Noora SelectableTable.swift
[136/240] Compiling Noora Table.swift
[140/240] Compiling Noora Alert.swift
[141/240] Compiling Noora CollapsibleStep.swift
[142/240] Compiling Noora MultipleChoicePrompt.swift
[146/240] Compiling Noora Renderer.swift
[147/240] Compiling Noora Spinner.swift
[148/240] Compiling Noora NooraError.swift
[149/303] Compiling DequeModule UniqueDeque+Equatable.swift
[150/303] Compiling DequeModule UniqueDeque+Experimental.swift
[151/303] Compiling DequeModule UniqueDeque+Hashable.swift
[152/303] Compiling DequeModule UniqueDeque+Initializers.swift
[153/303] Compiling DequeModule RigidDeque+Consumption.swift
[154/303] Compiling DequeModule RigidDeque+Container.swift
[155/303] Compiling DequeModule RigidDeque+Descriptions.swift
[156/303] Compiling DequeModule RigidDeque+Equatable.swift
[157/303] Compiling DequeModule RigidDeque+Experimental.swift
[158/303] Compiling DequeModule UniqueDeque+Append.swift
[159/303] Compiling DequeModule UniqueDeque+Consumption.swift
[160/303] Compiling DequeModule UniqueDeque+Container.swift
[161/303] Compiling DequeModule UniqueDeque+Descriptions.swift
[162/303] Compiling DequeModule RigidDeque+Removals.swift
[163/303] Compiling DequeModule RigidDeque+Replacements.swift
[164/303] Compiling DequeModule RigidDeque+Testing.swift
[165/303] Compiling DequeModule RigidDeque.swift
[166/307] Compiling DequeModule RigidDeque+Hashable.swift
[167/307] Compiling DequeModule RigidDeque+Initializers.swift
[168/307] Compiling DequeModule RigidDeque+Insertions.swift
[169/307] Compiling DequeModule RigidDeque+Prepend.swift
[170/307] Compiling DequeModule UniqueDeque+Insertions.swift
[171/307] Compiling DequeModule UniqueDeque+Prepend.swift
[172/307] Compiling DequeModule UniqueDeque+Removals.swift
[173/307] Compiling DequeModule UniqueDeque+Replacements.swift
[174/307] Emitting module Atomics
[175/307] Compiling DequeModule Deque.swift
[176/307] Compiling DequeModule _DequeBuffer.swift
[177/307] Compiling DequeModule _DequeBufferHeader.swift
[178/307] Compiling DequeModule RigidDeque+Append.swift
[179/307] Compiling DequeModule Deque+Codable.swift
[180/312] Emitting module Noora
[193/316] Emitting module ArgumentParser
[194/316] Emitting module Subprocess
[195/318] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[196/318] Compiling DequeModule Deque+Extras.swift
[197/318] Compiling DequeModule Deque+Hashable.swift
[198/318] Compiling DequeModule Deque+Testing.swift
[199/318] Compiling DequeModule Deque._Storage.swift
[205/318] Compiling DequeModule Deque+Collection.swift
[206/318] Compiling DequeModule Deque+CustomReflectable.swift
[207/318] Compiling DequeModule Deque+Descriptions.swift
[208/318] Compiling DequeModule Deque+Equatable.swift
[209/318] Compiling DequeModule Deque._UnsafeHandle.swift
[218/318] Compiling Subprocess Teardown.swift
[219/318] Compiling Subprocess Thread.swift
[233/318] Compiling Noora LengthValidationRule.swift
[234/318] Compiling Noora NonEmptyValidationRule.swift
[235/318] Compiling Noora RegexValidationRule.swift
[236/318] Compiling Noora Validator.swift
[237/318] Compiling ArgumentParser CodingKeyValidator.swift
[238/318] Compiling ArgumentParser NonsenseFlagsValidator.swift
[239/318] Compiling ArgumentParser ParsableArgumentsValidation.swift
[240/318] Compiling ArgumentParser PositionalArgumentsValidator.swift
[241/318] Compiling ArgumentParser UniqueNamesValidator.swift
[278/317] Compiling DequeModule _UnsafeDequeSegments.swift
[292/317] Compiling ArgumentParser HelpCommand.swift
[293/317] Compiling ArgumentParser HelpGenerator.swift
[314/317] Emitting module DequeModule
[315/382] Compiling NIOCore MarkedCircularBuffer.swift
[316/382] Compiling NIOCore MulticastChannel.swift
[317/382] Compiling NIOCore NIOAny.swift
[318/382] Compiling NIOCore NIOCloseOnErrorHandler.swift
[319/382] Compiling NIOCore NIOCoreSendableMetatype.swift
[320/382] Compiling NIOCore NIODecodedAsyncSequence.swift
[321/382] Compiling NIOCore NIOLoopBound.swift
[322/389] Compiling NIOCore AddressedEnvelope.swift
[323/389] Compiling NIOCore AsyncAwaitSupport.swift
[324/389] Compiling NIOCore AsyncChannel.swift
[325/389] Compiling NIOCore AsyncChannelHandler.swift
[326/389] Compiling NIOCore AsyncChannelInboundStream.swift
[327/389] Compiling NIOCore AsyncChannelOutboundWriter.swift
[328/389] Compiling NIOCore NIOAsyncSequenceProducer.swift
[329/389] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[330/389] Compiling NIOCore ConvenienceOptionSupport.swift
[331/389] Compiling NIOCore DeadChannel.swift
[332/389] Compiling NIOCore DispatchQueue+WithFuture.swift
[333/389] Compiling NIOCore EventLoop+Deprecated.swift
[334/389] Compiling NIOCore EventLoop+SerialExecutor.swift
[335/389] Compiling NIOCore EventLoop.swift
[336/389] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[337/389] Compiling NIOCore SocketAddresses.swift
[338/389] Compiling NIOCore SocketOptionProvider.swift
[339/389] Compiling NIOCore SystemCallHelpers.swift
[340/389] Compiling NIOCore TimeAmount+Duration.swift
[341/389] Compiling NIOCore TypeAssistedChannelHandler.swift
[342/389] Compiling NIOCore UniversalBootstrapSupport.swift
[343/389] Compiling NIOCore Utilities.swift
[344/389] Compiling NIOCore EventLoopFuture+Deprecated.swift
[345/389] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[346/389] Compiling NIOCore EventLoopFuture.swift
[347/389] Compiling NIOCore FileDescriptor.swift
[348/389] Compiling NIOCore FileHandle.swift
[349/389] Compiling NIOCore FileRegion.swift
[350/389] Compiling NIOCore GlobalSingletons.swift
[351/389] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[352/389] Compiling NIOCore NIOScheduledCallback.swift
[353/389] Compiling NIOCore NIOSendable.swift
[354/389] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[355/389] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[356/389] Compiling NIOCore RecvByteBufferAllocator.swift
[357/389] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[358/389] Compiling NIOCore NIOAsyncWriter.swift
[359/389] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[360/389] Compiling NIOCore BSDSocketAPI.swift
[361/389] Compiling NIOCore ByteBuffer-aux.swift
[362/389] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[363/389] Compiling NIOCore ByteBuffer-conversions.swift
[364/389] Compiling NIOCore ByteBuffer-core.swift
[365/389] Compiling NIOCore ChannelHandler.swift
[366/389] Compiling NIOCore ChannelHandlers.swift
[367/389] Compiling NIOCore ChannelInvoker.swift
[368/389] Compiling NIOCore ChannelOption.swift
[369/389] Compiling NIOCore ChannelPipeline.swift
[370/389] Compiling NIOCore CircularBuffer.swift
[371/389] Compiling NIOCore Codec.swift
[372/389] Compiling NIOCore IO.swift
[373/389] Compiling NIOCore IOData.swift
[374/389] Compiling NIOCore IPProtocol.swift
[375/389] Compiling NIOCore IntegerBitPacking.swift
[376/389] Compiling NIOCore IntegerTypes.swift
[377/389] Compiling NIOCore Interfaces.swift
[378/389] Compiling NIOCore Linux.swift
[379/389] Compiling NIOCore ByteBuffer-hex.swift
[380/389] Compiling NIOCore ByteBuffer-int.swift
[381/389] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[382/389] Compiling NIOCore ByteBuffer-multi-int.swift
[383/389] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[384/389] Compiling NIOCore ByteBuffer-views.swift
[385/389] Compiling NIOCore Channel.swift
[386/389] Emitting module NIOCore
[387/441] Compiling NIOPosix BSDSocketAPICommon.swift
[388/441] Compiling NIOPosix BSDSocketAPIPosix.swift
[389/441] Compiling NIOPosix BSDSocketAPIWindows.swift
[390/441] Compiling NIOPosix BaseSocket.swift
[391/441] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[392/441] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[393/446] Compiling NIOPosix FileDescriptor.swift
[394/446] Compiling NIOPosix GetaddrinfoResolver.swift
[395/446] Compiling NIOPosix HappyEyeballs.swift
[396/446] Compiling NIOPosix IO.swift
[397/446] Compiling NIOPosix IntegerBitPacking.swift
[398/446] Compiling NIOPosix IntegerTypes.swift
[399/446] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[400/446] Compiling NIOPosix PosixSingletons.swift
[401/446] Compiling NIOPosix RawSocketBootstrap.swift
[402/446] Compiling NIOPosix Resolver.swift
[403/446] Compiling NIOPosix Selectable.swift
[404/446] Compiling NIOPosix SelectableChannel.swift
[405/446] Compiling NIOPosix SelectorWSAPoll.swift
[406/446] Compiling NIOPosix ServerSocket.swift
[407/446] Compiling NIOPosix Socket.swift
[408/446] Compiling NIOPosix SocketChannel.swift
[409/446] Compiling NIOPosix SocketProtocols.swift
[410/446] Compiling NIOPosix Utilities.swift
[411/446] Compiling NIOPosix VsockAddress.swift
[412/446] Compiling NIOPosix VsockChannelEvents.swift
[413/446] Compiling NIOPosix Windows.swift
[414/446] Compiling NIOPosix resource_bundle_accessor.swift
[415/446] Emitting module NIOPosix
[416/446] Compiling NIOPosix Linux.swift
[417/446] Compiling NIOPosix LinuxCPUSet.swift
[418/446] Compiling NIOPosix LinuxUring.swift
[419/446] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[420/446] Compiling NIOPosix NIOPosixSendableMetatype.swift
[421/446] Compiling NIOPosix NIOThreadPool.swift
[422/446] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[423/446] Compiling NIOPosix System.swift
[424/446] Compiling NIOPosix Thread.swift
[425/446] Compiling NIOPosix ThreadPosix.swift
[426/446] Compiling NIOPosix ThreadWindows.swift
[427/446] Compiling NIOPosix SelectableEventLoop.swift
[428/446] Compiling NIOPosix SelectorEpoll.swift
[429/446] Compiling NIOPosix SelectorGeneric.swift
[430/446] Compiling NIOPosix SelectorKqueue.swift
[431/446] Compiling NIOPosix SelectorUring.swift
[432/446] Compiling NIOPosix NonBlockingFileIO.swift
[433/446] Compiling NIOPosix PendingDatagramWritesManager.swift
[434/446] Compiling NIOPosix PendingWritesManager.swift
[435/446] Compiling NIOPosix PipeChannel.swift
[436/446] Compiling NIOPosix PipePair.swift
[437/446] Compiling NIOPosix Pool.swift
[438/446] Compiling NIOPosix BaseSocketChannel.swift
[439/446] Compiling NIOPosix BaseStreamSocketChannel.swift
[440/446] Compiling NIOPosix Bootstrap.swift
[441/446] Compiling NIOPosix ControlMessage.swift
[442/446] Compiling NIOPosix DatagramVectorReadManager.swift
[443/446] Compiling NIOPosix Errors+Any.swift
[444/483] Compiling _NIOFileSystem ParallelDirCopy.swift
[445/483] Compiling _NIOFileSystem ParallelRemoval.swift
[446/483] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[447/483] Compiling _NIOFileSystem CInterop.swift
[448/487] Compiling _NIOFileSystem Array+FileSystem.swift
[449/487] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[450/487] Compiling _NIOFileSystem BufferedReader.swift
[451/487] Compiling _NIOFileSystem BufferedWriter.swift
[452/487] Emitting module _NIOFileSystem
[453/487] Compiling _NIOFileSystem FileSystemError.swift
[454/487] Compiling _NIOFileSystem FileSystemProtocol.swift
[455/487] Compiling _NIOFileSystem FileType.swift
[456/487] Compiling _NIOFileSystem IOStrategy.swift
[457/487] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[458/487] Compiling _NIOFileSystem BufferedStream.swift
[459/487] Compiling _NIOFileSystem Cancellation.swift
[460/487] Compiling _NIOFileSystem TokenBucket.swift
[461/487] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[462/487] Compiling _NIOFileSystem ByteCount.swift
[463/487] Compiling _NIOFileSystem Convenience.swift
[464/487] Compiling _NIOFileSystem DirectoryEntries.swift
[465/487] Compiling _NIOFileSystem Errno.swift
[466/487] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[467/487] Compiling _NIOFileSystem Mocking.swift
[468/487] Compiling _NIOFileSystem Syscall.swift
[469/487] Compiling _NIOFileSystem Syscalls.swift
[470/487] Compiling _NIOFileSystem SystemFileHandle.swift
[471/487] Compiling _NIOFileSystem Utilities.swift
[472/487] Compiling _NIOFileSystem NIOFilePath.swift
[473/487] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[474/487] Compiling _NIOFileSystem OpenOptions.swift
[475/487] Compiling _NIOFileSystem String+FileSystem.swift
[476/487] Compiling _NIOFileSystem resource_bundle_accessor.swift
[477/487] Compiling _NIOFileSystem DirectoryEntry.swift
[478/487] Compiling _NIOFileSystem Exports.swift
[479/487] Compiling _NIOFileSystem FileChunks.swift
[480/487] Compiling _NIOFileSystem FileHandle.swift
[481/487] Compiling _NIOFileSystem FileHandleProtocol.swift
[482/487] Compiling _NIOFileSystem FileInfo.swift
[483/487] Compiling _NIOFileSystem FileSystem.swift
[484/487] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[485/489] Compiling NIOFileSystem Exports.swift
[486/489] Emitting module NIOFileSystem
[487/506] Compiling Inotify InotifyWatchManager.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[488/506] Compiling Inotify InotifyEventMask.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[489/506] Compiling InotifyTaskCLI Global Options.swift
[490/506] Compiling InotifyTaskCLI Test Command.swift
[491/506] Compiling Inotify DirectoryResolver.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[492/506] Emitting module Inotify
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[493/506] Compiling Inotify InotifyError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[494/506] Compiling Inotify InotifyEventParser.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[495/506] Compiling Inotify InotifyEvent.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[496/506] Compiling Inotify DirectoryResolverErrror.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[497/506] Compiling Inotify Inotify.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[498/506] Compiling Inotify RawInotifyEvent.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "cinotify.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CInotify/cinotify.h:5:10: error: 'sys/inotify.h' file not found
3 |
4 | #include <stdlib.h>
5 | #include <sys/inotify.h>
| `- error: 'sys/inotify.h' file not found
6 | #include <unistd.h>
7 | #include <errno.h>
/Users/admin/builder/spi-builder-workspace/Sources/Inotify/Inotify.swift:2:8: error: could not build Objective-C module 'CInotify'
1 | import Dispatch
2 | import CInotify
| `- error: could not build Objective-C module 'CInotify'
3 |
4 | public actor Inotify {
[499/506] Compiling InotifyTaskCLI Docker.swift
[500/506] Compiling InotifyTaskCLI DoccFinder.swift
[501/506] Compiling InotifyTaskCLI Command.swift
[502/506] Emitting module InotifyTaskCLI
BUILD FAILURE 6.1 macosSpm