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 ipp-nio, reference v0.1.2 (d436be), with Swift 6.1 for Linux on 29 Apr 2025 03:04:46 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sliemeobn/ipp-nio.git
Reference: v0.1.2
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/sliemeobn/ipp-nio
 * tag               v0.1.2     -> FETCH_HEAD
HEAD is now at d436be5 shut down HTTPClient in example (#4)
Cloned https://github.com/sliemeobn/ipp-nio.git
Revision (git rev-parse @):
d436be5700ac70a362c287aa050d1496ff20b06a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sliemeobn/ipp-nio.git at v0.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sliemeobn/ipp-nio.git
https://github.com/sliemeobn/ipp-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.62.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "ipp-nio",
  "name" : "ipp-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "IppProtocol",
      "targets" : [
        "IppProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IppClient",
      "targets" : [
        "IppClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrintPDF",
      "targets" : [
        "PrintPDF"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrintPDF",
      "module_type" : "SwiftTarget",
      "name" : "PrintPDF",
      "path" : "Examples/PrintPDF",
      "product_memberships" : [
        "PrintPDF"
      ],
      "sources" : [
        "app.swift"
      ],
      "target_dependencies" : [
        "IppClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IppTests",
      "module_type" : "SwiftTarget",
      "name" : "IppTests",
      "path" : "Tests/IppTests",
      "sources" : [
        "AttributesTests.swift",
        "EncodingTests.swift"
      ],
      "target_dependencies" : [
        "IppProtocol",
        "IppClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IppProtocol",
      "module_type" : "SwiftTarget",
      "name" : "IppProtocol",
      "path" : "Sources/IppProtocol",
      "product_dependencies" : [
        "NIOCore",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IppProtocol",
        "IppClient",
        "PrintPDF"
      ],
      "sources" : [
        "Encoding/ByteBuffer+reading.swift",
        "Encoding/ByteBuffer+writing.swift",
        "Encoding/Internals.swift",
        "IppAttributable.swift",
        "IppObjects.swift",
        "RequestResponse+ByteBuffer.swift",
        "RequestResponse.swift",
        "SemanticModel.swift",
        "Values.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IppClient",
      "module_type" : "SwiftTarget",
      "name" : "IppClient",
      "path" : "Sources/IppClient",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "IppClient",
        "PrintPDF"
      ],
      "sources" : [
        "Exports.swift",
        "HttpClient+Ipp.swift",
        "IppJob.swift",
        "IppPrinter.swift"
      ],
      "target_dependencies" : [
        "IppProtocol"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swift-server/async-http-client.git
[1/4965] Fetching swift-async-algorithms
[4966/21207] Fetching swift-async-algorithms, swift-collections
[5616/35062] Fetching swift-async-algorithms, swift-collections, async-http-client
Fetched https://github.com/apple/swift-async-algorithms from cache (0.32s)
[1645/30097] Fetching swift-collections, async-http-client
[3915/105621] Fetching swift-collections, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (0.76s)
[34190/91766] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.62s)
Fetched https://github.com/apple/swift-nio.git from cache (3.69s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (4.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.97s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2619] Fetching swift-nio-transport-services
[1468/6455] Fetching swift-nio-transport-services, swift-log
[1936/8160] Fetching swift-nio-transport-services, swift-log, swift-atomics
[3456/13822] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras
[5155/19725] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-algorithms
[14515/31217] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio-ssl.git
[16005/25314] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-nio-http2
[24739/40107] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.93s)
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
[14451/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.94s)
[3107/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.48s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.23s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.44s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.82.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.2
Building for debugging...
[0/474] Write sources
[5/474] Write swift-version-24593BA9C3E375BF.txt
[6/474] Compiling asn1_par.cc
[7/474] Write sources
[9/474] Compiling f_string.cc
[10/474] Compiling f_int.cc
[11/474] Compiling asn_pack.cc
[12/474] Write sources
[28/474] Compiling _AtomicsShims.c
[29/474] Compiling _NumericsShims _NumericsShims.c
[30/474] Write sources
[31/474] Compiling asn1_lib.cc
[32/479] Compiling CNIOWindows shim.c
[33/482] Compiling a_utctm.cc
[34/484] Compiling a_type.cc
[35/510] Compiling CNIOWindows WSAStartup.c
[36/512] Compiling CNIOWASI CNIOWASI.c
[37/512] Compiling CNIOLinux liburing_shims.c
[38/512] Compiling CNIOLLHTTP c_nio_http.c
[39/512] Compiling CNIOLinux shim.c
[40/512] Compiling CNIOExtrasZlib empty.c
[41/512] Compiling CNIOLLHTTP c_nio_api.c
[42/512] Compiling CNIODarwin shim.c
[43/512] Compiling fiat_p256_adx_sqr.S
[45/512] Emitting module _NIOBase64
[45/512] Compiling fiat_p256_adx_mul.S
[46/512] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/512] Compiling fiat_curve25519_adx_square.S
[48/512] Compiling fiat_curve25519_adx_mul.S
[49/512] Compiling CNIOBoringSSLShims shims.c
[50/512] Compiling tls_record.cc
[51/512] Compiling tls_method.cc
[52/512] Compiling tls13_server.cc
[54/512] Emitting module InternalCollectionsUtilities
[55/514] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/514] Compiling InternalCollectionsUtilities Specialize.swift
[57/514] Compiling RealModule Float+Real.swift
[58/514] Compiling InternalCollectionsUtilities Debugging.swift
[59/514] Compiling InternalCollectionsUtilities Descriptions.swift
[60/515] Compiling _NIODataStructures _TinyArray.swift
[61/515] Compiling _NIODataStructures PriorityQueue.swift
[62/515] Emitting module RealModule
[63/515] Compiling RealModule Real.swift
[64/515] Compiling _NIOBase64 Base64.swift
[65/515] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/515] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/515] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/515] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/516] Compiling RealModule Double+Real.swift
[72/516] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[73/516] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[74/516] Compiling RealModule AlgebraicField.swift
[75/516] Compiling RealModule ApproximateEquality.swift
[76/516] Compiling RealModule AugmentedArithmetic.swift
[79/516] Compiling RealModule ElementaryFunctions.swift
[83/516] Compiling RealModule Float16+Real.swift
[84/516] Compiling RealModule Float80+Real.swift
[85/516] Compiling RealModule RealFunctions.swift
[86/517] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/517] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/518] Wrapping AST for _NIOBase64 for debugging
[90/518] Wrapping AST for RealModule for debugging
[92/527] Emitting module _NIODataStructures
[93/527] Compiling _NIODataStructures Heap.swift
[93/547] Compiling tls13_enc.cc
[95/553] Compiling Logging Logging.swift
[96/555] Compiling Logging LogHandler.swift
[96/589] Wrapping AST for InternalCollectionsUtilities for debugging
[98/589] Compiling Logging Locks.swift
[99/589] Emitting module Logging
[100/589] Compiling tls13_client.cc
[102/589] Compiling Logging MetadataProvider.swift
[103/590] Compiling tls13_both.cc
[104/590] Wrapping AST for _NIODataStructures for debugging
[106/590] Compiling OrderedCollections _HashTable+Bucket.swift
[107/590] Compiling OrderedCollections _HashTable+BucketIterator.swift
[108/590] Compiling OrderedCollections _HashTable+Testing.swift
[109/590] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[110/590] Compiling OrderedCollections OrderedDictionary+Codable.swift
[111/590] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[112/590] Compiling OrderedCollections _HashTable.swift
[113/590] Compiling OrderedCollections _Hashtable+Header.swift
[113/592] Wrapping AST for Logging for debugging
[115/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[116/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[117/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[118/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[119/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[120/592] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[121/592] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[122/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[123/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[125/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[126/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[127/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[128/599] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[129/599] Compiling DequeModule _DequeSlot.swift
[130/599] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/599] Compiling OrderedCollections _HashTable+Constants.swift
[132/599] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[133/599] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[134/599] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[135/599] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[136/599] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[137/599] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[138/599] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[139/599] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[140/599] Compiling OrderedCollections OrderedDictionary+Values.swift
[141/599] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[142/599] Compiling OrderedCollections OrderedDictionary+Elements.swift
[143/599] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[144/599] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[145/599] Emitting module DequeModule
[145/600] Compiling t1_enc.cc
[147/600] Compiling OrderedCollections OrderedDictionary.swift
[148/600] Compiling OrderedCollections OrderedSet+Codable.swift
[149/600] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[150/600] Compiling OrderedCollections OrderedSet+Descriptions.swift
[151/600] Compiling OrderedCollections OrderedSet+Diffing.swift
[152/600] Compiling OrderedCollections OrderedSet+Equatable.swift
[153/600] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[154/600] Compiling OrderedCollections OrderedSet+Hashable.swift
[155/600] Compiling OrderedCollections OrderedSet+Initializers.swift
[156/600] Compiling OrderedCollections OrderedSet+Insertions.swift
[157/600] Compiling OrderedCollections OrderedSet+Invariants.swift
[158/600] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[159/600] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[160/600] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[161/600] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[162/600] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[172/600] Compiling OrderedCollections OrderedSet+Sendable.swift
[173/600] Compiling OrderedCollections OrderedSet+SubSequence.swift
[174/600] Compiling OrderedCollections OrderedSet+Testing.swift
[175/600] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[176/600] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[177/600] Compiling OrderedCollections OrderedSet.swift
[178/600] Compiling OrderedCollections _UnsafeBitset.swift
[178/600] Compiling ssl_transcript.cc
[179/600] Compiling ssl_stat.cc
[188/600] Wrapping AST for DequeModule for debugging
[189/600] Compiling ssl_versions.cc
[190/600] Compiling ssl_x509.cc
[192/600] Emitting module OrderedCollections
[192/601] Compiling ssl_session.cc
[194/601] Compiling ssl_privkey.cc
[195/601] Wrapping AST for OrderedCollections for debugging
[196/601] Compiling ssl_key_share.cc
[197/601] Compiling ssl_file.cc
[198/601] Compiling ssl_lib.cc
[199/601] Compiling ssl_cert.cc
[200/601] Compiling ssl_cipher.cc
[201/601] Compiling ssl_credential.cc
[202/601] Compiling ssl_buffer.cc
[203/601] Compiling ssl_asn1.cc
[204/601] Compiling ssl_aead_ctx.cc
[205/601] Compiling s3_pkt.cc
[206/601] Compiling s3_lib.cc
[207/601] Compiling s3_both.cc
[208/601] Compiling handshake_server.cc
[209/601] Compiling handshake_client.cc
[210/601] Compiling handshake.cc
[211/601] Compiling handoff.cc
[212/601] Compiling encrypted_client_hello.cc
[213/601] Compiling extensions.cc
[214/601] Compiling dtls_record.cc
[215/601] Compiling md5-x86_64-linux.S
[216/601] Compiling dtls_method.cc
[217/601] Compiling md5-x86_64-apple.S
[218/601] Compiling md5-586-linux.S
[219/601] Compiling md5-586-apple.S
[220/601] Compiling d1_pkt.cc
[221/601] Compiling chacha20_poly1305_x86_64-linux.S
[222/601] Compiling chacha20_poly1305_x86_64-apple.S
[223/601] Compiling chacha20_poly1305_armv8-linux.S
[224/601] Compiling chacha20_poly1305_armv8-win.S
[225/601] Compiling d1_srtp.cc
[226/601] Compiling chacha20_poly1305_armv8-apple.S
[227/601] Compiling chacha-x86-linux.S
[228/601] Compiling chacha-x86_64-apple.S
[229/601] Compiling chacha-x86_64-linux.S
[230/601] Compiling chacha-x86-apple.S
[230/601] Compiling err_data.cc
[232/601] Compiling chacha-armv8-win.S
[233/601] Compiling chacha-armv8-linux.S
[234/601] Compiling chacha-armv4-linux.S
[235/601] Compiling chacha-armv8-apple.S
[236/601] Compiling aes128gcmsiv-x86_64-linux.S
[237/601] Compiling aes128gcmsiv-x86_64-apple.S
[238/601] Compiling x86_64-mont5-apple.S
[239/601] Compiling x86_64-mont5-linux.S
[240/601] Compiling x86_64-mont-linux.S
[241/601] Compiling x86_64-mont-apple.S
[242/601] Compiling x86-mont-linux.S
[243/601] Compiling x86-mont-apple.S
[244/601] Compiling vpaes-x86_64-apple.S
[245/601] Compiling vpaes-x86_64-linux.S
[246/601] Compiling vpaes-x86-apple.S
[247/601] Compiling vpaes-x86-linux.S
[248/601] Compiling vpaes-armv8-win.S
[249/601] Compiling vpaes-armv8-linux.S
[250/601] Compiling vpaes-armv8-apple.S
[251/601] Compiling vpaes-armv7-linux.S
[252/601] Compiling sha512-x86_64-linux.S
[253/601] Compiling sha512-armv8-win.S
[254/601] Compiling sha512-x86_64-apple.S
[255/601] Compiling d1_lib.cc
[256/601] Compiling sha512-armv8-linux.S
[257/601] Compiling sha512-armv4-linux.S
[258/601] Compiling sha512-armv8-apple.S
[259/601] Compiling sha512-586-apple.S
[260/601] Compiling sha512-586-linux.S
[261/601] Compiling sha256-x86_64-apple.S
[262/601] Compiling sha256-x86_64-linux.S
[263/601] Compiling sha256-armv8-win.S
[264/601] Compiling sha256-armv8-linux.S
[265/601] Compiling sha256-armv4-linux.S
[266/601] Compiling bio_ssl.cc
[267/601] Compiling sha256-armv8-apple.S
[268/601] Compiling sha256-586-linux.S
[269/601] Compiling sha256-586-apple.S
[270/601] Compiling sha1-x86_64-apple.S
[271/601] Compiling sha1-armv8-apple.S
[272/601] Compiling sha1-armv8-linux.S
[273/601] Compiling sha1-armv8-win.S
[274/601] Compiling sha1-x86_64-linux.S
[275/601] Compiling sha1-armv4-large-linux.S
[276/601] Compiling sha1-586-linux.S
[277/601] Compiling d1_both.cc
[278/601] Compiling rsaz-avx2-linux.S
[278/601] Compiling rsaz-avx2-apple.S
[280/601] Compiling sha1-586-apple.S
[281/601] Compiling rdrand-x86_64-linux.S
[281/601] Compiling rdrand-x86_64-apple.S
[283/601] Compiling p256_beeu-x86_64-asm-apple.S
[284/601] Compiling p256_beeu-x86_64-asm-linux.S
[284/601] Compiling p256_beeu-armv8-asm-apple.S
[284/601] Compiling p256-x86_64-asm-apple.S
[284/601] Compiling p256_beeu-armv8-asm-linux.S
[288/601] Compiling p256-x86_64-asm-linux.S
[289/601] Compiling p256_beeu-armv8-asm-win.S
[290/601] Compiling p256-armv8-asm-win.S
[291/601] Compiling ghashv8-armv7-linux.S
[292/601] Compiling ghashv8-armv8-win.S
[293/601] Compiling ghashv8-armv8-apple.S
[294/601] Compiling p256-armv8-asm-linux.S
[295/601] Compiling p256-armv8-asm-apple.S
[295/601] Compiling ghash-x86_64-linux.S
[297/601] Compiling ghashv8-armv8-linux.S
[298/601] Compiling ghash-x86_64-apple.S
[299/601] Compiling ghash-ssse3-x86-apple.S
[300/601] Compiling ghash-x86-apple.S
[301/601] Compiling ghash-ssse3-x86-linux.S
[302/601] Compiling ghash-ssse3-x86_64-linux.S
[303/601] Compiling ghash-x86-linux.S
[304/601] Compiling ghash-ssse3-x86_64-apple.S
[305/601] Compiling ghash-neon-armv8-win.S
[306/601] Compiling ghash-neon-armv8-linux.S
[307/601] Compiling ghash-neon-armv8-apple.S
[308/601] Compiling ghash-armv4-linux.S
[309/601] Compiling co-586-linux.S
[310/601] Compiling bn-armv8-win.S
[311/601] Compiling bsaes-armv7-linux.S
[312/601] Compiling bn-armv8-linux.S
[313/601] Compiling co-586-apple.S
[314/601] Compiling bn-armv8-apple.S
[315/601] Compiling bn-586-linux.S
[316/601] Compiling bn-586-apple.S
[316/601] Compiling armv8-mont-win.S
[318/601] Compiling armv8-mont-linux.S
[319/601] Compiling armv8-mont-apple.S
[320/601] Compiling armv4-mont-linux.S
[321/601] Compiling aesv8-gcm-armv8-win.S
[322/601] Compiling aesv8-gcm-armv8-linux.S
[322/601] Compiling aesv8-gcm-armv8-apple.S
[324/601] Compiling aesni-x86-linux.S
[325/601] Compiling aesv8-armv8-apple.S
[325/601] Compiling aesni-x86-apple.S
[325/601] Compiling aesv8-armv7-linux.S
[325/601] Compiling aesni-x86_64-linux.S
[328/601] Compiling aesv8-armv8-win.S
[330/601] Compiling aesv8-armv8-linux.S
[331/601] Compiling aesni-x86_64-apple.S
[332/601] Compiling aes-gcm-avx10-x86_64-apple.S
[333/601] Compiling aes-gcm-avx2-x86_64-apple.S
[334/601] Compiling aesni-gcm-x86_64-apple.S
[335/601] Compiling aesni-gcm-x86_64-linux.S
[336/601] Compiling aes-gcm-avx10-x86_64-linux.S
[337/601] Compiling aes-gcm-avx2-x86_64-linux.S
[338/601] Compiling x_x509.cc
[339/601] Compiling x_x509a.cc
[340/601] Compiling x_sig.cc
[341/601] Compiling x_val.cc
[342/601] Compiling x_spki.cc
[343/601] Compiling x_req.cc
[344/601] Compiling x_pubkey.cc
[345/601] Compiling x_crl.cc
[346/601] Compiling x_name.cc
[347/601] Compiling x_exten.cc
[348/601] Compiling x_attrib.cc
[349/601] Compiling x509spki.cc
[350/601] Compiling x_all.cc
[351/601] Compiling x_algor.cc
[352/601] Compiling x509rset.cc
[353/601] Compiling x509_vpm.cc
[354/601] Compiling x509name.cc
[355/601] Compiling x509cset.cc
[356/601] Compiling x509_vfy.cc
[357/601] Compiling x509_v3.cc
[358/601] Compiling x509_txt.cc
[359/601] Compiling x509_trs.cc
[360/601] Compiling x509_req.cc
[361/601] Compiling x509_set.cc
[362/601] Compiling x509_obj.cc
[363/601] Compiling x509_lu.cc
[364/601] Compiling x509_d2.cc
[365/601] Compiling x509_ext.cc
[366/601] Compiling x509_def.cc
[367/601] Compiling x509.cc
[368/601] Compiling v3_utl.cc
[369/601] Compiling x509_cmp.cc
[370/601] Compiling x509_att.cc
[371/601] Compiling v3_skey.cc
[372/601] Compiling v3_purp.cc
[373/601] Compiling v3_prn.cc
[374/601] Compiling v3_pcons.cc
[375/601] Compiling v3_ncons.cc
[376/601] Compiling v3_pmaps.cc
[377/601] Compiling v3_ocsp.cc
[378/601] Compiling v3_lib.cc
[379/601] Compiling v3_ia5.cc
[380/601] Compiling v3_int.cc
[381/601] Compiling v3_info.cc
[382/601] Compiling v3_genn.cc
[383/601] Compiling v3_enum.cc
[384/601] Compiling v3_extku.cc
[385/601] Compiling v3_crld.cc
[386/601] Compiling v3_cpols.cc
[387/601] Compiling v3_conf.cc
[388/601] Compiling v3_bcons.cc
[389/601] Compiling v3_alt.cc
[390/601] Compiling v3_bitst.cc
[391/601] Compiling v3_akeya.cc
[392/601] Compiling t_x509a.cc
[393/601] Compiling v3_akey.cc
[394/601] Compiling t_x509.cc
[395/601] Compiling t_req.cc
[396/601] Compiling i2d_pr.cc
[397/601] Compiling t_crl.cc
[398/601] Compiling rsa_pss.cc
[399/601] Compiling name_print.cc
[400/601] Compiling policy.cc
[401/601] Compiling by_file.cc
[402/601] Compiling asn1_gen.cc
[403/601] Compiling by_dir.cc
[404/601] Compiling a_verify.cc
[405/601] Compiling algorithm.cc
[406/601] Compiling voprf.cc
[407/601] Compiling a_sign.cc
[408/601] Compiling a_digest.cc
[409/601] Compiling thread_win.cc
[410/601] Compiling thread_pthread.cc
[411/601] Compiling thread.cc
[412/601] Compiling thread_none.cc
[413/601] Compiling trust_token.cc
[414/601] Compiling stack.cc
[415/601] Compiling pmbtoken.cc
[416/601] Compiling sha512.cc
[417/601] Compiling siphash.cc
[418/601] Compiling sha256.cc
[419/601] Compiling sha1.cc
[420/601] Compiling slhdsa.cc
[421/601] Compiling rsa_print.cc
[422/601] Compiling rsa_extra.cc
[423/601] Compiling spake2plus.cc
[424/601] Compiling windows.cc
[425/601] Compiling rc4.cc
[426/601] Compiling rand.cc
[427/601] Compiling trusty.cc
[428/601] Compiling urandom.cc
[429/601] Compiling refcount.cc
[430/601] Compiling rsa_crypt.cc
[431/601] Compiling rsa_asn1.cc
[432/601] Compiling getentropy.cc
[433/601] Compiling ios.cc
[434/601] Compiling deterministic.cc
[435/601] Compiling poly1305_arm_asm.S
[436/601] Compiling passive.cc
[437/601] Compiling forkunsafe.cc
[438/601] Compiling fork_detect.cc
[439/601] Compiling poly1305_arm.cc
[440/601] Compiling poly1305.cc
[441/601] Compiling pool.cc
[442/601] Compiling poly1305_vec.cc
[443/601] Compiling pkcs7_x509.cc
[444/601] Compiling p5_pbev2.cc
[445/601] Compiling pkcs8.cc
[446/601] Compiling pkcs7.cc
[447/601] Compiling pkcs8_x509.cc
[448/601] Compiling pem_x509.cc
[449/601] Compiling pem_pkey.cc
[450/601] Compiling pem_xaux.cc
[451/601] Compiling mlkem.cc
[452/601] Compiling obj_xref.cc
[453/601] Compiling pem_info.cc
[454/601] Compiling pem_oth.cc
[455/601] Compiling mldsa.cc
[456/601] Compiling obj.cc
[457/601] Compiling pem_pk8.cc
[458/601] Compiling pem_all.cc
[459/601] Compiling mem.cc
[460/601] Compiling pem_lib.cc
[461/601] Compiling poly_rq_mul.S
[462/601] Compiling fips_shared_support.cc
[463/601] Compiling md5.cc
[464/601] Compiling lhash.cc
[465/601] Compiling md4.cc
[466/601] Compiling ex_data.cc
[467/601] Compiling hrss.cc
[468/601] Compiling kyber.cc
[469/601] Compiling scrypt.cc
[470/601] Compiling sign.cc
[471/601] Compiling hpke.cc
[472/601] Compiling print.cc
[473/601] Compiling p_x25519.cc
[473/601] Compiling pbkdf.cc
[475/601] Compiling p_x25519_asn1.cc
[476/601] Compiling p_rsa.cc
[477/601] Compiling p_ed25519.cc
[478/601] Compiling p_rsa_asn1.cc
[479/601] Compiling p_hkdf.cc
[480/601] Compiling p_ed25519_asn1.cc
[481/601] Compiling p_ec.cc
[482/601] Compiling p_dh_asn1.cc
[483/601] Compiling p_ec_asn1.cc
[484/601] Compiling p_dh.cc
[485/601] Compiling evp_ctx.cc
[486/601] Compiling p_dsa_asn1.cc
[487/601] Compiling evp.cc
[488/601] Compiling err.cc
[489/601] Compiling ecdh.cc
[490/601] Compiling evp_asn1.cc
[491/601] Compiling engine.cc
[492/601] Compiling ecdsa_asn1.cc
[493/601] Compiling ec_derive.cc
[494/601] Compiling hash_to_curve.cc
[495/601] Compiling dsa_asn1.cc
[496/601] Compiling params.cc
[497/601] Compiling dsa.cc
[498/601] Compiling ec_asn1.cc
[499/601] Compiling x25519-asm-arm.S
[500/601] Compiling dh_asn1.cc
[501/601] Compiling des.cc
[502/601] Compiling digest_extra.cc
[503/601] Compiling crypto.cc
[504/601] Compiling cpu_arm_linux.cc
[505/601] Compiling cpu_intel.cc
[506/601] Compiling spake25519.cc
[507/601] Compiling cpu_arm_freebsd.cc
[508/601] Compiling curve25519.cc
[509/601] Compiling bcm.cc
[510/601] Compiling cpu_aarch64_win.cc
[511/601] Compiling cpu_aarch64_sysreg.cc
[512/601] Compiling cpu_aarch64_openbsd.cc
[513/601] Compiling cpu_aarch64_linux.cc
[514/601] Compiling cpu_aarch64_fuchsia.cc
[515/601] Compiling tls_cbc.cc
[516/601] Compiling cpu_aarch64_apple.cc
[517/601] Compiling curve25519_64_adx.cc
[518/601] Compiling e_rc4.cc
[519/601] Compiling get_cipher.cc
[520/601] Compiling conf.cc
[521/601] Compiling e_tls.cc
[522/601] Compiling e_des.cc
[523/601] Compiling e_rc2.cc
[524/601] Compiling e_null.cc
[525/601] Compiling e_chacha20poly1305.cc
[526/601] Compiling e_aesgcmsiv.cc
[527/601] Compiling derive_key.cc
[528/601] Compiling e_aesctrhmac.cc
[529/601] Compiling chacha.cc
[530/601] Compiling buf.cc
[531/601] Compiling unicode.cc
[532/601] Compiling cbs.cc
[533/601] Compiling ber.cc
[534/601] Compiling cbb.cc
[535/601] Compiling asn1_compat.cc
[536/601] Compiling bn_asn1.cc
[537/601] Compiling blake2.cc
[538/601] Compiling printf.cc
[539/601] Compiling socket_helper.cc
[540/601] Compiling convert.cc
[541/601] Compiling socket.cc
[542/601] Compiling hexdump.cc
[543/601] Compiling file.cc
[544/601] Compiling pair.cc
[545/601] Compiling errno.cc
[546/601] Compiling fd.cc
[547/601] Compiling bio_mem.cc
[548/601] Compiling connect.cc
[549/601] Compiling base64.cc
[550/601] Compiling bio.cc
[551/601] Compiling tasn_typ.cc
[552/601] Compiling tasn_utl.cc
[553/601] Compiling tasn_fre.cc
[554/601] Compiling tasn_new.cc
[555/601] Compiling tasn_enc.cc
[556/601] Compiling posix_time.cc
[556/601] Compiling tasn_dec.cc
[558/601] Compiling a_octet.cc
[559/601] Compiling a_strex.cc
[560/601] Compiling a_time.cc
[561/601] Compiling a_strnid.cc
[562/601] Compiling a_i2d_fp.cc
[563/601] Compiling a_dup.cc
[564/601] Compiling a_int.cc
[565/601] Compiling a_object.cc
[566/601] Compiling a_d2i_fp.cc
[567/601] Write sources
[568/601] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[568/601] Write sources
[572/601] Compiling a_mbstr.cc
[573/601] Compiling a_gentm.cc
[574/601] Compiling a_bool.cc
[575/690] Compiling a_bitstr.cc
[577/690] Compiling Atomics ManagedAtomic.swift
[578/690] Compiling Atomics ManagedAtomicLazyReference.swift
[579/690] Compiling Atomics UnsafeAtomic.swift
[580/690] Compiling Atomics UnsafeAtomicLazyReference.swift
[581/692] Emitting module AsyncAlgorithms
[582/698] Compiling Atomics AtomicMemoryOrderings.swift
[583/698] Compiling Atomics DoubleWord.swift
[584/698] Compiling Atomics IntegerOperations.swift
[585/698] Compiling Atomics Unmanaged extensions.swift
[586/698] Compiling Atomics OptionalRawRepresentable.swift
[587/698] Compiling Atomics RawRepresentable.swift
[588/698] Compiling Atomics AtomicBool.swift
[589/698] Compiling Atomics Primitives.shims.swift
[590/698] Compiling Atomics AtomicInteger.swift
[591/698] Compiling Atomics AtomicOptionalWrappable.swift
[592/698] Compiling Atomics AtomicReference.swift
[593/698] Compiling Atomics AtomicStorage.swift
[594/698] Compiling Atomics AtomicValue.swift
[597/698] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[598/698] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[599/698] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[600/698] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[604/701] Compiling Atomics IntegerConformances.swift
[605/701] Compiling Atomics PointerConformances.swift
[606/701] Compiling Atomics Primitives.native.swift
[607/701] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[608/701] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[609/701] Compiling AsyncAlgorithms MergeStateMachine.swift
[610/701] Compiling AsyncAlgorithms MergeStorage.swift
[611/701] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[612/701] Compiling AsyncAlgorithms Rethrow.swift
[641/701] Compiling AsyncAlgorithms SetAlgebra.swift
[642/701] Compiling AsyncAlgorithms UnsafeTransfer.swift
[643/701] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[644/701] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[645/701] Compiling AsyncAlgorithms ZipStateMachine.swift
[646/701] Compiling AsyncAlgorithms ZipStorage.swift
[647/701] Compiling Algorithms Trim.swift
[648/701] Compiling Algorithms Unique.swift
[649/701] Compiling Algorithms Windows.swift
[650/701] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[651/701] Compiling AsyncAlgorithms DebounceStateMachine.swift
[652/701] Compiling AsyncAlgorithms DebounceStorage.swift
[653/701] Compiling AsyncAlgorithms Dictionary.swift
[654/701] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[655/701] Compiling AsyncAlgorithms Locking.swift
[663/701] Compiling AsyncAlgorithms ChannelStorage.swift
[664/701] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[665/701] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[666/701] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[667/701] Compiling AsyncAlgorithms CombineLatestStorage.swift
[676/702] Emitting module Atomics
[677/703] Compiling c-nioatomics.c
[678/703] Wrapping AST for AsyncAlgorithms for debugging
[680/703] Emitting module Algorithms
[681/704] Wrapping AST for Atomics for debugging
[682/704] Wrapping AST for Algorithms for debugging
[683/704] Compiling c-atomics.c
[685/710] Compiling NIOConcurrencyHelpers lock.swift
[686/710] Compiling NIOConcurrencyHelpers atomics.swift
[687/710] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[688/710] Compiling NIOConcurrencyHelpers NIOLock.swift
[689/710] Emitting module NIOConcurrencyHelpers
[690/710] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[691/711] Wrapping AST for NIOConcurrencyHelpers for debugging
[693/770] Compiling NIOCore MarkedCircularBuffer.swift
[694/770] Compiling NIOCore MulticastChannel.swift
[695/770] Compiling NIOCore NIOAny.swift
[696/770] Compiling NIOCore NIOCloseOnErrorHandler.swift
[697/770] Compiling NIOCore NIOLoopBound.swift
[698/770] Compiling NIOCore NIOScheduledCallback.swift
[699/770] Compiling NIOCore NIOSendable.swift
[700/770] Compiling NIOCore RecvByteBufferAllocator.swift
[701/778] Compiling NIOCore AddressedEnvelope.swift
[702/778] Compiling NIOCore AsyncAwaitSupport.swift
[703/778] Compiling NIOCore AsyncChannel.swift
[704/778] Compiling NIOCore AsyncChannelHandler.swift
[705/778] Compiling NIOCore AsyncChannelInboundStream.swift
[706/778] Compiling NIOCore AsyncChannelOutboundWriter.swift
[707/778] Compiling NIOCore NIOAsyncSequenceProducer.swift
[708/778] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[709/778] Compiling NIOCore NIOAsyncWriter.swift
[710/778] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[711/778] Compiling NIOCore SocketAddresses.swift
[712/778] Compiling NIOCore SocketOptionProvider.swift
[713/778] Compiling NIOCore SystemCallHelpers.swift
[714/778] Compiling NIOCore TimeAmount+Duration.swift
[715/778] Compiling NIOCore TypeAssistedChannelHandler.swift
[716/778] Compiling NIOCore UniversalBootstrapSupport.swift
[717/778] Compiling NIOCore Utilities.swift
[718/778] Compiling NIOCore GlobalSingletons.swift
[719/778] Compiling NIOCore IO.swift
[720/778] Compiling NIOCore IOData.swift
[721/778] Compiling NIOCore IPProtocol.swift
[722/778] Compiling NIOCore IntegerBitPacking.swift
[723/778] Compiling NIOCore IntegerTypes.swift
[724/778] Compiling NIOCore Interfaces.swift
[725/778] Compiling NIOCore Linux.swift
[726/778] Compiling NIOCore ChannelPipeline.swift
[727/778] Compiling NIOCore CircularBuffer.swift
[728/778] Compiling NIOCore Codec.swift
[729/778] Compiling NIOCore ConvenienceOptionSupport.swift
[730/778] Compiling NIOCore DeadChannel.swift
[731/778] Compiling NIOCore DispatchQueue+WithFuture.swift
[732/778] Compiling NIOCore EventLoop+Deprecated.swift
[733/778] Compiling NIOCore EventLoop+SerialExecutor.swift
[734/778] Compiling NIOCore EventLoop.swift
[735/778] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[736/778] Compiling NIOCore EventLoopFuture+Deprecated.swift
[737/778] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[738/778] Compiling NIOCore EventLoopFuture.swift
[739/778] Compiling NIOCore FileDescriptor.swift
[740/778] Compiling NIOCore FileHandle.swift
[741/778] Compiling NIOCore FileRegion.swift
[742/778] Compiling NIOCore ByteBuffer-multi-int.swift
[743/778] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[744/778] Compiling NIOCore ByteBuffer-views.swift
[745/778] Compiling NIOCore Channel.swift
[746/778] Compiling NIOCore ChannelHandler.swift
[747/778] Compiling NIOCore ChannelHandlers.swift
[748/778] Compiling NIOCore ChannelInvoker.swift
[749/778] Compiling NIOCore ChannelOption.swift
[750/778] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[751/778] Compiling NIOCore BSDSocketAPI.swift
[752/778] Compiling NIOCore ByteBuffer-aux.swift
[753/778] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[754/778] Compiling NIOCore ByteBuffer-conversions.swift
[755/778] Compiling NIOCore ByteBuffer-core.swift
[756/778] Compiling NIOCore ByteBuffer-hex.swift
[757/778] Compiling NIOCore ByteBuffer-int.swift
[758/778] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[759/778] Emitting module NIOCore
[760/779] Wrapping AST for NIOCore for debugging
[762/839] Emitting module NIOEmbedded
[763/839] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[764/839] Compiling NIOEmbedded Embedded.swift
[765/839] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/840] Compiling NIOPosix IO.swift
[767/840] Compiling NIOPosix IntegerBitPacking.swift
[768/840] Compiling NIOPosix IntegerTypes.swift
[769/840] Compiling NIOPosix Linux.swift
[770/840] Compiling NIOPosix LinuxCPUSet.swift
[771/840] Compiling NIOPosix LinuxUring.swift
[772/840] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[773/846] Wrapping AST for NIOEmbedded for debugging
[775/846] Compiling IppProtocol Internals.swift
[776/847] Compiling NIOPosix ThreadPosix.swift
[777/847] Compiling NIOPosix ThreadWindows.swift
[778/847] Compiling NIOPosix UnsafeTransfer.swift
[779/847] Compiling NIOPosix Utilities.swift
[780/847] Compiling NIOPosix VsockAddress.swift
[781/847] Compiling NIOPosix VsockChannelEvents.swift
[782/847] Compiling IppProtocol RequestResponse.swift
[783/847] Compiling IppProtocol RequestResponse+ByteBuffer.swift
[784/847] Compiling IppProtocol SemanticModel.swift
/host/spi-builder-workspace/Sources/IppProtocol/SemanticModel.swift:112:16: warning: static property 'attributes' is not concurrency-safe because non-'Sendable' type 'SemanticModel.Attributes' may have shared mutable state; this is an error in the Swift 6 language mode
 24 |
 25 |     /// Provides key-paths for simplified typed access to attributes on IPP requests and responses.
 26 |     public struct Attributes {
    |                   `- note: consider making struct 'Attributes' conform to the 'Sendable' protocol
 27 |         public let operation = Operation()
 28 |         public let operationResponse = OperationResponse()
    :
110 |
111 |     // this is just here for to map key-paths to attributes in accessors
112 |     static let attributes = Attributes()
    |                |- warning: static property 'attributes' is not concurrency-safe because non-'Sendable' type 'SemanticModel.Attributes' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'attributes' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 | }
114 |
/host/spi-builder-workspace/Sources/IppProtocol/SemanticModel.swift:260:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
258 | }
259 |
260 | extension IppAttributeGroups: ExpressibleByDictionaryLiteral {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
261 |     public init(dictionaryLiteral elements: (IppAttributeGroup.Name, IppAttributes)...) {
262 |         self = elements.map { .init(name: $0.0, attributes: $0.1) }
[785/847] Compiling NIOPosix PooledRecvBufferAllocator.swift
[786/847] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[787/847] Compiling NIOPosix PosixSingletons.swift
[788/847] Compiling NIOPosix RawSocketBootstrap.swift
[789/847] Compiling NIOPosix Resolver.swift
[790/847] Compiling NIOPosix Selectable.swift
[791/847] Compiling IppProtocol Values.swift
[792/847] Compiling NIOPosix SelectableChannel.swift
[793/847] Compiling NIOPosix SelectableEventLoop.swift
[794/847] Compiling NIOPosix SelectorEpoll.swift
[795/847] Compiling NIOPosix SelectorGeneric.swift
[796/847] Compiling NIOPosix SelectorKqueue.swift
[797/847] Compiling NIOPosix SelectorUring.swift
[798/847] Compiling NIOPosix ServerSocket.swift
[799/847] Compiling NIOPosix Socket.swift
[800/847] Compiling NIOPosix SocketChannel.swift
[801/847] Compiling NIOPosix SocketProtocols.swift
[802/847] Compiling NIOPosix System.swift
[803/847] Compiling NIOPosix Thread.swift
[804/847] Compiling NIOPosix BSDSocketAPICommon.swift
[805/847] Compiling NIOPosix BSDSocketAPIPosix.swift
[806/847] Emitting module IppProtocol
/host/spi-builder-workspace/Sources/IppProtocol/SemanticModel.swift:112:16: warning: static property 'attributes' is not concurrency-safe because non-'Sendable' type 'SemanticModel.Attributes' may have shared mutable state; this is an error in the Swift 6 language mode
 24 |
 25 |     /// Provides key-paths for simplified typed access to attributes on IPP requests and responses.
 26 |     public struct Attributes {
    |                   `- note: consider making struct 'Attributes' conform to the 'Sendable' protocol
 27 |         public let operation = Operation()
 28 |         public let operationResponse = OperationResponse()
    :
110 |
111 |     // this is just here for to map key-paths to attributes in accessors
112 |     static let attributes = Attributes()
    |                |- warning: static property 'attributes' is not concurrency-safe because non-'Sendable' type 'SemanticModel.Attributes' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'attributes' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 | }
114 |
/host/spi-builder-workspace/Sources/IppProtocol/SemanticModel.swift:260:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
258 | }
259 |
260 | extension IppAttributeGroups: ExpressibleByDictionaryLiteral {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
261 |     public init(dictionaryLiteral elements: (IppAttributeGroup.Name, IppAttributes)...) {
262 |         self = elements.map { .init(name: $0.0, attributes: $0.1) }
[807/847] Emitting module NIOPosix
[808/847] Compiling IppProtocol IppObjects.swift
[809/847] Compiling IppProtocol IppAttributable.swift
[810/848] Wrapping AST for IppProtocol for debugging
[814/848] Compiling NIOPosix BSDSocketAPIWindows.swift
[815/848] Compiling NIOPosix BaseSocket.swift
[816/848] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[817/848] Compiling NIOPosix BaseSocketChannel.swift
[818/848] Compiling NIOPosix BaseStreamSocketChannel.swift
[819/848] Compiling NIOPosix Bootstrap.swift
[820/848] Compiling NIOPosix ControlMessage.swift
[821/848] Compiling NIOPosix DatagramVectorReadManager.swift
[822/848] Compiling NIOPosix Errors+Any.swift
[823/848] Compiling NIOPosix FileDescriptor.swift
[824/848] Compiling NIOPosix GetaddrinfoResolver.swift
[825/848] Compiling NIOPosix HappyEyeballs.swift
[826/848] Compiling NIOPosix NIOThreadPool.swift
[827/848] Compiling NIOPosix NonBlockingFileIO.swift
[828/848] Compiling NIOPosix PendingDatagramWritesManager.swift
[829/848] Compiling NIOPosix PendingWritesManager.swift
[830/848] Compiling NIOPosix PipeChannel.swift
[831/848] Compiling NIOPosix PipePair.swift
[832/848] Compiling NIOPosix Pool.swift
[833/849] Wrapping AST for NIOPosix for debugging
[835/851] Emitting module NIO
[836/851] Compiling NIO Exports.swift
[837/852] Wrapping AST for NIO for debugging
[839/891] Emitting module NIOTLS
[840/891] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[841/891] Compiling NIOTLS TLSEvents.swift
[842/891] Emitting module NIOSOCKS
[843/892] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[844/892] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[845/892] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[846/892] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[847/892] Compiling NIOSOCKS SOCKSResponse.swift
[848/892] Compiling NIOSOCKS ServerStateMachine.swift
[849/892] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[850/892] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[851/892] Compiling NIOHTTP1 HTTPEncoder.swift
[852/892] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[853/892] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[854/892] Compiling NIOSOCKS ClientStateMachine.swift
[855/892] Compiling NIOHTTP1 ByteCollectionUtils.swift
[856/892] Compiling NIOHTTP1 HTTPDecoder.swift
[857/892] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[858/892] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[859/893] Compiling NIOTLS SNIHandler.swift
[861/894] Emitting module NIOFoundationCompat
[862/894] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[863/894] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[866/895] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[867/895] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[867/895] Wrapping AST for NIOSOCKS for debugging
[868/897] Wrapping AST for NIOTLS for debugging
[869/897] Wrapping AST for NIOFoundationCompat for debugging
[871/927] Compiling NIOSSL SSLContext.swift
[872/927] Compiling NIOSSL NIOSSLServerHandler.swift
[873/942] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[874/942] Compiling NIOTransportServices NIOTSBootstraps.swift
[875/948] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[876/948] Compiling NIOTransportServices NIOTSSingletons.swift
[877/948] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[878/948] Compiling NIOTransportServices StateManagedChannel.swift
[879/948] Compiling NIOTransportServices StateManagedListenerChannel.swift
[880/948] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[881/950] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[882/950] Compiling NIOTransportServices NIOTSErrors.swift
[883/950] Compiling NIOTransportServices NIOTSEventLoop.swift
[885/950] Compiling NIOTransportServices NIOTSChannelOptions.swift
[886/950] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[887/950] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[888/950] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[889/950] Compiling NIOTransportServices NIOTSListenerChannel.swift
[890/950] Emitting module NIOTransportServices
[895/950] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[896/950] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[897/950] Compiling NIOTransportServices AcceptHandler.swift
[898/950] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[899/950] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[900/950] Compiling NIOTransportServices NIOTSDatagramListener.swift
[901/950] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[905/951] Wrapping AST for NIOTransportServices for debugging
[909/951] Emitting module NIOHTTP1
[913/952] Wrapping AST for NIOHTTP1 for debugging
[915/970] Emitting module NIOSSL
[916/973] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[917/973] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[918/973] Compiling NIOSSL NIOSSLSecureBytes.swift
[919/973] Compiling NIOSSL RNG.swift
[920/973] Compiling NIOSSL SafeCompare.swift
[921/973] Compiling NIOSSL Zeroization.swift
[922/973] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[923/973] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[924/973] Compiling NIOHTTPCompression HTTPDecompression.swift
[928/973] Compiling NIOSSL SubjectAlternativeName.swift
[929/973] Compiling NIOHPACK HuffmanTables.swift
[930/973] Compiling NIOHPACK IndexedHeaderTable.swift
[931/973] Compiling NIOHPACK IntegerCoding.swift
[932/974] Emitting module NIOHTTPCompression
[933/974] Compiling NIOHTTPCompression HTTPCompression.swift
[939/975] Compiling NIOHPACK HuffmanCoding.swift
[940/975] Compiling NIOHPACK StaticHeaderTable.swift
[941/975] Emitting module NIOHPACK
[941/975] Wrapping AST for NIOHTTPCompression for debugging
[943/975] Compiling NIOHPACK HPACKHeader.swift
[944/975] Compiling NIOHPACK HeaderTables.swift
[945/975] Compiling NIOHPACK DynamicHeaderTable.swift
[946/975] Compiling NIOHPACK HPACKDecoder.swift
[947/975] Compiling NIOHPACK HPACKEncoder.swift
[948/975] Compiling NIOHPACK HPACKErrors.swift
[949/976] Wrapping AST for NIOHPACK for debugging
[951/1034] Compiling NIOHTTP2 HTTP2FrameParser.swift
[952/1034] Compiling NIOHTTP2 HTTP2PingData.swift
[953/1034] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[954/1034] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[955/1034] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[956/1034] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[957/1034] Compiling NIOHTTP2 HTTP2Error.swift
[958/1034] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[959/1034] Compiling NIOHTTP2 ReceivingHeadersState.swift
[960/1034] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[961/1034] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[962/1034] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[963/1034] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[964/1034] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[965/1034] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[966/1034] Compiling NIOHTTP2 ConnectionStateMachine.swift
[967/1034] Compiling NIOHTTP2 ConnectionStreamsState.swift
[968/1034] Compiling NIOHTTP2 MayReceiveFrames.swift
[969/1034] Compiling NIOHTTP2 ReceivingDataState.swift
[970/1035] Wrapping AST for NIOSSL for debugging
[972/1035] Emitting module NIOHTTP2
[982/1043] Compiling NIOHTTP2 StateMachineResult.swift
[983/1043] Compiling NIOHTTP2 ContentLengthVerifier.swift
[984/1043] Compiling NIOHTTP2 DOSHeuristics.swift
[985/1043] Compiling NIOHTTP2 Error+Any.swift
[986/1043] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[987/1043] Compiling NIOHTTP2 ControlFrameBuffer.swift
[988/1043] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[989/1043] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[990/1043] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[991/1043] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[992/1043] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[993/1043] Compiling NIOHTTP2 HTTP2StreamID.swift
[994/1043] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[995/1043] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[996/1043] Compiling NIOHTTP2 HTTP2UserEvents.swift
[997/1043] Compiling NIOHTTP2 InboundEventBuffer.swift
[998/1043] Compiling NIOHTTP2 InboundWindowManager.swift
[999/1043] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1000/1043] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1001/1043] Compiling NIOHTTP2 StreamChannelList.swift
[1002/1043] Compiling NIOHTTP2 StreamMap.swift
[1003/1043] Compiling NIOHTTP2 StreamStateMachine.swift
[1004/1043] Compiling NIOHTTP2 UnsafeTransfer.swift
[1005/1043] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1006/1043] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1007/1043] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1008/1043] Compiling NIOHTTP2 HasLocalSettings.swift
[1009/1043] Compiling NIOHTTP2 HasRemoteSettings.swift
[1010/1043] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1011/1043] Compiling NIOHTTP2 QuiescingState.swift
[1012/1043] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1013/1043] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1014/1043] Compiling NIOHTTP2 MaySendFrames.swift
[1015/1043] Compiling NIOHTTP2 SendingDataState.swift
[1016/1043] Compiling NIOHTTP2 SendingGoawayState.swift
[1017/1043] Compiling NIOHTTP2 SendingHeadersState.swift
[1018/1043] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1019/1043] Compiling NIOHTTP2 SendingRstStreamState.swift
[1020/1043] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1021/1043] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1022/1043] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1023/1043] Compiling NIOHTTP2 HTTP2Frame.swift
[1024/1043] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1028/1043] Compiling NIOHTTP2 HTTP2Settings.swift
[1029/1043] Compiling NIOHTTP2 HTTP2Stream.swift
[1037/1043] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1038/1044] Wrapping AST for NIOHTTP2 for debugging
[1040/1103] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1041/1103] Compiling AsyncHTTPClient ConnectionTarget.swift
[1042/1103] Compiling AsyncHTTPClient DeconstructedURL.swift
[1043/1103] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1044/1103] Compiling AsyncHTTPClient FoundationExtensions.swift
[1045/1103] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1046/1103] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1047/1103] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1048/1111] Emitting module AsyncHTTPClient
[1049/1111] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1050/1111] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1051/1111] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1052/1111] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1053/1111] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1054/1111] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1055/1111] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1056/1111] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1057/1111] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1058/1111] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1059/1111] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1060/1111] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1061/1111] Compiling AsyncHTTPClient HTTP1Connection.swift
[1062/1111] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1063/1111] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1064/1111] Compiling AsyncHTTPClient HTTP2Connection.swift
[1065/1111] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1066/1111] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1067/1111] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1068/1111] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1069/1111] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1070/1111] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1071/1111] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1072/1111] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1073/1111] Compiling AsyncHTTPClient RequestBodyLength.swift
[1074/1111] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1075/1111] Compiling AsyncHTTPClient RequestOptions.swift
[1076/1111] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1077/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1078/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1079/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1080/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1081/1111] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1082/1111] Compiling AsyncHTTPClient RequestBag.swift
[1083/1111] Compiling AsyncHTTPClient RequestValidation.swift
[1084/1111] Compiling AsyncHTTPClient SSLContextCache.swift
[1085/1111] Compiling AsyncHTTPClient Scheme.swift
[1086/1111] Compiling AsyncHTTPClient Singleton.swift
[1087/1111] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1088/1111] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1089/1111] Compiling AsyncHTTPClient Utils.swift
[1090/1111] Compiling AsyncHTTPClient HTTPClient.swift
[1091/1111] Compiling AsyncHTTPClient HTTPHandler.swift
[1092/1111] Compiling AsyncHTTPClient LRUCache.swift
[1093/1111] Compiling AsyncHTTPClient NWErrorHandler.swift
[1094/1111] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1095/1111] Compiling AsyncHTTPClient TLSConfiguration.swift
[1096/1111] Compiling AsyncHTTPClient RedirectState.swift
[1097/1111] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1098/1111] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1099/1111] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1100/1111] Compiling AsyncHTTPClient Transaction.swift
[1101/1111] Compiling AsyncHTTPClient Base64.swift
[1102/1111] Compiling AsyncHTTPClient BasicAuth.swift
[1103/1111] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1104/1111] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1105/1111] Compiling AsyncHTTPClient ConnectionPool.swift
[1106/1111] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1107/1112] Wrapping AST for AsyncHTTPClient for debugging
[1109/1117] Compiling IppClient IppPrinter.swift
[1110/1117] Compiling IppClient IppJob.swift
[1111/1117] Emitting module IppClient
[1112/1117] Compiling IppClient HttpClient+Ipp.swift
[1113/1117] Compiling IppClient Exports.swift
[1114/1118] Wrapping AST for IppClient for debugging
[1116/1120] Emitting module PrintPDF
[1117/1120] Compiling PrintPDF app.swift
[1118/1121] Wrapping AST for PrintPDF for debugging
[1119/1121] Write Objects.LinkFileList
[1120/1121] Linking PrintPDF
Build complete! (113.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.62.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "ipp-nio",
  "name" : "ipp-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "IppProtocol",
      "targets" : [
        "IppProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IppClient",
      "targets" : [
        "IppClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrintPDF",
      "targets" : [
        "PrintPDF"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrintPDF",
      "module_type" : "SwiftTarget",
      "name" : "PrintPDF",
      "path" : "Examples/PrintPDF",
      "product_memberships" : [
        "PrintPDF"
      ],
      "sources" : [
        "app.swift"
      ],
      "target_dependencies" : [
        "IppClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IppTests",
      "module_type" : "SwiftTarget",
      "name" : "IppTests",
      "path" : "Tests/IppTests",
      "sources" : [
        "AttributesTests.swift",
        "EncodingTests.swift"
      ],
      "target_dependencies" : [
        "IppProtocol",
        "IppClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IppProtocol",
      "module_type" : "SwiftTarget",
      "name" : "IppProtocol",
      "path" : "Sources/IppProtocol",
      "product_dependencies" : [
        "NIOCore",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IppProtocol",
        "IppClient",
        "PrintPDF"
      ],
      "sources" : [
        "Encoding/ByteBuffer+reading.swift",
        "Encoding/ByteBuffer+writing.swift",
        "Encoding/Internals.swift",
        "IppAttributable.swift",
        "IppObjects.swift",
        "RequestResponse+ByteBuffer.swift",
        "RequestResponse.swift",
        "SemanticModel.swift",
        "Values.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IppClient",
      "module_type" : "SwiftTarget",
      "name" : "IppClient",
      "path" : "Sources/IppClient",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "IppClient",
        "PrintPDF"
      ],
      "sources" : [
        "Exports.swift",
        "HttpClient+Ipp.swift",
        "IppJob.swift",
        "IppPrinter.swift"
      ],
      "target_dependencies" : [
        "IppProtocol"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.