Build Information
Successful build of FileSystem, reference 0.10.10 (f16cb3
), with Swift 6.1 for Linux on 22 Jun 2025 01:55:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/FileSystem.git
Reference: 0.10.10
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.10.10 -> FETCH_HEAD
HEAD is now at f16cb3b [Release] FileSystem 0.10.10
Cloned https://github.com/tuist/FileSystem.git
Revision (git rev-parse @):
f16cb3b6f13669b02a11f1ac8dc71193cf94af63
SUCCESS checkout https://github.com/tuist/FileSystem.git at 0.10.10
========================================
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.83.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"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" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/ZIPFoundation
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-nio
[1/3836] Fetching swift-log
[232/4190] Fetching swift-log, path
[4191/9065] Fetching swift-log, path, zipfoundation
[9066/85404] Fetching swift-log, path, zipfoundation, swift-nio
Fetched https://github.com/apple/swift-log from cache (1.11s)
Fetched https://github.com/tuist/ZIPFoundation from cache (1.11s)
[49211/76693] Fetching path, swift-nio
Fetched https://github.com/tuist/Path from cache (5.67s)
Fetched https://github.com/apple/swift-nio from cache (5.81s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (6.69s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.88s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (4.41s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[1776/21076] Fetching swift-system, swift-collections
Fetching https://github.com/apple/swift-atomics.git
[11925/22873] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
[12756/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.19s)
Fetched https://github.com/apple/swift-collections.git from cache (2.26s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (3.29s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.21s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.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/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
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/51] Write sources
[16/51] Compiling CNIODarwin shim.c
[17/51] Compiling _AtomicsShims.c
[18/51] Compiling CNIOWindows WSAStartup.c
[19/51] Compiling CNIOWindows shim.c
[20/51] Write sources
[21/51] Compiling CNIOWASI CNIOWASI.c
[22/51] Compiling CSystem shims.c
[23/51] Compiling CNIOLinux liburing_shims.c
[24/51] Compiling CNIOLinux shim.c
[25/51] Write swift-version-24593BA9C3E375BF.txt
[27/112] Emitting module _NIOBase64
[27/112] Compiling c-nioatomics.c
[29/112] Emitting module Path
[30/112] Compiling Path Path.swift
[31/113] Compiling _NIOBase64 Base64.swift
[32/114] Compiling _NIODataStructures _TinyArray.swift
[33/114] Compiling _NIODataStructures PriorityQueue.swift
[34/114] Compiling SystemPackage MachPort.swift
[35/114] Compiling SystemPackage PlatformString.swift
[36/114] Compiling SystemPackage SystemString.swift
[37/117] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[38/117] Compiling ZIPFoundation Archive+ZIP64.swift
[39/117] Compiling ZIPFoundation Archive.swift
[40/117] Compiling ZIPFoundation Data+Compression.swift
[41/117] Compiling ZIPFoundation Archive+Deprecated.swift
[42/117] Compiling ZIPFoundation Archive+Helpers.swift
[43/117] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[44/117] Compiling ZIPFoundation Archive+Writing.swift
[45/117] Compiling ZIPFoundation Archive+MemoryFile.swift
[46/117] Compiling ZIPFoundation Archive+Progress.swift
[47/117] Compiling ZIPFoundation Archive+Reading.swift
[48/117] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[49/117] Emitting module SystemPackage
[52/155] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/158] Compiling Atomics DoubleWord.swift
[54/158] Compiling Atomics AtomicStorage.swift
[55/158] Compiling Atomics AtomicReference.swift
[56/158] Compiling Atomics AtomicMemoryOrderings.swift
[57/158] Emitting module ZIPFoundation
[58/160] Compiling Atomics OptionalRawRepresentable.swift
[59/160] Compiling Atomics RawRepresentable.swift
[61/160] Compiling Atomics AtomicValue.swift
[64/162] Compiling Atomics UnsafeAtomic.swift
[65/162] Compiling Atomics UnsafeAtomicLazyReference.swift
[66/162] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/162] Compiling Atomics ManagedAtomic.swift
[68/162] Compiling Atomics ManagedAtomicLazyReference.swift
[69/162] Compiling Logging MetadataProvider.swift
[74/162] Emitting module _NIODataStructures
[75/162] Compiling _NIODataStructures Heap.swift
[77/163] Compiling Atomics IntegerOperations.swift
[78/163] Compiling Atomics Unmanaged extensions.swift
[79/163] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[80/163] Compiling SystemPackage Mocking.swift
[81/163] Compiling SystemPackage RawBuffer.swift
[82/163] Compiling SystemPackage Syscalls.swift
[83/163] Compiling SystemPackage WindowsSyscallAdapters.swift
[84/163] Compiling Logging LogHandler.swift
[85/163] Compiling Logging Locks.swift
[86/163] Compiling Logging Logging.swift
[87/163] Emitting module Logging
[88/164] Compiling SystemPackage Util+StringArray.swift
[89/164] Compiling SystemPackage Util.swift
[90/164] Compiling SystemPackage UtilConsumers.swift
[91/165] Compiling c-atomics.c
[95/165] Compiling Atomics AtomicBool.swift
[96/165] Compiling Atomics IntegerConformances.swift
[97/165] Compiling Atomics PointerConformances.swift
[98/165] Compiling Atomics Primitives.native.swift
[98/165] Wrapping AST for _NIOBase64 for debugging
[99/165] Wrapping AST for _NIODataStructures for debugging
[101/165] Compiling Atomics AtomicInteger.swift
[102/165] Compiling Atomics AtomicOptionalWrappable.swift
[103/165] Emitting module InternalCollectionsUtilities
[105/166] Wrapping AST for Path for debugging
[106/166] Wrapping AST for Logging for debugging
[111/172] Wrapping AST for SystemPackage for debugging
[112/172] Wrapping AST for InternalCollectionsUtilities for debugging
[114/187] Compiling NIOConcurrencyHelpers NIOLock.swift
[115/187] Compiling NIOConcurrencyHelpers lock.swift
[116/187] Compiling DequeModule Deque+CustomReflectable.swift
[117/187] Compiling DequeModule Deque+Descriptions.swift
[118/189] Compiling DequeModule _DequeBuffer.swift
[119/189] Compiling DequeModule _DequeBufferHeader.swift
[120/189] Emitting module NIOConcurrencyHelpers
[121/189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[122/189] Compiling NIOConcurrencyHelpers atomics.swift
[123/189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[124/190] Compiling DequeModule Deque+Extras.swift
[125/190] Compiling DequeModule Deque+Hashable.swift
[126/190] Compiling DequeModule Deque+Equatable.swift
[127/190] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[130/190] Compiling ZIPFoundation URL+ZIP.swift
[130/190] Wrapping AST for NIOConcurrencyHelpers for debugging
[132/190] Compiling DequeModule _DequeSlot.swift
[133/190] Compiling DequeModule _UnsafeWrappedBuffer.swift
[134/190] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[138/190] Compiling DequeModule Deque+Testing.swift
[139/190] Compiling DequeModule Deque._Storage.swift
[140/190] Compiling DequeModule Deque._UnsafeHandle.swift
[141/190] Compiling DequeModule Deque.swift
[145/190] Compiling DequeModule Deque+Codable.swift
[146/190] Compiling DequeModule Deque+Collection.swift
[160/191] Emitting module Atomics
[161/191] Compiling Glob Pattern.swift
[163/191] Compiling Glob Pattern+Parser.swift
[164/191] Compiling Glob Pattern+Options.swift
[165/191] Emitting module DequeModule
[166/192] Compiling Glob Pattern+Match.swift
[167/192] Compiling Glob InvalidPattern.swift
[167/192] Wrapping AST for ZIPFoundation for debugging
[169/192] Wrapping AST for DequeModule for debugging
[171/192] Emitting module Glob
[172/192] Compiling Glob GlobSearch.swift
[180/194] Wrapping AST for Glob for debugging
[181/194] Write Objects.LinkFileList
[182/194] Archiving libGlob.a
[183/194] Wrapping AST for Atomics for debugging
[185/254] Compiling NIOCore MulticastChannel.swift
[186/254] Compiling NIOCore NIOAny.swift
[187/254] Compiling NIOCore NIOCloseOnErrorHandler.swift
[188/254] Compiling NIOCore NIOLoopBound.swift
[189/254] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[190/254] Compiling NIOCore NIOScheduledCallback.swift
[191/254] Compiling NIOCore NIOSendable.swift
[192/254] Compiling NIOCore RecvByteBufferAllocator.swift
[193/262] Compiling NIOCore IO.swift
[194/262] Compiling NIOCore IOData.swift
[195/262] Compiling NIOCore IPProtocol.swift
[196/262] Compiling NIOCore IntegerBitPacking.swift
[197/262] Compiling NIOCore IntegerTypes.swift
[198/262] Compiling NIOCore Interfaces.swift
[199/262] Compiling NIOCore Linux.swift
[200/262] Compiling NIOCore MarkedCircularBuffer.swift
[201/262] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[202/262] Compiling NIOCore SocketAddresses.swift
[203/262] Compiling NIOCore SocketOptionProvider.swift
[204/262] Compiling NIOCore SystemCallHelpers.swift
[205/262] Compiling NIOCore TimeAmount+Duration.swift
[206/262] Compiling NIOCore TypeAssistedChannelHandler.swift
[207/262] Compiling NIOCore UniversalBootstrapSupport.swift
[208/262] Compiling NIOCore Utilities.swift
[209/262] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[210/262] Compiling NIOCore EventLoopFuture+Deprecated.swift
[211/262] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[212/262] Compiling NIOCore EventLoopFuture.swift
[213/262] Compiling NIOCore FileDescriptor.swift
[214/262] Compiling NIOCore FileHandle.swift
[215/262] Compiling NIOCore FileRegion.swift
[216/262] Compiling NIOCore GlobalSingletons.swift
[217/262] Compiling NIOCore CircularBuffer.swift
[218/262] Compiling NIOCore Codec.swift
[219/262] Compiling NIOCore ConvenienceOptionSupport.swift
[220/262] Compiling NIOCore DeadChannel.swift
[221/262] Compiling NIOCore DispatchQueue+WithFuture.swift
[222/262] Compiling NIOCore EventLoop+Deprecated.swift
[223/262] Compiling NIOCore EventLoop+SerialExecutor.swift
[224/262] Compiling NIOCore EventLoop.swift
[225/262] Emitting module NIOCore
[226/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[227/262] Compiling NIOCore BSDSocketAPI.swift
[228/262] Compiling NIOCore ByteBuffer-aux.swift
[229/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[230/262] Compiling NIOCore ByteBuffer-conversions.swift
[231/262] Compiling NIOCore ByteBuffer-core.swift
[232/262] Compiling NIOCore ByteBuffer-hex.swift
[233/262] Compiling NIOCore ByteBuffer-int.swift
[234/262] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[235/262] Compiling NIOCore ByteBuffer-multi-int.swift
[236/262] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[237/262] Compiling NIOCore ByteBuffer-views.swift
[238/262] Compiling NIOCore Channel.swift
[239/262] Compiling NIOCore ChannelHandler.swift
[240/262] Compiling NIOCore ChannelHandlers.swift
[241/262] Compiling NIOCore ChannelInvoker.swift
[242/262] Compiling NIOCore ChannelOption.swift
[243/262] Compiling NIOCore ChannelPipeline.swift
[244/262] Compiling NIOCore AddressedEnvelope.swift
[245/262] Compiling NIOCore AsyncAwaitSupport.swift
[246/262] Compiling NIOCore AsyncChannel.swift
[247/262] Compiling NIOCore AsyncChannelHandler.swift
[248/262] Compiling NIOCore AsyncChannelInboundStream.swift
[249/262] Compiling NIOCore AsyncChannelOutboundWriter.swift
[250/262] Compiling NIOCore NIOAsyncSequenceProducer.swift
[251/262] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[252/262] Compiling NIOCore NIOAsyncWriter.swift
[253/263] Wrapping AST for NIOCore for debugging
[255/309] Compiling NIOPosix IO.swift
[256/309] Compiling NIOPosix IntegerBitPacking.swift
[257/309] Compiling NIOPosix IntegerTypes.swift
[258/309] Compiling NIOPosix Linux.swift
[259/309] Compiling NIOPosix LinuxCPUSet.swift
[260/309] Compiling NIOPosix LinuxUring.swift
[261/309] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[262/309] Compiling NIOPosix Pool.swift
[263/309] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[264/309] Compiling NIOPosix PosixSingletons.swift
[265/309] Compiling NIOPosix RawSocketBootstrap.swift
[266/309] Compiling NIOPosix Resolver.swift
[267/309] Compiling NIOPosix Selectable.swift
[268/309] Compiling NIOPosix SelectableChannel.swift
[269/309] Compiling NIOPosix SelectableEventLoop.swift
[270/309] Compiling NIOPosix SelectorEpoll.swift
[271/309] Compiling NIOPosix SelectorGeneric.swift
[272/309] Compiling NIOPosix SelectorKqueue.swift
[273/309] Compiling NIOPosix SelectorUring.swift
[274/315] Emitting module NIOPosix
[275/315] Compiling NIOPosix ServerSocket.swift
[276/315] Compiling NIOPosix Socket.swift
[277/315] Compiling NIOPosix SocketChannel.swift
[278/315] Compiling NIOPosix SocketProtocols.swift
[279/315] Compiling NIOPosix System.swift
[280/315] Compiling NIOPosix Thread.swift
[281/315] Compiling NIOPosix ThreadPosix.swift
[282/315] Compiling NIOPosix ThreadWindows.swift
[283/315] Compiling NIOPosix UnsafeTransfer.swift
[284/315] Compiling NIOPosix Utilities.swift
[285/315] Compiling NIOPosix VsockAddress.swift
[286/315] Compiling NIOPosix VsockChannelEvents.swift
[287/315] Compiling NIOPosix Bootstrap.swift
[288/315] Compiling NIOPosix ControlMessage.swift
[289/315] Compiling NIOPosix DatagramVectorReadManager.swift
[290/315] Compiling NIOPosix Errors+Any.swift
[291/315] Compiling NIOPosix FileDescriptor.swift
[292/315] Compiling NIOPosix GetaddrinfoResolver.swift
[293/315] Compiling NIOPosix HappyEyeballs.swift
[294/315] Compiling NIOPosix BSDSocketAPICommon.swift
[295/315] Compiling NIOPosix BSDSocketAPIPosix.swift
[296/315] Compiling NIOPosix BSDSocketAPIWindows.swift
[297/315] Compiling NIOPosix BaseSocket.swift
[298/315] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[299/315] Compiling NIOPosix BaseSocketChannel.swift
[300/315] Compiling NIOPosix BaseStreamSocketChannel.swift
[301/315] Compiling NIOPosix NIOThreadPool.swift
[302/315] Compiling NIOPosix NonBlockingFileIO.swift
[303/315] Compiling NIOPosix PendingDatagramWritesManager.swift
[304/315] Compiling NIOPosix PendingWritesManager.swift
[305/315] Compiling NIOPosix PipeChannel.swift
[306/315] Compiling NIOPosix PipePair.swift
[307/316] Wrapping AST for NIOPosix for debugging
[309/351] Compiling _NIOFileSystem ParallelDirCopy.swift
[310/351] Compiling _NIOFileSystem ParallelRemoval.swift
[311/351] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[312/351] Compiling _NIOFileSystem CInterop.swift
[313/351] Compiling _NIOFileSystem Errno.swift
[314/355] Emitting module _NIOFileSystem
[315/355] Compiling _NIOFileSystem ByteCount.swift
[316/355] Compiling _NIOFileSystem Convenience.swift
[317/355] Compiling _NIOFileSystem DirectoryEntries.swift
[318/355] Compiling _NIOFileSystem DirectoryEntry.swift
[319/355] Compiling _NIOFileSystem Exports.swift
[320/355] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[321/355] Compiling _NIOFileSystem FileSystemError.swift
[322/355] Compiling _NIOFileSystem FileSystemProtocol.swift
[323/355] Compiling _NIOFileSystem FileType.swift
[324/355] Compiling _NIOFileSystem IOStrategy.swift
[325/355] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[326/355] Compiling _NIOFileSystem Mocking.swift
[327/355] Compiling _NIOFileSystem Syscall.swift
[328/355] Compiling _NIOFileSystem Syscalls.swift
[329/355] Compiling _NIOFileSystem SystemFileHandle.swift
[330/355] Compiling _NIOFileSystem Utilities.swift
[331/355] Compiling _NIOFileSystem OpenOptions.swift
[332/355] Compiling _NIOFileSystem String+FileSystem.swift
[333/355] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[334/355] Compiling _NIOFileSystem BufferedStream.swift
[335/355] Compiling _NIOFileSystem Cancellation.swift
[336/355] Compiling _NIOFileSystem TokenBucket.swift
[337/355] Compiling _NIOFileSystem UnsafeTransfer.swift
[338/355] Compiling _NIOFileSystem FileChunks.swift
[339/355] Compiling _NIOFileSystem FileHandle.swift
[340/355] Compiling _NIOFileSystem FileHandleProtocol.swift
[341/355] Compiling _NIOFileSystem FileInfo.swift
[342/355] Compiling _NIOFileSystem FileSystem.swift
[343/355] Compiling _NIOFileSystem Array+FileSystem.swift
[344/355] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[345/355] Compiling _NIOFileSystem BufferedReader.swift
[346/355] Compiling _NIOFileSystem BufferedWriter.swift
[347/355] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[348/356] Wrapping AST for _NIOFileSystem for debugging
[350/358] Emitting module NIOFileSystem
[351/358] Compiling NIOFileSystem Exports.swift
[352/359] Wrapping AST for NIOFileSystem for debugging
[354/362] Emitting module FileSystem
[355/362] Compiling FileSystem AsyncSequence+Extras.swift
[356/362] Compiling FileSystem FileSystem.swift
[357/363] Wrapping AST for FileSystem for debugging
[358/363] Write Objects.LinkFileList
[359/365] Archiving libFileSystem.a
[361/365] Emitting module FileSystemTesting
[362/365] Compiling FileSystemTesting FileSystemTestingTrait.swift
[363/366] Wrapping AST for FileSystemTesting for debugging
[364/366] Write Objects.LinkFileList
[365/366] Archiving libFileSystemTesting.a
Build complete! (95.10s)
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.83.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.