Build Information
Successful build of FileSystem, reference 0.10.8 (7aed62
), with Swift 6.1 for Linux on 17 Jun 2025 01:45:32 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/FileSystem.git
Reference: 0.10.8
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.8 -> FETCH_HEAD
HEAD is now at 7aed628 [Release] FileSystem 0.10.8
Cloned https://github.com/tuist/FileSystem.git
Revision (git rev-parse @):
7aed628044e2e0595aec876cadb694aacab13a16
SUCCESS checkout https://github.com/tuist/FileSystem.git at 0.10.8
========================================
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/Path
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/tuist/ZIPFoundation
[1/3836] Fetching swift-log
[385/4190] Fetching swift-log, path
[2542/9065] Fetching swift-log, path, zipfoundation
[9066/85388] Fetching swift-log, path, zipfoundation, swift-nio
Fetched https://github.com/apple/swift-log from cache (0.59s)
[9046/81552] Fetching path, zipfoundation, swift-nio
Fetched https://github.com/tuist/ZIPFoundation from cache (0.60s)
[4934/76677] Fetching path, swift-nio
Fetched https://github.com/tuist/Path from cache (4.99s)
Fetched https://github.com/apple/swift-nio from cache (5.08s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (5.53s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.44s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (2.15s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1797] Fetching swift-atomics
[1781/6225] Fetching swift-atomics, swift-system
[5695/22831] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
[8746/21034] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (1.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.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/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
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 CNIOWindows WSAStartup.c
[17/51] Compiling CNIOWindows shim.c
[18/51] Compiling _AtomicsShims.c
[19/51] Compiling CNIODarwin shim.c
[20/51] Write sources
[21/51] Compiling CNIOLinux liburing_shims.c
[22/51] Compiling CSystem shims.c
[23/51] Compiling CNIOLinux shim.c
[24/51] Compiling CNIOWASI CNIOWASI.c
[25/51] Write swift-version-24593BA9C3E375BF.txt
[27/112] Emitting module SystemPackage
[27/115] Compiling c-nioatomics.c
[28/129] Compiling c-atomics.c
[30/129] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/129] Compiling InternalCollectionsUtilities Integer rank.swift
[32/129] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/129] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/132] Compiling SystemPackage Util+StringArray.swift
[35/132] Compiling SystemPackage Util.swift
[36/132] Compiling SystemPackage UtilConsumers.swift
[37/136] Compiling SystemPackage MachPort.swift
[38/136] Compiling SystemPackage PlatformString.swift
[39/136] Compiling SystemPackage SystemString.swift
[40/136] Compiling _NIOBase64 Base64.swift
[41/136] Emitting module _NIOBase64
[46/137] Compiling InternalCollectionsUtilities Descriptions.swift
[47/137] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/137] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/137] Compiling InternalCollectionsUtilities Debugging.swift
[50/137] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/137] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/137] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/137] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/137] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/137] Compiling _NIODataStructures PriorityQueue.swift
[56/137] Compiling _NIODataStructures _TinyArray.swift
[57/137] Emitting module Path
[58/137] Compiling Path Path.swift
[69/138] Emitting module InternalCollectionsUtilities
[70/138] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/165] Wrapping AST for _NIOBase64 for debugging
[73/165] Emitting module NIOConcurrencyHelpers
[74/166] Compiling NIOConcurrencyHelpers lock.swift
[75/168] Compiling Atomics UnsafeAtomic.swift
[76/168] Compiling Atomics UnsafeAtomicLazyReference.swift
[77/169] Compiling Logging MetadataProvider.swift
[78/170] Compiling _NIODataStructures Heap.swift
[79/170] Emitting module _NIODataStructures
[80/178] Compiling NIOConcurrencyHelpers NIOLock.swift
[81/183] Compiling Atomics ManagedAtomic.swift
[82/183] Compiling Atomics ManagedAtomicLazyReference.swift
[83/183] Compiling DequeModule _DequeBuffer.swift
[84/183] Compiling DequeModule _DequeBufferHeader.swift
[88/183] Compiling Atomics IntegerOperations.swift
[89/183] Compiling Atomics Unmanaged extensions.swift
[90/183] Compiling SystemPackage FilePermissions.swift
[91/183] Compiling Logging LogHandler.swift
[92/183] Compiling Logging Logging.swift
[93/183] Compiling SystemPackage Mocking.swift
[94/183] Compiling SystemPackage RawBuffer.swift
[95/183] Compiling SystemPackage Syscalls.swift
[96/183] Compiling SystemPackage WindowsSyscallAdapters.swift
[97/184] Compiling DequeModule Deque._Storage.swift
[98/184] Compiling DequeModule Deque._UnsafeHandle.swift
[99/184] Compiling DequeModule Deque.swift
[101/184] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/184] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/184] Compiling NIOConcurrencyHelpers atomics.swift
[105/185] Emitting module Logging
[106/185] Compiling Logging Locks.swift
[108/186] Compiling DequeModule Deque+CustomReflectable.swift
[109/186] Compiling DequeModule Deque+Descriptions.swift
[110/186] Compiling DequeModule Deque+Equatable.swift
[111/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[112/188] Wrapping AST for Path for debugging
[114/188] Wrapping AST for _NIODataStructures for debugging
[118/188] Compiling DequeModule Deque+Extras.swift
[119/188] Compiling DequeModule Deque+Hashable.swift
[119/188] Wrapping AST for SystemPackage for debugging
[120/188] Wrapping AST for InternalCollectionsUtilities for debugging
[123/188] Wrapping AST for NIOConcurrencyHelpers for debugging
[127/188] Compiling DequeModule Deque+Testing.swift
[127/188] Wrapping AST for Logging for debugging
[129/188] Compiling DequeModule _DequeSlot.swift
[130/188] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/188] Emitting module Atomics
[132/188] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[137/188] Emitting module DequeModule
[138/188] Compiling DequeModule Deque+Codable.swift
[139/188] Compiling DequeModule Deque+Collection.swift
[141/189] Compiling Glob InvalidPattern.swift
[142/189] Compiling Glob Pattern.swift
[143/189] Compiling Glob GlobSearch.swift
[144/189] Emitting module Glob
[145/189] Compiling Glob Pattern+Parser.swift
[153/191] Wrapping AST for DequeModule for debugging
[155/191] Compiling Glob Pattern+Match.swift
[156/191] Compiling Glob Pattern+Options.swift
[157/191] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[158/191] Compiling ZIPFoundation URL+ZIP.swift
[168/192] Emitting module ZIPFoundation
[179/194] Wrapping AST for Glob for debugging
[180/194] Write Objects.LinkFileList
[181/194] Wrapping AST for ZIPFoundation for debugging
[182/194] Wrapping AST for Atomics for debugging
[183/194] Archiving libGlob.a
[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 SingleStepByteToMessageDecoder.swift
[194/262] Compiling NIOCore SocketAddresses.swift
[195/262] Compiling NIOCore SocketOptionProvider.swift
[196/262] Compiling NIOCore SystemCallHelpers.swift
[197/262] Compiling NIOCore TimeAmount+Duration.swift
[198/262] Compiling NIOCore TypeAssistedChannelHandler.swift
[199/262] Compiling NIOCore UniversalBootstrapSupport.swift
[200/262] Compiling NIOCore Utilities.swift
[201/262] Compiling NIOCore AddressedEnvelope.swift
[202/262] Compiling NIOCore AsyncAwaitSupport.swift
[203/262] Compiling NIOCore AsyncChannel.swift
[204/262] Compiling NIOCore AsyncChannelHandler.swift
[205/262] Compiling NIOCore AsyncChannelInboundStream.swift
[206/262] Compiling NIOCore AsyncChannelOutboundWriter.swift
[207/262] Compiling NIOCore NIOAsyncSequenceProducer.swift
[208/262] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[209/262] Compiling NIOCore NIOAsyncWriter.swift
[210/262] Compiling NIOCore CircularBuffer.swift
[211/262] Compiling NIOCore Codec.swift
[212/262] Compiling NIOCore ConvenienceOptionSupport.swift
[213/262] Compiling NIOCore DeadChannel.swift
[214/262] Compiling NIOCore DispatchQueue+WithFuture.swift
[215/262] Compiling NIOCore EventLoop+Deprecated.swift
[216/262] Compiling NIOCore EventLoop+SerialExecutor.swift
[217/262] Compiling NIOCore EventLoop.swift
[218/262] Emitting module NIOCore
[219/262] Compiling NIOCore IO.swift
[220/262] Compiling NIOCore IOData.swift
[221/262] Compiling NIOCore IPProtocol.swift
[222/262] Compiling NIOCore IntegerBitPacking.swift
[223/262] Compiling NIOCore IntegerTypes.swift
[224/262] Compiling NIOCore Interfaces.swift
[225/262] Compiling NIOCore Linux.swift
[226/262] Compiling NIOCore MarkedCircularBuffer.swift
[227/262] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[228/262] Compiling NIOCore EventLoopFuture+Deprecated.swift
[229/262] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[230/262] Compiling NIOCore EventLoopFuture.swift
[231/262] Compiling NIOCore FileDescriptor.swift
[232/262] Compiling NIOCore FileHandle.swift
[233/262] Compiling NIOCore FileRegion.swift
[234/262] Compiling NIOCore GlobalSingletons.swift
[235/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[236/262] Compiling NIOCore BSDSocketAPI.swift
[237/262] Compiling NIOCore ByteBuffer-aux.swift
[238/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[239/262] Compiling NIOCore ByteBuffer-conversions.swift
[240/262] Compiling NIOCore ByteBuffer-core.swift
[241/262] Compiling NIOCore ByteBuffer-hex.swift
[242/262] Compiling NIOCore ByteBuffer-int.swift
[243/262] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[244/262] Compiling NIOCore ByteBuffer-multi-int.swift
[245/262] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[246/262] Compiling NIOCore ByteBuffer-views.swift
[247/262] Compiling NIOCore Channel.swift
[248/262] Compiling NIOCore ChannelHandler.swift
[249/262] Compiling NIOCore ChannelHandlers.swift
[250/262] Compiling NIOCore ChannelInvoker.swift
[251/262] Compiling NIOCore ChannelOption.swift
[252/262] Compiling NIOCore ChannelPipeline.swift
[253/263] Wrapping AST for NIOCore for debugging
[255/309] Compiling NIOPosix SelectableChannel.swift
[256/309] Compiling NIOPosix SelectableEventLoop.swift
[257/309] Compiling NIOPosix SelectorEpoll.swift
[258/309] Compiling NIOPosix SelectorGeneric.swift
[259/309] Compiling NIOPosix SelectorKqueue.swift
[260/309] Compiling NIOPosix SelectorUring.swift
[261/309] Compiling NIOPosix Pool.swift
[262/309] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[263/309] Compiling NIOPosix PosixSingletons.swift
[264/309] Compiling NIOPosix RawSocketBootstrap.swift
[265/309] Compiling NIOPosix Resolver.swift
[266/309] Compiling NIOPosix Selectable.swift
[267/315] Emitting module NIOPosix
[268/315] Compiling NIOPosix BSDSocketAPICommon.swift
[269/315] Compiling NIOPosix BSDSocketAPIPosix.swift
[270/315] Compiling NIOPosix BSDSocketAPIWindows.swift
[271/315] Compiling NIOPosix BaseSocket.swift
[272/315] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[273/315] Compiling NIOPosix BaseSocketChannel.swift
[274/315] Compiling NIOPosix BaseStreamSocketChannel.swift
[275/315] Compiling NIOPosix ThreadPosix.swift
[276/315] Compiling NIOPosix ThreadWindows.swift
[277/315] Compiling NIOPosix UnsafeTransfer.swift
[278/315] Compiling NIOPosix Utilities.swift
[279/315] Compiling NIOPosix VsockAddress.swift
[280/315] Compiling NIOPosix VsockChannelEvents.swift
[281/315] Compiling NIOPosix NIOThreadPool.swift
[282/315] Compiling NIOPosix NonBlockingFileIO.swift
[283/315] Compiling NIOPosix PendingDatagramWritesManager.swift
[284/315] Compiling NIOPosix PendingWritesManager.swift
[285/315] Compiling NIOPosix PipeChannel.swift
[286/315] Compiling NIOPosix PipePair.swift
[287/315] Compiling NIOPosix IO.swift
[288/315] Compiling NIOPosix IntegerBitPacking.swift
[289/315] Compiling NIOPosix IntegerTypes.swift
[290/315] Compiling NIOPosix Linux.swift
[291/315] Compiling NIOPosix LinuxCPUSet.swift
[292/315] Compiling NIOPosix LinuxUring.swift
[293/315] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[294/315] Compiling NIOPosix ServerSocket.swift
[295/315] Compiling NIOPosix Socket.swift
[296/315] Compiling NIOPosix SocketChannel.swift
[297/315] Compiling NIOPosix SocketProtocols.swift
[298/315] Compiling NIOPosix System.swift
[299/315] Compiling NIOPosix Thread.swift
[300/315] Compiling NIOPosix Bootstrap.swift
[301/315] Compiling NIOPosix ControlMessage.swift
[302/315] Compiling NIOPosix DatagramVectorReadManager.swift
[303/315] Compiling NIOPosix Errors+Any.swift
[304/315] Compiling NIOPosix FileDescriptor.swift
[305/315] Compiling NIOPosix GetaddrinfoResolver.swift
[306/315] Compiling NIOPosix HappyEyeballs.swift
[307/316] Wrapping AST for NIOPosix for debugging
[309/351] Compiling _NIOFileSystem Array+FileSystem.swift
[310/351] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[311/351] Compiling _NIOFileSystem BufferedReader.swift
[312/351] Compiling _NIOFileSystem BufferedWriter.swift
[313/351] Compiling _NIOFileSystem ByteBuffer+FileSystem.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 ParallelDirCopy.swift
[321/355] Compiling _NIOFileSystem ParallelRemoval.swift
[322/355] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[323/355] Compiling _NIOFileSystem CInterop.swift
[324/355] Compiling _NIOFileSystem Errno.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 BufferedOrAnyStream.swift
[330/355] Compiling _NIOFileSystem BufferedStream.swift
[331/355] Compiling _NIOFileSystem Cancellation.swift
[332/355] Compiling _NIOFileSystem TokenBucket.swift
[333/355] Compiling _NIOFileSystem UnsafeTransfer.swift
[334/355] Compiling _NIOFileSystem SystemFileHandle.swift
[335/355] Compiling _NIOFileSystem Utilities.swift
[336/355] Compiling _NIOFileSystem OpenOptions.swift
[337/355] Compiling _NIOFileSystem String+FileSystem.swift
[338/355] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[339/355] Compiling _NIOFileSystem FileSystemError.swift
[340/355] Compiling _NIOFileSystem FileSystemProtocol.swift
[341/355] Compiling _NIOFileSystem FileType.swift
[342/355] Compiling _NIOFileSystem IOStrategy.swift
[343/355] Compiling _NIOFileSystem FileChunks.swift
[344/355] Compiling _NIOFileSystem FileHandle.swift
[345/355] Compiling _NIOFileSystem FileHandleProtocol.swift
[346/355] Compiling _NIOFileSystem FileInfo.swift
[347/355] Compiling _NIOFileSystem FileSystem.swift
[348/356] Wrapping AST for _NIOFileSystem for debugging
[350/358] Compiling NIOFileSystem Exports.swift
[351/358] Emitting module NIOFileSystem
[352/359] Wrapping AST for NIOFileSystem for debugging
[354/362] Compiling FileSystem FileSystem.swift
[355/362] Compiling FileSystem AsyncSequence+Extras.swift
[356/362] Emitting module FileSystem
[357/363] Wrapping AST for FileSystem for debugging
[358/363] Write Objects.LinkFileList
[359/365] Archiving libFileSystem.a
[361/365] Compiling FileSystemTesting FileSystemTestingTrait.swift
[362/365] Emitting module FileSystemTesting
[363/366] Wrapping AST for FileSystemTesting for debugging
[364/366] Write Objects.LinkFileList
[365/366] Archiving libFileSystemTesting.a
Build complete! (59.99s)
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.