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 CloudflareKit, reference 0.6.1 (e5e9d2), with Swift 6.0 for Linux on 3 Dec 2024 11:40:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/cloudflare-swift.git
Reference: 0.6.1
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/zunda-pixel/cloudflare-swift
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at e5e9d2a Fix platform (#19)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
e5e9d2a33c2102dfe0eebba06d4bfbdff4efa48c
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zunda-pixel/cloudflare-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "multipart-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/multipart-kit"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "CloudflareKit",
  "name" : "CloudflareKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ImagesClient",
      "targets" : [
        "ImagesClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImagesClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ImagesClientTests",
      "path" : "Tests/ImagesClientTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ImagesClientTests/Resources/Swift_logo.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ImagesClientTests.swift"
      ],
      "target_dependencies" : [
        "ImagesClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImagesClient",
      "module_type" : "SwiftTarget",
      "name" : "ImagesClient",
      "path" : "Sources/ImagesClient",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation",
        "MultipartKit",
        "HTTPClient"
      ],
      "product_memberships" : [
        "ImagesClient"
      ],
      "sources" : [
        "AuthURL/CreateAuthenticatedUploadURL.swift",
        "Delete/DeleteImage.swift",
        "EmptyResult.swift",
        "ErrorHandle.swift",
        "Images/BaseImage.swift",
        "Images/Image.swift",
        "Images/Images.swift",
        "ImagesClient.swift",
        "ImagesResponse.swift",
        "JSONDecoder++.swift",
        "MessageContent.swift",
        "RequestError.swift",
        "SortOrder.swift",
        "Update/Update.swift",
        "Upload/UploadImage.swift",
        "Upload/UploadImageWithURL.swift",
        "Upload/UploadResult.swift",
        "UsageStats/UsageStats.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/vapor/multipart-kit
[1/2093] Fetching multipart-kit
[232/2199] Fetching multipart-kit, http-client
[608/2870] Fetching multipart-kit, http-client, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (2.11s)
Fetched https://github.com/apple/swift-http-types from cache (2.11s)
Fetched https://github.com/vapor/multipart-kit from cache (2.26s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.94s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 4.7.0 (1.06s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/15603] Fetching swift-collections
[782/87678] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.35s)
[45408/72075] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.20s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (3.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.31s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[504/5488] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.97s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.0
Creating working copy for https://github.com/vapor/multipart-kit
Working copy of https://github.com/vapor/multipart-kit resolved at 4.7.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.4.0
Building for debugging...
[0/35] Write sources
[20/35] Compiling CNIOLinux liburing_shims.c
[20/35] Compiling CNIOWindows WSAStartup.c
[22/35] Compiling CNIOWindows shim.c
[23/35] Compiling CNIOWASI CNIOWASI.c
[24/35] Compiling _AtomicsShims.c
[25/35] Compiling CNIODarwin shim.c
[25/35] Write sources
[27/35] Compiling CNIOLLHTTP c_nio_http.c
[28/35] Write sources
[29/35] Write swift-version-24593BA9C3E375BF.txt
[30/35] Compiling CNIOLinux shim.c
[31/35] Compiling CNIOLLHTTP c_nio_api.c
[32/85] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/85] Compiling c-atomics.c
[34/85] Compiling c-nioatomics.c
[36/85] Emitting module Atomics
[37/93] Compiling Atomics IntegerOperations.swift
[38/93] Compiling Atomics Unmanaged extensions.swift
[39/93] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/93] Emitting module NIOConcurrencyHelpers
[41/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/93] Compiling InternalCollectionsUtilities Integer rank.swift
[43/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[45/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[46/93] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[47/93] Compiling _NIODataStructures _TinyArray.swift
[48/93] Emitting module HTTPTypes
[49/94] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/94] Compiling InternalCollectionsUtilities Specialize.swift
[51/94] Compiling InternalCollectionsUtilities Debugging.swift
[52/94] Compiling InternalCollectionsUtilities Descriptions.swift
[53/94] Compiling HTTPTypes HTTPResponse.swift
[54/94] Compiling HTTPTypes ISOLatin1String.swift
[55/96] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/96] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[63/96] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[64/96] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[65/96] Emitting module InternalCollectionsUtilities
[70/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/96] Compiling HTTPTypes HTTPRequest.swift
[73/96] Emitting module _NIOBase64
[74/96] Compiling HTTPTypes HTTPParsedFields.swift
[75/96] Compiling _NIOBase64 Base64.swift
[90/320] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[91/320] Compiling HTTPTypes NIOLock.swift
[92/320] Compiling NIOConcurrencyHelpers lock.swift
[93/320] Compiling HeapModule Heap+Descriptions.swift
[94/320] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/320] Compiling _NIODataStructures PriorityQueue.swift
[96/320] Emitting module _NIODataStructures
[97/320] Compiling _NIODataStructures Heap.swift
[98/320] Compiling _RopeModule BigString+Debugging.swift
[99/320] Compiling _RopeModule BigString+Index.swift
[100/323] Compiling NIOConcurrencyHelpers atomics.swift
[101/324] Compiling _RopeModule BigString+Chunk+Counts.swift
[102/324] Compiling _RopeModule BigString+Chunk+Description.swift
[105/324] Compiling HeapModule _HeapNode.swift
[106/324] Compiling HeapModule Heap.swift
[107/324] Compiling _RopeModule BigString+Ingester.swift
[108/324] Compiling _RopeModule BigString+Invariants.swift
[109/324] Compiling HeapModule Heap+Invariants.swift
[110/324] Compiling HeapModule Heap+UnsafeHandle.swift
[111/324] Emitting module HeapModule
[112/363] Compiling BitCollections BitArray+Descriptions.swift
[113/363] Compiling BitCollections BitArray+Equatable.swift
[115/378] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[116/378] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[117/378] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[118/378] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[119/378] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[120/378] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[121/378] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[122/385] Compiling BitCollections BitArray+Invariants.swift
[123/385] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[124/385] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[125/385] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[126/385] Compiling BitCollections BitSet+SetAlgebra union.swift
[127/385] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[128/385] Compiling BitCollections BitSet.Counted.swift
[129/385] Compiling _RopeModule Rope.swift
[130/385] Compiling _RopeModule RopeElement.swift
[131/385] Compiling _RopeModule Rope+ForEachWhile.swift
[132/385] Compiling _RopeModule Rope+Insert.swift
[133/385] Compiling HashTreeCollections TreeSet+Sequence.swift
[134/385] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[135/385] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[136/385] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[137/385] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[138/385] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[139/385] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[140/385] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[141/395] Compiling BitCollections BitArray+Extras.swift
[142/395] Compiling BitCollections BitArray+Fill.swift
[143/395] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[144/395] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[145/395] Compiling BitCollections BitArray+BitwiseOperations.swift
[146/395] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[147/395] Compiling OrderedCollections OrderedSet+SubSequence.swift
[148/395] Compiling OrderedCollections OrderedSet+Testing.swift
[149/395] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[150/395] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[151/395] Compiling OrderedCollections OrderedSet.swift
[152/395] Compiling OrderedCollections _UnsafeBitset.swift
[153/395] Compiling _RopeModule Rope+Sequence.swift
[154/395] Compiling _RopeModule Rope+Append.swift
[155/395] Compiling _RopeModule Rope+Extract.swift
[156/395] Compiling _RopeModule Rope+Find.swift
[157/395] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[158/395] Compiling BitCollections BitSet+CustomReflectable.swift
[159/395] Compiling BitCollections BitSet+CustomStringConvertible.swift
[160/395] Compiling BitCollections BitSet+Equatable.swift
[161/395] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[162/395] Compiling BitCollections BitSet+Extras.swift
[163/395] Compiling BitCollections BitSet+Hashable.swift
[164/395] Compiling BitCollections BitSet+Initializers.swift
[165/395] Compiling BitCollections BitSet+Invariants.swift
[166/395] Compiling BitCollections BitSet+Random.swift
[167/395] Compiling BitCollections BitSet+SetAlgebra basics.swift
[168/395] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[169/395] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[170/395] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[171/395] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[172/395] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[184/395] Compiling BitCollections BitArray+RandomBits.swift
[185/395] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[186/395] Compiling BitCollections BitArray+Shifts.swift
[187/395] Compiling BitCollections BitArray+Testing.swift
[188/395] Compiling BitCollections BitArray._UnsafeHandle.swift
[189/395] Compiling BitCollections BitArray.swift
[190/395] Compiling BitCollections BitSet+BidirectionalCollection.swift
[191/395] Compiling BitCollections BitSet+Codable.swift
[194/395] Compiling BitCollections BitArray+Codable.swift
[195/395] Compiling BitCollections BitArray+Collection.swift
[196/395] Compiling BitCollections BitArray+Copy.swift
[197/395] Compiling BitCollections BitArray+CustomReflectable.swift
[214/402] Emitting module DequeModule
[240/412] Compiling _RopeModule _CharacterRecognizer.swift
[241/412] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[242/412] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[243/412] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[244/412] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[245/412] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[246/412] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[247/412] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[248/412] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[249/412] Compiling HashTreeCollections TreeSet.swift
[250/415] Emitting module BitCollections
[251/472] Compiling NIOCore NIOAsyncWriter.swift
[252/472] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[253/472] Compiling NIOCore BSDSocketAPI.swift
[254/472] Compiling NIOCore ByteBuffer-aux.swift
[255/472] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[256/472] Compiling NIOCore ByteBuffer-conversions.swift
[257/472] Compiling NIOCore ByteBuffer-core.swift
[258/472] Compiling NIOCore ByteBuffer-hex.swift
[259/472] Compiling NIOCore ChannelOption.swift
[260/472] Compiling NIOCore ChannelPipeline.swift
[261/472] Compiling NIOCore MulticastChannel.swift
[262/472] Compiling NIOCore NIOAny.swift
[263/472] Compiling NIOCore NIOCloseOnErrorHandler.swift
[264/472] Compiling NIOCore NIOLoopBound.swift
[265/472] Compiling NIOCore NIOScheduledCallback.swift
[266/472] Compiling NIOCore NIOSendable.swift
[267/472] Compiling NIOCore PointerHelpers.swift
[268/472] Compiling NIOCore RecvByteBufferAllocator.swift
[277/472] Compiling NIOCore DispatchQueue+WithFuture.swift
[278/472] Compiling NIOCore EventLoop+Deprecated.swift
[279/472] Compiling NIOCore EventLoop+SerialExecutor.swift
[280/472] Compiling NIOCore EventLoop.swift
[281/472] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[282/472] Compiling NIOCore EventLoopFuture+Deprecated.swift
[283/472] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[284/472] Compiling NIOCore EventLoopFuture.swift
[285/472] Compiling NIOCore FileDescriptor.swift
[286/472] Compiling NIOCore FileHandle.swift
[287/472] Compiling NIOCore FileRegion.swift
[295/472] Compiling HTTPTypes HTTPField.swift
[296/472] Compiling HTTPTypes HTTPFieldName.swift
[297/472] Compiling HTTPTypes HTTPFields.swift
[299/473] Compiling NIOCore AddressedEnvelope.swift
[300/473] Compiling NIOCore AsyncAwaitSupport.swift
[301/473] Compiling NIOCore AsyncChannel.swift
[302/473] Compiling NIOCore AsyncChannelHandler.swift
[303/473] Compiling NIOCore AsyncChannelInboundStream.swift
[304/473] Compiling NIOCore AsyncChannelOutboundWriter.swift
[305/473] Compiling NIOCore NIOAsyncSequenceProducer.swift
[306/473] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[315/473] Compiling NIOCore ByteBuffer-int.swift
[316/473] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[317/473] Compiling NIOCore CircularBuffer.swift
[318/473] Compiling NIOCore Codec.swift
[319/473] Compiling NIOCore ConvenienceOptionSupport.swift
[320/473] Compiling NIOCore DeadChannel.swift
[363/480] Compiling NIOCore ByteBuffer-views.swift
[364/480] Compiling NIOCore Channel.swift
[365/480] Compiling NIOCore ChannelHandler.swift
[366/480] Compiling NIOCore ChannelHandlers.swift
[367/480] Compiling NIOCore ChannelInvoker.swift
[382/488] Emitting module OrderedCollections
[383/488] Emitting module HashTreeCollections
[386/490] Compiling _RopeModule Rope+Join.swift
[387/490] Compiling _RopeModule Rope+MutatingForEach.swift
[388/490] Compiling _RopeModule Rope+Remove.swift
[389/490] Compiling _RopeModule Rope+RemoveSubrange.swift
[390/490] Compiling _RopeModule Rope+Split.swift
[391/490] Compiling _RopeModule Optional Utilities.swift
[392/490] Compiling _RopeModule String Utilities.swift
[393/490] Compiling _RopeModule String.Index+ABI.swift
[395/490] Emitting module _RopeModule
[396/490] Compiling NIOCore IO.swift
[397/490] Compiling NIOCore IOData.swift
[398/490] Compiling NIOCore IPProtocol.swift
[399/490] Compiling NIOCore IntegerBitPacking.swift
[400/490] Compiling NIOCore IntegerTypes.swift
[401/490] Compiling NIOCore Interfaces.swift
[402/490] Compiling NIOCore Linux.swift
[403/490] Compiling NIOCore MarkedCircularBuffer.swift
[417/490] Compiling NIOCore GlobalSingletons.swift
[442/493] Compiling Collections Collections.swift
[443/493] Emitting module Collections
[445/494] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[446/494] Compiling NIOCore SocketAddresses.swift
[447/494] Compiling NIOCore SocketOptionProvider.swift
[448/494] Compiling NIOCore SystemCallHelpers.swift
[449/494] Compiling NIOCore TimeAmount+Duration.swift
[450/494] Compiling NIOCore TypeAssistedChannelHandler.swift
[451/494] Compiling NIOCore UniversalBootstrapSupport.swift
[452/494] Compiling NIOCore Utilities.swift
[471/494] Emitting module HTTPTypesFoundation
[472/494] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[473/494] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[474/494] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[475/494] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[476/494] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[478/498] Compiling NIOCore ByteBuffer-multi-int.swift
[479/498] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[495/498] Emitting module NIOCore
[497/499] Compiling HTTPClient HTTPClient.swift
[498/499] Compiling HTTPClient URLSesssion++.swift
[499/499] Emitting module HTTPClient
[501/552] Compiling NIOEmbedded Embedded.swift
[502/552] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[503/552] Emitting module NIOEmbedded
[504/552] Compiling NIOEmbedded AsyncTestingChannel.swift
[506/553] Compiling NIOPosix BSDSocketAPICommon.swift
[507/553] Compiling NIOPosix BSDSocketAPIPosix.swift
[508/553] Compiling NIOPosix BSDSocketAPIWindows.swift
[509/553] Compiling NIOPosix BaseSocket.swift
[510/553] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[511/553] Compiling NIOPosix BaseSocketChannel.swift
[512/553] Compiling NIOPosix BaseStreamSocketChannel.swift
[513/559] Compiling NIOPosix ServerSocket.swift
[514/559] Compiling NIOPosix Socket.swift
[515/559] Compiling NIOPosix SocketChannel.swift
[516/559] Compiling NIOPosix SocketProtocols.swift
[517/559] Compiling NIOPosix System.swift
[518/559] Compiling NIOPosix Thread.swift
[519/559] Emitting module NIOPosix
[520/559] Compiling NIOPosix Pool.swift
[521/559] Compiling NIOPosix PooledRecvBufferAllocator.swift
[522/559] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[523/559] Compiling NIOPosix PosixSingletons.swift
[524/559] Compiling NIOPosix RawSocketBootstrap.swift
[525/559] Compiling NIOPosix Resolver.swift
[526/559] Compiling NIOPosix Selectable.swift
[527/559] Compiling NIOPosix SelectableChannel.swift
[528/559] Compiling NIOPosix SelectableEventLoop.swift
[529/559] Compiling NIOPosix SelectorEpoll.swift
[530/559] Compiling NIOPosix SelectorGeneric.swift
[531/559] Compiling NIOPosix SelectorKqueue.swift
[532/559] Compiling NIOPosix SelectorUring.swift
[533/559] Compiling NIOPosix ThreadPosix.swift
[534/559] Compiling NIOPosix ThreadWindows.swift
[535/559] Compiling NIOPosix UnsafeTransfer.swift
[536/559] Compiling NIOPosix Utilities.swift
[537/559] Compiling NIOPosix VsockAddress.swift
[538/559] Compiling NIOPosix VsockChannelEvents.swift
[539/559] Compiling NIOPosix NIOThreadPool.swift
[540/559] Compiling NIOPosix NonBlockingFileIO.swift
[541/559] Compiling NIOPosix PendingDatagramWritesManager.swift
[542/559] Compiling NIOPosix PendingWritesManager.swift
[543/559] Compiling NIOPosix PipeChannel.swift
[544/559] Compiling NIOPosix PipePair.swift
[545/559] Compiling NIOPosix PointerHelpers.swift
[546/559] Compiling NIOPosix IO.swift
[547/559] Compiling NIOPosix IntegerBitPacking.swift
[548/559] Compiling NIOPosix IntegerTypes.swift
[549/559] Compiling NIOPosix Linux.swift
[550/559] Compiling NIOPosix LinuxCPUSet.swift
[551/559] Compiling NIOPosix LinuxUring.swift
[552/559] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[553/559] Compiling NIOPosix Bootstrap.swift
[554/559] Compiling NIOPosix ControlMessage.swift
[555/559] Compiling NIOPosix DatagramVectorReadManager.swift
[556/559] Compiling NIOPosix Errors+Any.swift
[557/559] Compiling NIOPosix FileDescriptor.swift
[558/559] Compiling NIOPosix GetaddrinfoResolver.swift
[559/559] Compiling NIOPosix HappyEyeballs.swift
[561/562] Compiling NIO Exports.swift
[562/562] Emitting module NIO
[564/579] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[565/579] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[566/581] Emitting module NIOHTTP1
[567/581] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[568/581] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[569/581] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[570/581] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[571/581] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[572/581] Compiling NIOHTTP1 HTTPTypes.swift
[573/581] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[574/581] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[575/581] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[576/581] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[577/581] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[578/581] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[579/581] Compiling NIOHTTP1 ByteCollectionUtils.swift
[580/581] Compiling NIOHTTP1 HTTPDecoder.swift
[581/581] Compiling NIOHTTP1 HTTPEncoder.swift
[583/601] Compiling MultipartKit BasicCodingKey.swift
[584/601] Compiling MultipartKit MultipartError.swift
[585/601] Compiling MultipartKit Exports.swift
[586/603] Compiling MultipartKit MultipartPart.swift
[587/603] Compiling MultipartKit MultipartPartConvertible.swift
[588/603] Emitting module MultipartKit
[589/603] Compiling MultipartKit FormDataDecoder.Decoder.swift
[590/603] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[591/603] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[592/603] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[593/603] Compiling MultipartKit FormDataDecoder.swift
[594/603] Compiling MultipartKit FormDataEncoder.Encoder.swift
[595/603] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[596/603] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[597/603] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[598/603] Compiling MultipartKit FormDataEncoder.swift
[599/603] Compiling MultipartKit Storage.swift
[600/603] Compiling MultipartKit MultipartFormData.swift
[601/603] Compiling MultipartKit MultipartParser.swift
[602/603] Compiling MultipartKit MultipartSerializer.swift
[603/603] Compiling MultipartKit Utilities.swift
[605/621] Compiling ImagesClient SortOrder.swift
[606/621] Compiling ImagesClient Update.swift
[607/623] Emitting module ImagesClient
[608/623] Compiling ImagesClient Images.swift
[609/623] Compiling ImagesClient ImagesClient.swift
[610/623] Compiling ImagesClient ImagesResponse.swift
[611/623] Compiling ImagesClient JSONDecoder++.swift
[612/623] Compiling ImagesClient ErrorHandle.swift
[613/623] Compiling ImagesClient BaseImage.swift
[614/623] Compiling ImagesClient Image.swift
[615/623] Compiling ImagesClient MessageContent.swift
[616/623] Compiling ImagesClient RequestError.swift
[617/623] Compiling ImagesClient UploadImage.swift
[618/623] Compiling ImagesClient UploadImageWithURL.swift
[619/623] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[620/623] Compiling ImagesClient DeleteImage.swift
[621/623] Compiling ImagesClient EmptyResult.swift
[622/623] Compiling ImagesClient UploadResult.swift
[623/623] Compiling ImagesClient UsageStats.swift
Build complete! (137.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "multipart-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/multipart-kit"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "CloudflareKit",
  "name" : "CloudflareKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ImagesClient",
      "targets" : [
        "ImagesClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImagesClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ImagesClientTests",
      "path" : "Tests/ImagesClientTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ImagesClientTests/Resources/Swift_logo.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ImagesClientTests.swift"
      ],
      "target_dependencies" : [
        "ImagesClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImagesClient",
      "module_type" : "SwiftTarget",
      "name" : "ImagesClient",
      "path" : "Sources/ImagesClient",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation",
        "MultipartKit",
        "HTTPClient"
      ],
      "product_memberships" : [
        "ImagesClient"
      ],
      "sources" : [
        "AuthURL/CreateAuthenticatedUploadURL.swift",
        "Delete/DeleteImage.swift",
        "EmptyResult.swift",
        "ErrorHandle.swift",
        "Images/BaseImage.swift",
        "Images/Image.swift",
        "Images/Images.swift",
        "ImagesClient.swift",
        "ImagesResponse.swift",
        "JSONDecoder++.swift",
        "MessageContent.swift",
        "RequestError.swift",
        "SortOrder.swift",
        "Update/Update.swift",
        "Upload/UploadImage.swift",
        "Upload/UploadImageWithURL.swift",
        "Upload/UploadResult.swift",
        "UsageStats/UsageStats.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.