The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FileSystem, reference main (f16cb3), with Swift 6.1 for Linux on 22 Jun 2025 01:54:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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 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 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-3":/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/apple/swift-nio
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
[1/354] Fetching path
[355/5229] Fetching path, zipfoundation
[404/9065] Fetching path, zipfoundation, swift-log
[9066/85404] Fetching path, zipfoundation, swift-log, swift-nio
Fetched https://github.com/tuist/Path from cache (0.68s)
[17109/85050] Fetching zipfoundation, swift-log, swift-nio
Fetched https://github.com/tuist/ZIPFoundation from cache (0.70s)
[12997/80175] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log from cache (4.24s)
Fetched https://github.com/apple/swift-nio from cache (4.33s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (5.51s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.48s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (2.41s)
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
[936/6233] Fetching swift-atomics, swift-system
[4238/22873] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[7265/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.50s)
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (2.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.80s)
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-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-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/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/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
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
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] Compiling CNIODarwin shim.c
[1/51] Compiling CNIOLinux liburing_shims.c
[2/51] Write sources
[5/51] Compiling CNIOWASI CNIOWASI.c
[6/51] Write sources
[19/51] Compiling CNIOWindows shim.c
[20/51] Write sources
[21/51] Compiling CSystem shims.c
[22/51] Compiling CNIOWindows WSAStartup.c
[23/51] Compiling _AtomicsShims.c
[24/51] Compiling CNIOLinux shim.c
[25/51] Write swift-version-24593BA9C3E375BF.txt
[27/112] Emitting module _NIOBase64
[28/112] Compiling _NIOBase64 Base64.swift
[29/113] Emitting module Path
[30/113] Compiling Path Path.swift
[31/113] Compiling _NIODataStructures _TinyArray.swift
[32/113] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[33/113] Compiling ZIPFoundation Data+Serialization.swift
[34/113] Compiling ZIPFoundation Date+ZIP.swift
[35/117] Compiling _NIODataStructures PriorityQueue.swift
[36/117] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[37/117] Compiling ZIPFoundation Archive+Writing.swift
[38/117] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[39/117] Compiling ZIPFoundation Archive+ZIP64.swift
[40/117] Emitting module SystemPackage
[42/131] Compiling c-nioatomics.c
[44/139] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/139] Compiling InternalCollectionsUtilities Debugging.swift
[46/140] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/140] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[48/140] Compiling InternalCollectionsUtilities UInt+reversed.swift
[49/140] Compiling InternalCollectionsUtilities Descriptions.swift
[50/140] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/140] Compiling SystemPackage Util+StringArray.swift
[52/140] Compiling SystemPackage Util.swift
[53/140] Compiling SystemPackage UtilConsumers.swift
[54/154] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/158] Compiling Atomics OptionalRawRepresentable.swift
[56/158] Compiling Atomics RawRepresentable.swift
[57/158] Compiling Atomics UnsafeAtomic.swift
[58/158] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/160] Compiling Atomics ManagedAtomic.swift
[60/160] Compiling Atomics ManagedAtomicLazyReference.swift
[61/160] Compiling Logging MetadataProvider.swift
[62/160] Compiling Atomics AtomicInteger.swift
[63/160] Compiling Atomics AtomicOptionalWrappable.swift
[64/160] Compiling Atomics AtomicReference.swift
[65/160] Compiling Atomics AtomicMemoryOrderings.swift
[66/160] Compiling Atomics PointerConformances.swift
[67/160] Compiling Atomics Primitives.native.swift
[68/160] Compiling Atomics AtomicStorage.swift
[69/160] Compiling Atomics AtomicValue.swift
[70/160] Compiling _NIODataStructures Heap.swift
[71/160] Emitting module _NIODataStructures
[72/161] Emitting module Logging
[73/161] Compiling SystemPackage FilePathTempPosix.swift
[74/161] Compiling SystemPackage FilePathTempWindows.swift
[75/161] Compiling SystemPackage FilePathWindows.swift
[76/161] Compiling SystemPackage FilePermissions.swift
[79/161] Compiling Atomics IntegerOperations.swift
[80/161] Compiling Atomics Unmanaged extensions.swift
[81/161] Compiling SystemPackage Mocking.swift
[82/161] Compiling SystemPackage RawBuffer.swift
[83/161] Compiling SystemPackage Syscalls.swift
[84/161] Compiling SystemPackage WindowsSyscallAdapters.swift
[88/162] Compiling Atomics DoubleWord.swift
[89/162] Compiling Logging Locks.swift
[90/162] Compiling Logging LogHandler.swift
[91/162] Compiling Logging Logging.swift
[96/163] Compiling Atomics AtomicBool.swift
[101/163] Emitting module InternalCollectionsUtilities
[101/164] Compiling c-atomics.c
[103/164] Wrapping AST for _NIOBase64 for debugging
[107/166] Wrapping AST for _NIODataStructures for debugging
[109/166] Wrapping AST for SystemPackage for debugging
[113/166] Wrapping AST for Path for debugging
[120/168] Emitting module ZIPFoundation
[127/168] Compiling Atomics IntegerConformances.swift
[129/172] Wrapping AST for Logging for debugging
[133/172] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[134/172] Compiling ZIPFoundation URL+ZIP.swift
[136/172] Wrapping AST for InternalCollectionsUtilities for debugging
[139/188] Compiling DequeModule Deque+CustomReflectable.swift
[140/188] Compiling DequeModule Deque+Descriptions.swift
[141/190] Compiling DequeModule Deque+Equatable.swift
[142/190] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[142/190] Wrapping AST for ZIPFoundation for debugging
[144/190] Compiling DequeModule _DequeBuffer.swift
[145/190] Compiling DequeModule _DequeBufferHeader.swift
[146/190] Compiling NIOConcurrencyHelpers lock.swift
[147/190] Compiling DequeModule _DequeSlot.swift
[148/190] Compiling DequeModule _UnsafeWrappedBuffer.swift
[149/190] Emitting module NIOConcurrencyHelpers
[150/190] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[151/190] Compiling NIOConcurrencyHelpers NIOLock.swift
[152/190] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[153/190] Compiling NIOConcurrencyHelpers atomics.swift
[155/191] Compiling DequeModule Deque+Testing.swift
[156/191] Compiling DequeModule Deque._Storage.swift
[157/191] Compiling DequeModule Deque+Extras.swift
[158/191] Compiling DequeModule Deque+Hashable.swift
[159/191] Compiling DequeModule Deque._UnsafeHandle.swift
[160/191] Compiling DequeModule Deque.swift
[161/191] Compiling DequeModule Deque+Codable.swift
[162/191] Compiling DequeModule Deque+Collection.swift
[162/191] Wrapping AST for NIOConcurrencyHelpers for debugging
[164/191] Emitting module DequeModule
[165/192] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[166/192] Wrapping AST for DequeModule for debugging
[168/192] Compiling Glob Pattern+Options.swift
[169/192] Compiling Glob Pattern+Parser.swift
[170/192] Compiling Glob Pattern.swift
[171/192] Compiling Glob InvalidPattern.swift
[172/192] Compiling Glob Pattern+Match.swift
[173/192] Emitting module Atomics
[178/193] Emitting module Glob
[179/193] Compiling Glob GlobSearch.swift
[180/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 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 EventLoopFuture+AssumeIsolated.swift
[202/262] Compiling NIOCore EventLoopFuture+Deprecated.swift
[203/262] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[204/262] Compiling NIOCore EventLoopFuture.swift
[205/262] Compiling NIOCore FileDescriptor.swift
[206/262] Compiling NIOCore FileHandle.swift
[207/262] Compiling NIOCore FileRegion.swift
[208/262] Compiling NIOCore GlobalSingletons.swift
[209/262] Compiling NIOCore CircularBuffer.swift
[210/262] Compiling NIOCore Codec.swift
[211/262] Compiling NIOCore ConvenienceOptionSupport.swift
[212/262] Compiling NIOCore DeadChannel.swift
[213/262] Compiling NIOCore DispatchQueue+WithFuture.swift
[214/262] Compiling NIOCore EventLoop+Deprecated.swift
[215/262] Compiling NIOCore EventLoop+SerialExecutor.swift
[216/262] Compiling NIOCore EventLoop.swift
[217/262] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[218/262] Compiling NIOCore SocketAddresses.swift
[219/262] Compiling NIOCore SocketOptionProvider.swift
[220/262] Compiling NIOCore SystemCallHelpers.swift
[221/262] Compiling NIOCore TimeAmount+Duration.swift
[222/262] Compiling NIOCore TypeAssistedChannelHandler.swift
[223/262] Compiling NIOCore UniversalBootstrapSupport.swift
[224/262] Compiling NIOCore Utilities.swift
[225/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[226/262] Compiling NIOCore BSDSocketAPI.swift
[227/262] Compiling NIOCore ByteBuffer-aux.swift
[228/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[229/262] Compiling NIOCore ByteBuffer-conversions.swift
[230/262] Compiling NIOCore ByteBuffer-core.swift
[231/262] Compiling NIOCore ByteBuffer-hex.swift
[232/262] Compiling NIOCore ByteBuffer-int.swift
[233/262] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[234/262] Compiling NIOCore ByteBuffer-multi-int.swift
[235/262] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[236/262] Compiling NIOCore ByteBuffer-views.swift
[237/262] Compiling NIOCore Channel.swift
[238/262] Compiling NIOCore ChannelHandler.swift
[239/262] Compiling NIOCore ChannelHandlers.swift
[240/262] Compiling NIOCore ChannelInvoker.swift
[241/262] Compiling NIOCore ChannelOption.swift
[242/262] Compiling NIOCore ChannelPipeline.swift
[243/262] Compiling NIOCore AddressedEnvelope.swift
[244/262] Compiling NIOCore AsyncAwaitSupport.swift
[245/262] Compiling NIOCore AsyncChannel.swift
[246/262] Compiling NIOCore AsyncChannelHandler.swift
[247/262] Compiling NIOCore AsyncChannelInboundStream.swift
[248/262] Compiling NIOCore AsyncChannelOutboundWriter.swift
[249/262] Compiling NIOCore NIOAsyncSequenceProducer.swift
[250/262] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[251/262] Compiling NIOCore NIOAsyncWriter.swift
[252/262] Emitting module NIOCore
[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] Emitting module NIOPosix
[263/315] Compiling NIOPosix ServerSocket.swift
[264/315] Compiling NIOPosix Socket.swift
[265/315] Compiling NIOPosix SocketChannel.swift
[266/315] Compiling NIOPosix SocketProtocols.swift
[267/315] Compiling NIOPosix System.swift
[268/315] Compiling NIOPosix Thread.swift
[269/315] Compiling NIOPosix ThreadPosix.swift
[270/315] Compiling NIOPosix ThreadWindows.swift
[271/315] Compiling NIOPosix UnsafeTransfer.swift
[272/315] Compiling NIOPosix Utilities.swift
[273/315] Compiling NIOPosix VsockAddress.swift
[274/315] Compiling NIOPosix VsockChannelEvents.swift
[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 SelectableChannel.swift
[282/315] Compiling NIOPosix SelectableEventLoop.swift
[283/315] Compiling NIOPosix SelectorEpoll.swift
[284/315] Compiling NIOPosix SelectorGeneric.swift
[285/315] Compiling NIOPosix SelectorKqueue.swift
[286/315] Compiling NIOPosix SelectorUring.swift
[287/315] Compiling NIOPosix BSDSocketAPICommon.swift
[288/315] Compiling NIOPosix BSDSocketAPIPosix.swift
[289/315] Compiling NIOPosix BSDSocketAPIWindows.swift
[290/315] Compiling NIOPosix BaseSocket.swift
[291/315] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[292/315] Compiling NIOPosix BaseSocketChannel.swift
[293/315] Compiling NIOPosix BaseStreamSocketChannel.swift
[294/315] Compiling NIOPosix Bootstrap.swift
[295/315] Compiling NIOPosix ControlMessage.swift
[296/315] Compiling NIOPosix DatagramVectorReadManager.swift
[297/315] Compiling NIOPosix Errors+Any.swift
[298/315] Compiling NIOPosix FileDescriptor.swift
[299/315] Compiling NIOPosix GetaddrinfoResolver.swift
[300/315] Compiling NIOPosix HappyEyeballs.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] Emitting module _NIOFileSystem
[310/355] Compiling _NIOFileSystem ByteCount.swift
[311/355] Compiling _NIOFileSystem Convenience.swift
[312/355] Compiling _NIOFileSystem DirectoryEntries.swift
[313/355] Compiling _NIOFileSystem DirectoryEntry.swift
[314/355] Compiling _NIOFileSystem Exports.swift
[315/355] Compiling _NIOFileSystem ParallelDirCopy.swift
[316/355] Compiling _NIOFileSystem ParallelRemoval.swift
[317/355] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[318/355] Compiling _NIOFileSystem CInterop.swift
[319/355] Compiling _NIOFileSystem Errno.swift
[320/355] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[321/355] Compiling _NIOFileSystem Mocking.swift
[322/355] Compiling _NIOFileSystem Syscall.swift
[323/355] Compiling _NIOFileSystem Syscalls.swift
[324/355] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[325/355] Compiling _NIOFileSystem BufferedStream.swift
[326/355] Compiling _NIOFileSystem Cancellation.swift
[327/355] Compiling _NIOFileSystem TokenBucket.swift
[328/355] Compiling _NIOFileSystem UnsafeTransfer.swift
[329/355] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[330/355] Compiling _NIOFileSystem FileSystemError.swift
[331/355] Compiling _NIOFileSystem FileSystemProtocol.swift
[332/355] Compiling _NIOFileSystem FileType.swift
[333/355] Compiling _NIOFileSystem IOStrategy.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 Array+FileSystem.swift
[339/355] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[340/355] Compiling _NIOFileSystem BufferedReader.swift
[341/355] Compiling _NIOFileSystem BufferedWriter.swift
[342/355] Compiling _NIOFileSystem ByteBuffer+FileSystem.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] 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! (96.31s)
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.