Build Information
Successful build of FileSystem, reference main (7aed62
), with Swift 6.1 for Linux on 17 Jun 2025 01:46:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-2":/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-nio
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/ZIPFoundation
[1/354] Fetching path
[355/5229] Fetching path, zipfoundation
[356/9065] Fetching path, zipfoundation, swift-log
[9066/85388] Fetching path, zipfoundation, swift-log, swift-nio
Fetched https://github.com/tuist/ZIPFoundation from cache (0.56s)
[8007/80513] Fetching path, swift-log, swift-nio
Fetched https://github.com/tuist/Path from cache (4.79s)
Fetched https://github.com/apple/swift-log from cache (4.79s)
Fetched https://github.com/apple/swift-nio from cache (4.88s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (5.32s)
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.10s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4428] Fetching swift-system
[1773/6225] Fetching swift-system, swift-atomics
[5068/22831] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[5949/18403] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[4318/16606] Fetching swift-collections
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.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
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-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/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
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/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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
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 _AtomicsShims.c
[17/51] Compiling CNIOWindows shim.c
[17/51] Compiling CNIOWindows WSAStartup.c
[19/51] Compiling CSystem shims.c
[20/51] Write sources
[21/51] Compiling CNIOWASI CNIOWASI.c
[22/51] Compiling CNIOLinux liburing_shims.c
[23/51] Compiling CNIODarwin shim.c
[24/51] Compiling CNIOLinux shim.c
[25/51] Write swift-version-24593BA9C3E375BF.txt
[27/112] Emitting module Path
[28/112] Emitting module SystemPackage
[28/115] Compiling c-nioatomics.c
[30/129] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/130] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/130] Compiling InternalCollectionsUtilities Integer rank.swift
[33/130] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/130] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/130] Compiling _NIODataStructures PriorityQueue.swift
[36/130] Compiling Path Path.swift
[37/130] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/130] Compiling InternalCollectionsUtilities Debugging.swift
[39/130] Compiling InternalCollectionsUtilities Descriptions.swift
[40/130] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/131] Compiling SystemPackage MachPort.swift
[42/131] Compiling SystemPackage PlatformString.swift
[43/131] Compiling SystemPackage SystemString.swift
[44/131] Compiling SystemPackage Util+StringArray.swift
[45/131] Compiling SystemPackage Util.swift
[46/131] Compiling SystemPackage UtilConsumers.swift
[47/131] Compiling _NIODataStructures _TinyArray.swift
[48/131] Emitting module _NIOBase64
[49/131] Compiling _NIOBase64 Base64.swift
[50/132] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/132] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/132] Compiling c-atomics.c
[60/132] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/132] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/132] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/146] Emitting module InternalCollectionsUtilities
[71/165] Emitting module ZIPFoundation
[72/167] Wrapping AST for _NIOBase64 for debugging
[74/167] Compiling Atomics ManagedAtomic.swift
[75/167] Compiling Atomics ManagedAtomicLazyReference.swift
[76/169] Compiling Atomics UnsafeAtomic.swift
[77/169] Compiling Atomics UnsafeAtomicLazyReference.swift
[78/169] Compiling Atomics AtomicStorage.swift
[79/169] Compiling Atomics AtomicValue.swift
[80/169] Compiling Atomics AtomicMemoryOrderings.swift
[81/169] Compiling Atomics DoubleWord.swift
[82/184] Compiling DequeModule Deque+Extras.swift
[83/184] Compiling DequeModule Deque+Hashable.swift
[84/184] Compiling DequeModule Deque+Testing.swift
[85/184] Emitting module Logging
[86/184] Compiling Logging MetadataProvider.swift
[87/184] Compiling Logging Locks.swift
[88/184] Compiling ZIPFoundation URL+ZIP.swift
[89/184] Compiling SystemPackage RawBuffer.swift
[90/184] Compiling SystemPackage Syscalls.swift
[91/184] Compiling SystemPackage WindowsSyscallAdapters.swift
[92/184] Compiling DequeModule Deque._UnsafeHandle.swift
[93/184] Compiling DequeModule Deque.swift
[97/184] Compiling Atomics IntegerOperations.swift
[98/184] Compiling Atomics Unmanaged extensions.swift
[99/184] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[100/184] Emitting module _NIODataStructures
[101/184] Compiling _NIODataStructures Heap.swift
[102/186] Compiling Logging LogHandler.swift
[103/186] Compiling Logging Logging.swift
[104/186] Compiling DequeModule Deque+CustomReflectable.swift
[105/186] Compiling DequeModule Deque+Descriptions.swift
[106/186] Compiling NIOConcurrencyHelpers lock.swift
[109/189] Emitting module NIOConcurrencyHelpers
[110/189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[112/189] Compiling DequeModule _DequeBuffer.swift
[113/189] Compiling DequeModule _DequeBufferHeader.swift
[114/189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/189] Compiling NIOConcurrencyHelpers NIOLock.swift
[117/189] Compiling NIOConcurrencyHelpers atomics.swift
[119/190] Compiling DequeModule Deque+Equatable.swift
[120/190] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[121/190] Wrapping AST for _NIODataStructures for debugging
[122/190] Wrapping AST for Path for debugging
[127/190] Compiling DequeModule Deque._Storage.swift
[127/190] Wrapping AST for SystemPackage for debugging
[128/190] Wrapping AST for Logging for debugging
[129/190] Wrapping AST for NIOConcurrencyHelpers for debugging
[130/190] Wrapping AST for InternalCollectionsUtilities for debugging
[132/190] Compiling DequeModule _DequeSlot.swift
[133/190] Compiling DequeModule _UnsafeWrappedBuffer.swift
[138/190] Compiling DequeModule Deque+Codable.swift
[139/190] Compiling DequeModule Deque+Collection.swift
[143/190] Emitting module DequeModule
[159/191] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[161/192] Wrapping AST for DequeModule for debugging
[163/192] Compiling Glob InvalidPattern.swift
[165/192] Compiling Glob Pattern+Options.swift
[166/192] Compiling Glob Pattern+Parser.swift
[167/192] Compiling Glob Pattern.swift
[167/192] Wrapping AST for ZIPFoundation for debugging
[169/192] Compiling Glob Pattern+Match.swift
[170/192] Emitting module Atomics
[178/193] Emitting module Glob
[179/193] Compiling Glob GlobSearch.swift
[179/194] Wrapping AST for Atomics for debugging
[181/254] Wrapping AST for Glob for debugging
[182/254] Write Objects.LinkFileList
[183/254] Archiving libGlob.a
[185/254] Compiling NIOCore AddressedEnvelope.swift
[186/254] Compiling NIOCore AsyncAwaitSupport.swift
[187/254] Compiling NIOCore AsyncChannel.swift
[188/254] Compiling NIOCore AsyncChannelHandler.swift
[189/254] Compiling NIOCore AsyncChannelInboundStream.swift
[190/254] Compiling NIOCore AsyncChannelOutboundWriter.swift
[191/254] Compiling NIOCore NIOAsyncSequenceProducer.swift
[192/254] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[193/254] Compiling NIOCore NIOAsyncWriter.swift
[194/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[195/262] Compiling NIOCore BSDSocketAPI.swift
[196/262] Compiling NIOCore ByteBuffer-aux.swift
[197/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[198/262] Compiling NIOCore ByteBuffer-conversions.swift
[199/262] Compiling NIOCore ByteBuffer-core.swift
[200/262] Compiling NIOCore ByteBuffer-hex.swift
[201/262] Compiling NIOCore ByteBuffer-int.swift
[202/262] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[203/262] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[204/262] Compiling NIOCore SocketAddresses.swift
[205/262] Compiling NIOCore SocketOptionProvider.swift
[206/262] Compiling NIOCore SystemCallHelpers.swift
[207/262] Compiling NIOCore TimeAmount+Duration.swift
[208/262] Compiling NIOCore TypeAssistedChannelHandler.swift
[209/262] Compiling NIOCore UniversalBootstrapSupport.swift
[210/262] Compiling NIOCore Utilities.swift
[211/262] Emitting module NIOCore
[212/262] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[213/262] Compiling NIOCore EventLoopFuture+Deprecated.swift
[214/262] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[215/262] Compiling NIOCore EventLoopFuture.swift
[216/262] Compiling NIOCore FileDescriptor.swift
[217/262] Compiling NIOCore FileHandle.swift
[218/262] Compiling NIOCore FileRegion.swift
[219/262] Compiling NIOCore GlobalSingletons.swift
[220/262] Compiling NIOCore CircularBuffer.swift
[221/262] Compiling NIOCore Codec.swift
[222/262] Compiling NIOCore ConvenienceOptionSupport.swift
[223/262] Compiling NIOCore DeadChannel.swift
[224/262] Compiling NIOCore DispatchQueue+WithFuture.swift
[225/262] Compiling NIOCore EventLoop+Deprecated.swift
[226/262] Compiling NIOCore EventLoop+SerialExecutor.swift
[227/262] Compiling NIOCore EventLoop.swift
[228/262] Compiling NIOCore ByteBuffer-multi-int.swift
[229/262] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[230/262] Compiling NIOCore ByteBuffer-views.swift
[231/262] Compiling NIOCore Channel.swift
[232/262] Compiling NIOCore ChannelHandler.swift
[233/262] Compiling NIOCore ChannelHandlers.swift
[234/262] Compiling NIOCore ChannelInvoker.swift
[235/262] Compiling NIOCore ChannelOption.swift
[236/262] Compiling NIOCore ChannelPipeline.swift
[237/262] Compiling NIOCore IO.swift
[238/262] Compiling NIOCore IOData.swift
[239/262] Compiling NIOCore IPProtocol.swift
[240/262] Compiling NIOCore IntegerBitPacking.swift
[241/262] Compiling NIOCore IntegerTypes.swift
[242/262] Compiling NIOCore Interfaces.swift
[243/262] Compiling NIOCore Linux.swift
[244/262] Compiling NIOCore MarkedCircularBuffer.swift
[245/262] Compiling NIOCore MulticastChannel.swift
[246/262] Compiling NIOCore NIOAny.swift
[247/262] Compiling NIOCore NIOCloseOnErrorHandler.swift
[248/262] Compiling NIOCore NIOLoopBound.swift
[249/262] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[250/262] Compiling NIOCore NIOScheduledCallback.swift
[251/262] Compiling NIOCore NIOSendable.swift
[252/262] Compiling NIOCore RecvByteBufferAllocator.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/315] Compiling NIOPosix ThreadPosix.swift
[263/315] Compiling NIOPosix ThreadWindows.swift
[264/315] Compiling NIOPosix UnsafeTransfer.swift
[265/315] Compiling NIOPosix Utilities.swift
[266/315] Compiling NIOPosix VsockAddress.swift
[267/315] Compiling NIOPosix VsockChannelEvents.swift
[268/315] Compiling NIOPosix SelectableChannel.swift
[269/315] Compiling NIOPosix SelectableEventLoop.swift
[270/315] Compiling NIOPosix SelectorEpoll.swift
[271/315] Compiling NIOPosix SelectorGeneric.swift
[272/315] Compiling NIOPosix SelectorKqueue.swift
[273/315] Compiling NIOPosix SelectorUring.swift
[274/315] Emitting module NIOPosix
[275/315] Compiling NIOPosix Pool.swift
[276/315] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[277/315] Compiling NIOPosix PosixSingletons.swift
[278/315] Compiling NIOPosix RawSocketBootstrap.swift
[279/315] Compiling NIOPosix Resolver.swift
[280/315] Compiling NIOPosix Selectable.swift
[281/315] Compiling NIOPosix ServerSocket.swift
[282/315] Compiling NIOPosix Socket.swift
[283/315] Compiling NIOPosix SocketChannel.swift
[284/315] Compiling NIOPosix SocketProtocols.swift
[285/315] Compiling NIOPosix System.swift
[286/315] Compiling NIOPosix Thread.swift
[287/315] Compiling NIOPosix NIOThreadPool.swift
[288/315] Compiling NIOPosix NonBlockingFileIO.swift
[289/315] Compiling NIOPosix PendingDatagramWritesManager.swift
[290/315] Compiling NIOPosix PendingWritesManager.swift
[291/315] Compiling NIOPosix PipeChannel.swift
[292/315] Compiling NIOPosix PipePair.swift
[293/315] Compiling NIOPosix BSDSocketAPICommon.swift
[294/315] Compiling NIOPosix BSDSocketAPIPosix.swift
[295/315] Compiling NIOPosix BSDSocketAPIWindows.swift
[296/315] Compiling NIOPosix BaseSocket.swift
[297/315] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[298/315] Compiling NIOPosix BaseSocketChannel.swift
[299/315] Compiling NIOPosix BaseStreamSocketChannel.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] Emitting module _NIOFileSystem
[310/355] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[311/355] Compiling _NIOFileSystem Mocking.swift
[312/355] Compiling _NIOFileSystem Syscall.swift
[313/355] Compiling _NIOFileSystem Syscalls.swift
[314/355] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[315/355] Compiling _NIOFileSystem FileSystemError.swift
[316/355] Compiling _NIOFileSystem FileSystemProtocol.swift
[317/355] Compiling _NIOFileSystem FileType.swift
[318/355] Compiling _NIOFileSystem IOStrategy.swift
[319/355] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[320/355] Compiling _NIOFileSystem BufferedStream.swift
[321/355] Compiling _NIOFileSystem Cancellation.swift
[322/355] Compiling _NIOFileSystem TokenBucket.swift
[323/355] Compiling _NIOFileSystem UnsafeTransfer.swift
[324/355] Compiling _NIOFileSystem ParallelDirCopy.swift
[325/355] Compiling _NIOFileSystem ParallelRemoval.swift
[326/355] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[327/355] Compiling _NIOFileSystem CInterop.swift
[328/355] Compiling _NIOFileSystem Errno.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 Array+FileSystem.swift
[334/355] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[335/355] Compiling _NIOFileSystem BufferedReader.swift
[336/355] Compiling _NIOFileSystem BufferedWriter.swift
[337/355] Compiling _NIOFileSystem ByteBuffer+FileSystem.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 ByteCount.swift
[344/355] Compiling _NIOFileSystem Convenience.swift
[345/355] Compiling _NIOFileSystem DirectoryEntries.swift
[346/355] Compiling _NIOFileSystem DirectoryEntry.swift
[347/355] Compiling _NIOFileSystem Exports.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] Compiling FileSystem FileSystem.swift
[355/362] Emitting module FileSystem
[356/362] Compiling FileSystem AsyncSequence+Extras.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! (71.36s)
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.