Build Information
Successful build of FileSystem, reference 0.11.19 (9a76ea
), with Swift 6.1 for Linux on 8 Sep 2025 19:00:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/FileSystem.git
Reference: 0.11.19
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/tuist/FileSystem
* tag 0.11.19 -> FETCH_HEAD
HEAD is now at 9a76ea6 [Release] FileSystem 0.11.19
Cloned https://github.com/tuist/FileSystem.git
Revision (git rev-parse @):
9a76ea6297a3eb7bbac360cf7725e2aad96dc3fb
SUCCESS checkout https://github.com/tuist/FileSystem.git at 0.11.19
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/FileSystem.git
https://github.com/tuist/FileSystem.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Path"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.86.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.20",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/ZIPFoundation"
}
],
"manifest_display_name" : "FileSystem",
"name" : "FileSystem",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "FileSystem",
"targets" : [
"FileSystem"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "FileSystemTesting",
"targets" : [
"FileSystemTesting"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "Glob",
"targets" : [
"Glob"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "GlobTests",
"module_type" : "SwiftTarget",
"name" : "GlobTests",
"path" : "Tests/GlobTests",
"sources" : [
"PatternTests.swift",
"TestHelpers/XCTAssertMatches.swift",
"TestHelpers/XCTExpectFailure.swift"
],
"target_dependencies" : [
"Glob"
],
"type" : "test"
},
{
"c99name" : "Glob",
"module_type" : "SwiftTarget",
"name" : "Glob",
"path" : "Sources/Glob",
"product_memberships" : [
"FileSystem",
"FileSystemTesting",
"Glob"
],
"sources" : [
"GlobSearch.swift",
"InvalidPattern.swift",
"Pattern+Match.swift",
"Pattern+Options.swift",
"Pattern+Parser.swift",
"Pattern.swift",
"Unicode.GeneralCategory+Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "FileSystemTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTests",
"path" : "Tests/FileSystemTests",
"sources" : [
"FileSystemTests.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "test"
},
{
"c99name" : "FileSystemTestingTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTestingTests",
"path" : "Tests/FileSystemTestingTests",
"sources" : [
"FileSystemTestingTraitTests.swift"
],
"target_dependencies" : [
"FileSystem",
"FileSystemTesting"
],
"type" : "test"
},
{
"c99name" : "FileSystemTesting",
"module_type" : "SwiftTarget",
"name" : "FileSystemTesting",
"path" : "Sources/FileSystemTesting",
"product_memberships" : [
"FileSystemTesting"
],
"sources" : [
"FileSystemTestingTrait.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "library"
},
{
"c99name" : "FileSystem",
"module_type" : "SwiftTarget",
"name" : "FileSystem",
"path" : "Sources/FileSystem",
"product_dependencies" : [
"_NIOFileSystem",
"Path",
"Logging",
"ZIPFoundation"
],
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"AsyncSequence+Extras.swift",
"FileSystem.swift"
],
"target_dependencies" : [
"Glob"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-nio
[1/369] Fetching path
[370/4272] Fetching path, swift-log
[4273/82325] Fetching path, swift-log, swift-nio
Fetching https://github.com/tuist/ZIPFoundation
Fetched https://github.com/tuist/Path from cache (2.32s)
Fetched https://github.com/apple/swift-log from cache (2.32s)
[1/4875] Fetching zipfoundation
Fetched https://github.com/tuist/ZIPFoundation from cache (1.49s)
Fetched https://github.com/apple/swift-nio from cache (3.91s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (4.61s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.49s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[600/6751] Fetching swift-atomics, swift-system
[6752/24161] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
[5808/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
[1916/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (4.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.66s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/52] Write sources
[16/52] Compiling CNIOWindows shim.c
[17/52] Compiling CNIOWindows WSAStartup.c
[18/52] Compiling CNIOWASI CNIOWASI.c
[19/52] Compiling CNIOPosix event_loop_id.c
[20/52] Compiling CNIOLinux liburing_shims.c
[21/52] Write sources
[22/52] Compiling CNIODarwin shim.c
[23/52] Compiling CSystem shims.c
[24/52] Compiling CNIOLinux shim.c
[25/52] Write swift-version-24593BA9C3E375BF.txt
[25/52] Compiling _AtomicsShims.c
[28/116] Emitting module Path
[29/116] Emitting module SystemPackage
[30/120] Compiling _NIOBase64 Base64.swift
[31/120] Emitting module _NIOBase64
[32/121] Compiling ZIPFoundation Date+ZIP.swift
[33/121] Compiling ZIPFoundation Entry.swift
[34/121] Compiling ZIPFoundation FileManager+ZIP.swift
[35/121] Compiling ZIPFoundation Entry+Serialization.swift
[36/121] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[37/121] Compiling ZIPFoundation Archive+MemoryFile.swift
[38/121] Compiling ZIPFoundation Archive+Progress.swift
[39/121] Compiling ZIPFoundation Archive+Reading.swift
[40/121] Compiling Path Path.swift
[41/122] Compiling _NIODataStructures _TinyArray.swift
[42/122] Compiling _NIODataStructures PriorityQueue.swift
[43/122] Compiling SystemPackage SystemString.swift
[44/122] Compiling SystemPackage Util+StringArray.swift
[45/122] Compiling SystemPackage Util.swift
[46/122] Compiling SystemPackage UtilConsumers.swift
[47/122] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[48/122] Compiling ZIPFoundation Archive+Deprecated.swift
[49/122] Compiling ZIPFoundation Archive+Helpers.swift
[50/122] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[51/122] Compiling ZIPFoundation Archive+Writing.swift
[52/122] Compiling ZIPFoundation Archive+ZIP64.swift
[53/122] Compiling ZIPFoundation Archive.swift
[54/122] Compiling ZIPFoundation Data+Compression.swift
[55/122] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[56/122] Compiling ZIPFoundation Data+Serialization.swift
[59/144] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/144] Compiling InternalCollectionsUtilities Debugging.swift
[61/145] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/145] Compiling InternalCollectionsUtilities Descriptions.swift
[63/145] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/145] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/145] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/145] Compiling InternalCollectionsUtilities Integer rank.swift
[66/145] Compiling c-nioatomics.c
[68/145] Compiling Logging MetadataProvider.swift
[69/145] Emitting module Logging
[70/145] Compiling Logging Locks.swift
[71/145] Compiling ZIPFoundation Entry+ZIP64.swift
[72/145] Compiling SystemPackage RawIORequest.swift
[73/145] Compiling SystemPackage Backcompat.swift
[74/145] Compiling SystemPackage CInterop.swift
[75/145] Emitting module _NIODataStructures
[76/145] Compiling _NIODataStructures Heap.swift
[77/145] Compiling SystemPackage Syscalls.swift
[78/145] Compiling SystemPackage WindowsSyscallAdapters.swift
[79/145] Compiling SystemPackage MachPort.swift
[80/145] Compiling SystemPackage PlatformString.swift
[81/146] Compiling Logging LogHandler.swift
[82/146] Compiling Logging Logging.swift
[83/147] Compiling SystemPackage Constants.swift
[84/147] Compiling SystemPackage Exports.swift
[85/147] Compiling SystemPackage Mocking.swift
[86/147] Compiling SystemPackage RawBuffer.swift
[89/148] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/148] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/164] Emitting module InternalCollectionsUtilities
[93/166] Compiling Atomics IntegerConformances.swift
[94/166] Compiling Atomics PointerConformances.swift
[95/166] Compiling Atomics Primitives.native.swift
[96/166] Compiling Atomics ManagedAtomic.swift
[96/167] Wrapping AST for _NIOBase64 for debugging
[98/167] Wrapping AST for _NIODataStructures for debugging
[99/167] Wrapping AST for Logging for debugging
[99/167] Wrapping AST for SystemPackage for debugging
[101/167] Wrapping AST for Path for debugging
[103/167] Compiling Atomics AtomicMemoryOrderings.swift
[104/167] Compiling Atomics DoubleWord.swift
[105/169] Compiling Atomics AtomicStorage.swift
[106/169] Compiling Atomics AtomicValue.swift
[107/169] Compiling Atomics UnsafeAtomic.swift
[108/169] Compiling Atomics UnsafeAtomicLazyReference.swift
[108/180] Wrapping AST for InternalCollectionsUtilities for debugging
[110/184] Compiling DequeModule Deque+CustomReflectable.swift
[111/184] Compiling DequeModule Deque+Descriptions.swift
[112/186] Compiling DequeModule _DequeBuffer.swift
[113/186] Compiling DequeModule _DequeBufferHeader.swift
[114/186] Compiling DequeModule Deque+Hashable.swift
[115/186] Compiling DequeModule Deque+Testing.swift
[116/186] Compiling DequeModule Deque._Storage.swift
[117/186] Compiling DequeModule Deque._UnsafeHandle.swift
[118/186] Compiling DequeModule Deque.swift
[120/186] Compiling DequeModule Deque+Extras.swift
[122/186] Compiling DequeModule Deque+Equatable.swift
[123/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[123/186] Compiling c-atomics.c
[125/186] Compiling Atomics IntegerOperations.swift
[126/186] Compiling Atomics Unmanaged extensions.swift
[130/186] Compiling DequeModule Deque+Collection.swift
[135/194] Compiling DequeModule Deque+Codable.swift
[136/194] Emitting module ZIPFoundation
[137/194] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[138/194] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[139/194] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[142/194] Compiling ZIPFoundation URL+ZIP.swift
[145/194] Compiling DequeModule _DequeSlot.swift
[146/194] Compiling DequeModule _UnsafeWrappedBuffer.swift
[154/194] Emitting module Glob
[155/194] Compiling NIOConcurrencyHelpers NIOLock.swift
[161/195] Compiling Glob Pattern.swift
[163/195] Compiling NIOConcurrencyHelpers lock.swift
[164/195] Compiling Glob Pattern+Match.swift
[165/195] Compiling Glob Pattern+Options.swift
[166/195] Compiling Glob InvalidPattern.swift
[167/195] Compiling Glob Pattern+Parser.swift
[168/195] Emitting module DequeModule
[168/196] Wrapping AST for ZIPFoundation for debugging
[170/196] Compiling NIOConcurrencyHelpers atomics.swift
[171/196] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[172/196] Emitting module NIOConcurrencyHelpers
[175/197] Compiling Glob GlobSearch.swift
[175/198] Wrapping AST for DequeModule for debugging
[177/198] Wrapping AST for NIOConcurrencyHelpers for debugging
[178/198] Wrapping AST for Glob for debugging
[179/198] Write Objects.LinkFileList
[180/198] Archiving libGlob.a
[182/198] Emitting module Atomics
[188/199] Wrapping AST for Atomics for debugging
[190/260] Compiling NIOCore NIOAny.swift
[191/260] Compiling NIOCore NIOCloseOnErrorHandler.swift
[192/260] Compiling NIOCore NIOCoreSendableMetatype.swift
[193/260] Compiling NIOCore NIOLoopBound.swift
[194/260] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[195/260] Compiling NIOCore NIOScheduledCallback.swift
[196/260] Compiling NIOCore NIOSendable.swift
[197/260] Compiling NIOCore RecvByteBufferAllocator.swift
[198/268] Compiling NIOCore IOData.swift
[199/268] Compiling NIOCore IPProtocol.swift
[200/268] Compiling NIOCore IntegerBitPacking.swift
[201/268] Compiling NIOCore IntegerTypes.swift
[202/268] Compiling NIOCore Interfaces.swift
[203/268] Compiling NIOCore Linux.swift
[204/268] Compiling NIOCore MarkedCircularBuffer.swift
[205/268] Compiling NIOCore MulticastChannel.swift
[206/268] Compiling NIOCore EventLoopFuture+Deprecated.swift
[207/268] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[208/268] Compiling NIOCore EventLoopFuture.swift
[209/268] Compiling NIOCore FileDescriptor.swift
[210/268] Compiling NIOCore FileHandle.swift
[211/268] Compiling NIOCore FileRegion.swift
[212/268] Compiling NIOCore GlobalSingletons.swift
[213/268] Compiling NIOCore IO.swift
[214/268] Compiling NIOCore CircularBuffer.swift
[215/268] Compiling NIOCore Codec.swift
[216/268] Compiling NIOCore ConvenienceOptionSupport.swift
[217/268] Compiling NIOCore DeadChannel.swift
[218/268] Compiling NIOCore DispatchQueue+WithFuture.swift
[219/268] Compiling NIOCore EventLoop+Deprecated.swift
[220/268] Compiling NIOCore EventLoop+SerialExecutor.swift
[221/268] Compiling NIOCore EventLoop.swift
[222/268] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[223/268] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[224/268] Compiling NIOCore SocketAddresses.swift
[225/268] Compiling NIOCore SocketOptionProvider.swift
[226/268] Compiling NIOCore SystemCallHelpers.swift
[227/268] Compiling NIOCore TimeAmount+Duration.swift
[228/268] Compiling NIOCore TypeAssistedChannelHandler.swift
[229/268] Compiling NIOCore UniversalBootstrapSupport.swift
[230/268] Compiling NIOCore Utilities.swift
[231/268] Compiling NIOCore AddressedEnvelope.swift
[232/268] Compiling NIOCore AsyncAwaitSupport.swift
[233/268] Compiling NIOCore AsyncChannel.swift
[234/268] Compiling NIOCore AsyncChannelHandler.swift
[235/268] Compiling NIOCore AsyncChannelInboundStream.swift
[236/268] Compiling NIOCore AsyncChannelOutboundWriter.swift
[237/268] Compiling NIOCore NIOAsyncSequenceProducer.swift
[238/268] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[239/268] Compiling NIOCore NIOAsyncWriter.swift
[240/268] Emitting module NIOCore
[241/268] Compiling NIOCore ByteBuffer-multi-int.swift
[242/268] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[243/268] Compiling NIOCore ByteBuffer-views.swift
[244/268] Compiling NIOCore Channel.swift
[245/268] Compiling NIOCore ChannelHandler.swift
[246/268] Compiling NIOCore ChannelHandlers.swift
[247/268] Compiling NIOCore ChannelInvoker.swift
[248/268] Compiling NIOCore ChannelOption.swift
[249/268] Compiling NIOCore ChannelPipeline.swift
[250/268] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[251/268] Compiling NIOCore BSDSocketAPI.swift
[252/268] Compiling NIOCore ByteBuffer-aux.swift
[253/268] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[254/268] Compiling NIOCore ByteBuffer-conversions.swift
[255/268] Compiling NIOCore ByteBuffer-core.swift
[256/268] Compiling NIOCore ByteBuffer-hex.swift
[257/268] Compiling NIOCore ByteBuffer-int.swift
[258/268] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[259/269] Wrapping AST for NIOCore for debugging
[261/317] Compiling NIOPosix Socket.swift
[262/317] Compiling NIOPosix SocketChannel.swift
[263/317] Compiling NIOPosix SocketProtocols.swift
[264/317] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[265/317] Compiling NIOPosix System.swift
[266/317] Compiling NIOPosix Thread.swift
[267/323] Compiling NIOPosix Pool.swift
[268/323] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[269/323] Compiling NIOPosix PosixSingletons.swift
[270/323] Compiling NIOPosix RawSocketBootstrap.swift
[271/323] Compiling NIOPosix Resolver.swift
[272/323] Compiling NIOPosix Selectable.swift
[273/323] Compiling NIOPosix SelectableChannel.swift
[274/323] Compiling NIOPosix SelectableEventLoop.swift
[275/323] Compiling NIOPosix SelectorEpoll.swift
[276/323] Compiling NIOPosix SelectorGeneric.swift
[277/323] Compiling NIOPosix SelectorKqueue.swift
[278/323] Compiling NIOPosix SelectorUring.swift
[279/323] Compiling NIOPosix ServerSocket.swift
[280/323] Compiling NIOPosix IO.swift
[281/323] Compiling NIOPosix IntegerBitPacking.swift
[282/323] Compiling NIOPosix IntegerTypes.swift
[283/323] Compiling NIOPosix Linux.swift
[284/323] Compiling NIOPosix LinuxCPUSet.swift
[285/323] Compiling NIOPosix LinuxUring.swift
[286/323] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[287/323] Compiling NIOPosix BSDSocketAPICommon.swift
[288/323] Compiling NIOPosix BSDSocketAPIPosix.swift
[289/323] Compiling NIOPosix BSDSocketAPIWindows.swift
[290/323] Compiling NIOPosix BaseSocket.swift
[291/323] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[292/323] Compiling NIOPosix BaseSocketChannel.swift
[293/323] Compiling NIOPosix BaseStreamSocketChannel.swift
[294/323] Emitting module NIOPosix
[295/323] Compiling NIOPosix ThreadPosix.swift
[296/323] Compiling NIOPosix ThreadWindows.swift
[297/323] Compiling NIOPosix UnsafeTransfer.swift
[298/323] Compiling NIOPosix Utilities.swift
[299/323] Compiling NIOPosix VsockAddress.swift
[300/323] Compiling NIOPosix VsockChannelEvents.swift
[301/323] Compiling NIOPosix Bootstrap.swift
[302/323] Compiling NIOPosix ControlMessage.swift
[303/323] Compiling NIOPosix DatagramVectorReadManager.swift
[304/323] Compiling NIOPosix Errors+Any.swift
[305/323] Compiling NIOPosix FileDescriptor.swift
[306/323] Compiling NIOPosix GetaddrinfoResolver.swift
[307/323] Compiling NIOPosix HappyEyeballs.swift
[308/323] Compiling NIOPosix NIOPosixSendableMetatype.swift
[309/323] Compiling NIOPosix NIOThreadPool.swift
[310/323] Compiling NIOPosix NonBlockingFileIO.swift
[311/323] Compiling NIOPosix PendingDatagramWritesManager.swift
[312/323] Compiling NIOPosix PendingWritesManager.swift
[313/323] Compiling NIOPosix PipeChannel.swift
[314/323] Compiling NIOPosix PipePair.swift
[315/324] Wrapping AST for NIOPosix for debugging
[317/360] Emitting module _NIOFileSystem
[318/365] Compiling _NIOFileSystem Array+FileSystem.swift
[319/365] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[320/365] Compiling _NIOFileSystem BufferedReader.swift
[321/365] Compiling _NIOFileSystem BufferedWriter.swift
[322/365] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[323/365] Compiling _NIOFileSystem ByteCount.swift
[324/365] Compiling _NIOFileSystem Convenience.swift
[325/365] Compiling _NIOFileSystem DirectoryEntries.swift
[326/365] Compiling _NIOFileSystem DirectoryEntry.swift
[327/365] Compiling _NIOFileSystem Exports.swift
[328/365] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[329/365] Compiling _NIOFileSystem FileSystemError.swift
[330/365] Compiling _NIOFileSystem FileSystemProtocol.swift
[331/365] Compiling _NIOFileSystem FileType.swift
[332/365] Compiling _NIOFileSystem IOStrategy.swift
[333/365] Compiling _NIOFileSystem Utilities.swift
[334/365] Compiling _NIOFileSystem NIOFilePath.swift
[335/365] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[336/365] Compiling _NIOFileSystem OpenOptions.swift
[337/365] Compiling _NIOFileSystem String+FileSystem.swift
[338/365] Compiling _NIOFileSystem ParallelDirCopy.swift
[339/365] Compiling _NIOFileSystem ParallelRemoval.swift
[340/365] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[341/365] Compiling _NIOFileSystem CInterop.swift
[342/365] Compiling _NIOFileSystem Errno.swift
[343/365] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[344/365] Compiling _NIOFileSystem Mocking.swift
[345/365] Compiling _NIOFileSystem Syscall.swift
[346/365] Compiling _NIOFileSystem Syscalls.swift
[347/365] Compiling _NIOFileSystem SystemFileHandle.swift
[348/365] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[349/365] Compiling _NIOFileSystem BufferedStream.swift
[350/365] Compiling _NIOFileSystem Cancellation.swift
[351/365] Compiling _NIOFileSystem TokenBucket.swift
[352/365] Compiling _NIOFileSystem UnsafeTransfer.swift
[353/365] Compiling _NIOFileSystem FileChunks.swift
[354/365] Compiling _NIOFileSystem FileHandle.swift
[355/365] Compiling _NIOFileSystem FileHandleProtocol.swift
[356/365] Compiling _NIOFileSystem FileInfo.swift
[357/365] Compiling _NIOFileSystem FileSystem.swift
[358/366] Wrapping AST for _NIOFileSystem for debugging
[360/368] Compiling NIOFileSystem Exports.swift
[361/368] Emitting module NIOFileSystem
[362/369] Wrapping AST for NIOFileSystem for debugging
[364/372] Emitting module FileSystem
[365/372] Compiling FileSystem AsyncSequence+Extras.swift
[366/372] Compiling FileSystem FileSystem.swift
[367/373] Wrapping AST for FileSystem for debugging
[368/373] Write Objects.LinkFileList
[369/375] Archiving libFileSystem.a
[371/375] Compiling FileSystemTesting FileSystemTestingTrait.swift
[372/375] Emitting module FileSystemTesting
[373/376] Wrapping AST for FileSystemTesting for debugging
[374/376] Write Objects.LinkFileList
[375/376] Archiving libFileSystemTesting.a
Build complete! (111.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Path"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.86.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.20",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/ZIPFoundation"
}
],
"manifest_display_name" : "FileSystem",
"name" : "FileSystem",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "FileSystem",
"targets" : [
"FileSystem"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "FileSystemTesting",
"targets" : [
"FileSystemTesting"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "Glob",
"targets" : [
"Glob"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "GlobTests",
"module_type" : "SwiftTarget",
"name" : "GlobTests",
"path" : "Tests/GlobTests",
"sources" : [
"PatternTests.swift",
"TestHelpers/XCTAssertMatches.swift",
"TestHelpers/XCTExpectFailure.swift"
],
"target_dependencies" : [
"Glob"
],
"type" : "test"
},
{
"c99name" : "Glob",
"module_type" : "SwiftTarget",
"name" : "Glob",
"path" : "Sources/Glob",
"product_memberships" : [
"FileSystem",
"FileSystemTesting",
"Glob"
],
"sources" : [
"GlobSearch.swift",
"InvalidPattern.swift",
"Pattern+Match.swift",
"Pattern+Options.swift",
"Pattern+Parser.swift",
"Pattern.swift",
"Unicode.GeneralCategory+Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "FileSystemTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTests",
"path" : "Tests/FileSystemTests",
"sources" : [
"FileSystemTests.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "test"
},
{
"c99name" : "FileSystemTestingTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTestingTests",
"path" : "Tests/FileSystemTestingTests",
"sources" : [
"FileSystemTestingTraitTests.swift"
],
"target_dependencies" : [
"FileSystem",
"FileSystemTesting"
],
"type" : "test"
},
{
"c99name" : "FileSystemTesting",
"module_type" : "SwiftTarget",
"name" : "FileSystemTesting",
"path" : "Sources/FileSystemTesting",
"product_memberships" : [
"FileSystemTesting"
],
"sources" : [
"FileSystemTestingTrait.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "library"
},
{
"c99name" : "FileSystem",
"module_type" : "SwiftTarget",
"name" : "FileSystem",
"path" : "Sources/FileSystem",
"product_dependencies" : [
"_NIOFileSystem",
"Path",
"Logging",
"ZIPFoundation"
],
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"AsyncSequence+Extras.swift",
"FileSystem.swift"
],
"target_dependencies" : [
"Glob"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.