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 (9a76ea), with Swift 6.1 for Linux on 8 Sep 2025 19:00:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

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