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 mvt-postgis, reference v1.3.1 (97634c), with Swift 6.1 for Linux on 25 Aug 2025 14:18:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/mvt-postgis.git
Reference: v1.3.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/Outdooractive/mvt-postgis
 * tag               v1.3.1     -> FETCH_HEAD
HEAD is now at 97634c5 Swift 6.1 updates
Cloned https://github.com/Outdooractive/mvt-postgis.git
Revision (git rev-parse @):
97634c5bb008bb798aa0e71be40043f3a08a5390
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-postgis.git at v1.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Outdooractive/mvt-postgis.git
https://github.com/Outdooractive/mvt-postgis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "mvt-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/mvt-tools"
    },
    {
      "identity" : "gis-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/gis-tools"
    },
    {
      "identity" : "postgresconnectionpool",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/PostgresConnectionPool.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "mvt-postgis",
  "name" : "mvt-postgis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MVTPostgis",
      "targets" : [
        "MVTPostgis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MVTPostgisTests",
      "module_type" : "SwiftTarget",
      "name" : "MVTPostgisTests",
      "path" : "Tests/MVTPostgisTests",
      "sources" : [
        "JSONSourceTests.swift",
        "XMLSourceTests.swift",
        "YMLSourceTests.swift"
      ],
      "target_dependencies" : [
        "MVTPostgis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MVTPostgis",
      "module_type" : "SwiftTarget",
      "name" : "MVTPostgis",
      "path" : "Sources/MVTPostgis",
      "product_dependencies" : [
        "GISTools",
        "MVTTools",
        "PostgresConnectionPool",
        "PostgresNIO",
        "Collections",
        "SwiftyXMLParser",
        "Yams"
      ],
      "product_memberships" : [
        "MVTPostgis"
      ],
      "sources" : [
        "Extensions/ArrayExtensions.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/DequeExtensions.swift",
        "Extensions/DictionaryExtensions.swift",
        "Extensions/DoubleExtensions.swift",
        "Extensions/FloatingPointExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/StringExtensions.swift",
        "Extensions/TaskExtensions.swift",
        "Extensions/ThreadSafeCollectors.swift",
        "MVTLayerPerformanceData.swift",
        "MVTPostgis.swift",
        "MVTPostgisConfiguration.swift",
        "MVTPostgisError.swift",
        "Pool/PoolDistributor.swift",
        "Postgis/Mapnik/MapnikXMLSource.swift",
        "Postgis/Mapnik/MapnikYMLSource.swift",
        "Postgis/PostgisDatasource.swift",
        "Postgis/PostgisLayer.swift",
        "Postgis/PostgisSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/yahoojapan/SwiftyXMLParser
[8/764] Fetching swiftyxmlparser
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.26s)
Fetching https://github.com/Outdooractive/mvt-tools
[1/11132] Fetching yams
[781/23709] Fetching yams, postgres-nio
[1632/24913] Fetching yams, postgres-nio, mvt-tools
Fetched https://github.com/Outdooractive/mvt-tools from cache (0.50s)
[19257/23709] Fetching yams, postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.78s)
[6791/11132] Fetching yams
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/Outdooractive/PostgresConnectionPool.git
Fetched https://github.com/jpsim/Yams from cache (1.34s)
[1/318] Fetching postgresconnectionpool
[319/3446] Fetching postgresconnectionpool, gis-tools
Fetched https://github.com/Outdooractive/PostgresConnectionPool.git from cache (0.26s)
[1/17354] Fetching swift-collections
Fetched https://github.com/Outdooractive/gis-tools from cache (1.14s)
Fetched https://github.com/apple/swift-collections from cache (1.17s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (4.68s)
Computing version for https://github.com/yahoojapan/SwiftyXMLParser
Computed https://github.com/yahoojapan/SwiftyXMLParser at 5.6.0 (0.65s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.93s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.13.2 (0.53s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.27.0 (0.65s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2433] Fetching swift-service-lifecycle
[99/6330] Fetching swift-service-lifecycle, swift-log
[371/9031] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services
[2166/11314] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services, swift-metrics
[8741/26382] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services, swift-metrics, swift-nio-ssl
[12672/42658] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services, swift-metrics, swift-nio-ssl, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.67s)
Fetching https://github.com/apple/swift-atomics.git
[9267/37524] Fetching swift-log, swift-metrics, swift-nio-ssl, swift-crypto
[13535/39332] Fetching swift-log, swift-metrics, swift-nio-ssl, swift-crypto, swift-atomics
[21268/116990] Fetching swift-log, swift-metrics, swift-nio-ssl, swift-crypto, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
[20875/115182] Fetching swift-log, swift-metrics, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (3.04s)
Fetched https://github.com/apple/swift-log.git from cache (3.04s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.07s)
[73743/93934] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.08s)
[58244/77658] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.91s)
Computing version for https://github.com/Outdooractive/mvt-tools
Computed https://github.com/Outdooractive/mvt-tools at 1.10.1 (7.33s)
Fetching https://github.com/1024jp/GzipSwift.git
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-argument-parser
[1/1557] Fetching gzipswift
[1558/17246] Fetching gzipswift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
[1/40146] Fetching swift-protobuf
Fetched https://github.com/1024jp/GzipSwift.git from cache (7.45s)
Fetched https://github.com/apple/swift-protobuf from cache (7.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (8.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.61s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.31.0 (0.48s)
Computing version for https://github.com/Outdooractive/PostgresConnectionPool.git
Computed https://github.com/Outdooractive/PostgresConnectionPool.git at 0.8.4 (0.45s)
Fetching https://github.com/vapor/postgres-kit
[1/5385] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit from cache (0.35s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.77s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/6020] Fetching sql-kit
[242/8459] Fetching sql-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.39s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.40s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.87s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5968] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.65s)
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (0.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.49s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5133] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.98s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.91s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.48s)
Creating working copy for https://github.com/vapor/postgres-kit
Working copy of https://github.com/vapor/postgres-kit resolved at 2.14.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.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.3.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.27.0
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/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.13.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.1
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.33.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.6.0
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
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.4
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.31.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.86.0
Creating working copy for https://github.com/Outdooractive/PostgresConnectionPool.git
Working copy of https://github.com/Outdooractive/PostgresConnectionPool.git resolved at 0.8.4
Creating working copy for https://github.com/Outdooractive/mvt-tools
Working copy of https://github.com/Outdooractive/mvt-tools resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.15s)
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/837] Write sources
[7/837] Copying PrivacyInfo.xcprivacy
[7/837] Write sources
[45/837] Compiling _NumericsShims _NumericsShims.c
[46/837] Compiling system-zlib anchor.c
[47/837] Compiling _AtomicsShims.c
[48/837] Compiling CNIOWindows shim.c
[49/837] Compiling writer.c
[50/837] Compiling CNIOWindows WSAStartup.c
[51/837] Compiling reader.c
[52/837] Compiling CNIOWASI CNIOWASI.c
[53/837] Compiling CNIOLinux liburing_shims.c
[54/837] Compiling CNIOPosix event_loop_id.c
[55/837] Compiling CNIODarwin shim.c
[55/837] Compiling parser.c
[57/837] Compiling fiat_p256_adx_sqr.S
[58/837] Compiling fiat_p256_adx_mul.S
[59/837] Compiling api.c
[60/837] Compiling CNIOLinux shim.c
[61/837] Compiling emitter.c
[62/837] Compiling fiat_curve25519_adx_square.S
[63/837] Write swift-version-24593BA9C3E375BF.txt
[64/837] Compiling fiat_curve25519_adx_mul.S
[65/837] Compiling scanner.c
[66/843] Compiling CNIOBoringSSLShims shims.c
[67/863] Compiling tls_record.cc
[68/863] Compiling tls_method.cc
[69/869] Compiling tls13_client.cc
[70/869] Compiling tls13_server.cc
[71/869] Compiling tls13_enc.cc
[73/986] Compiling Logging LogHandler.swift
[74/986] Compiling RealModule Real.swift
[75/987] Compiling RealModule AlgebraicField.swift
[76/987] Compiling RealModule ApproximateEquality.swift
[77/987] Emitting module RealModule
[78/987] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[79/987] Compiling SwiftProtobuf BinaryDelimited.swift
[80/989] Compiling RealModule Float16+Real.swift
[81/989] Compiling RealModule Float80+Real.swift
[82/989] Emitting module _NIOBase64
[83/989] Compiling _NIOBase64 Base64.swift
[84/990] Compiling RealModule ElementaryFunctions.swift
[85/990] Compiling RealModule AugmentedArithmetic.swift
[86/990] Compiling RealModule Double+Real.swift
[87/990] Compiling RealModule Float+Real.swift
[88/990] Compiling _NIODataStructures _TinyArray.swift
[89/990] Compiling _NIODataStructures PriorityQueue.swift
[91/990] Compiling RealModule RealFunctions.swift
[92/991] Emitting module SwiftyXMLParser
[93/991] Emitting module Yams
[95/991] Compiling SwiftASN1 ArraySliceBigint.swift
[96/991] Compiling SwiftASN1 GeneralizedTime.swift
[97/1009] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/1009] Compiling InternalCollectionsUtilities Debugging.swift
[99/1010] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[100/1010] Compiling InternalCollectionsUtilities Descriptions.swift
[101/1010] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/1010] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/1010] Compiling InternalCollectionsUtilities UInt+reversed.swift
[106/1010] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[107/1010] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/1010] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[109/1010] Emitting module Logging
[110/1010] Compiling Logging Locks.swift
[111/1010] Compiling Logging MetadataProvider.swift
[112/1010] Compiling _NIODataStructures Heap.swift
[113/1010] Emitting module _NIODataStructures
[114/1011] Compiling Logging Logging.swift
[117/1012] Emitting module InternalCollectionsUtilities
[120/1012] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/1012] Compiling InternalCollectionsUtilities Integer rank.swift
[122/1012] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[123/1012] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[124/1013] Compiling Yams YamlError.swift
[125/1013] Compiling Yams YamlTagProviding.swift
[126/1013] Compiling SwiftASN1 PEMDocument.swift
[127/1013] Compiling SwiftASN1 DER.swift
[129/1013] Compiling SwiftASN1 ObjectIdentifier.swift
[131/1013] Compiling SwiftASN1 ASN1OctetString.swift
[132/1013] Compiling SwiftASN1 ASN1Strings.swift
[148/1098] Compiling SwiftyXMLParser XML.swift
[149/1098] Compiling GISTools BooleanCrosses.swift
[150/1098] Compiling GISTools BooleanDisjoint.swift
[151/1098] Compiling SwiftyXMLParser Error.swift
[152/1098] Compiling SwiftyXMLParser Element.swift
[153/1098] Compiling SwiftyXMLParser Parser.swift
[154/1098] Compiling SwiftyXMLParser Accessor.swift
[156/1099] Compiling GISTools LineArc.swift
[157/1099] Compiling GISTools LineChunk.swift
[158/1099] Compiling GISTools LineIntersect.swift
[159/1099] Compiling GISTools LineSliceAlong.swift
[160/1099] Compiling GISTools MidPoint.swift
[161/1099] Compiling GISTools NearestPoint.swift
[163/1223] Compiling Gzip Data+Gzip.swift
[164/1223] Emitting module Gzip
[165/1224] Emitting module SwiftASN1
[168/1232] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/1232] Compiling HeapModule Heap+Descriptions.swift
[170/1323] Compiling HeapModule _HeapNode.swift
[171/1323] Compiling HeapModule Heap.swift
[172/1323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[173/1323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[174/1323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[175/1323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[176/1323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[177/1323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[178/1323] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[179/1330] Compiling HeapModule Heap+Invariants.swift
[180/1330] Compiling HeapModule Heap+UnsafeHandle.swift
[181/1330] Compiling HashTreeCollections TreeDictionary+Collection.swift
[182/1330] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[183/1330] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[184/1330] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[185/1330] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[186/1330] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[187/1330] Compiling HashTreeCollections TreeDictionary+Filter.swift
[188/1330] Emitting module HeapModule
[189/1331] Compiling DequeModule _DequeBuffer.swift
[190/1331] Compiling DequeModule _DequeBufferHeader.swift
[192/1333] Compiling DequeModule Deque+Equatable.swift
[193/1333] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[194/1333] Compiling DequeModule Deque+CustomReflectable.swift
[195/1333] Compiling DequeModule Deque+Descriptions.swift
[196/1333] Compiling CoreMetrics Metrics.swift
[197/1333] Compiling CoreMetrics Locks.swift
[198/1333] Emitting module CoreMetrics
[199/1334] Compiling DequeModule Deque+Codable.swift
[200/1334] Compiling DequeModule Deque+Collection.swift
[205/1334] Compiling DequeModule Deque+Extras.swift
[206/1334] Compiling DequeModule Deque+Hashable.swift
[207/1334] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[208/1334] Compiling HashTreeCollections _HashTreeIterator.swift
[209/1334] Compiling HashTreeCollections _HashTreeStatistics.swift
[210/1334] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[211/1334] Compiling HashTreeCollections _RawHashNode.swift
[212/1334] Compiling HashTreeCollections _UnmanagedHashNode.swift
[213/1334] Compiling HashTreeCollections _UnsafePath.swift
[214/1334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[215/1334] Compiling HashTreeCollections _Bucket.swift
[216/1334] Compiling HashTreeCollections _Hash.swift
[217/1334] Compiling HashTreeCollections _HashLevel.swift
[218/1334] Compiling HashTreeCollections _HashNode+Builder.swift
[219/1334] Compiling HashTreeCollections _HashNode+Debugging.swift
[220/1334] Compiling HashTreeCollections _HashNode+Initializers.swift
[221/1334] Compiling HashTreeCollections _HashNode+Invariants.swift
[222/1334] Compiling HashTreeCollections _HashNode+Lookups.swift
[223/1334] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[224/1334] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[225/1334] Compiling HashTreeCollections _HashNode.swift
[226/1334] Compiling HashTreeCollections _HashNodeHeader.swift
[227/1334] Compiling HashTreeCollections _HashSlot.swift
[228/1334] Compiling HashTreeCollections _HashStack.swift
[229/1334] Compiling HashTreeCollections _AncestorHashSlots.swift
[230/1334] Compiling HashTreeCollections _Bitmap.swift
[232/1334] Compiling OrderedCollections OrderedSet+SubSequence.swift
[233/1334] Compiling OrderedCollections OrderedSet+Testing.swift
[234/1334] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[235/1334] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[236/1334] Compiling OrderedCollections OrderedSet.swift
[237/1334] Compiling OrderedCollections _UnsafeBitset.swift
[238/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[239/1334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[240/1334] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[241/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[242/1347] Compiling ConcurrencyHelpers LockedValueBox.swift
[243/1347] Compiling DequeModule _DequeSlot.swift
[244/1347] Compiling DequeModule _UnsafeWrappedBuffer.swift
[247/1347] Compiling DequeModule Deque+Testing.swift
[248/1347] Compiling DequeModule Deque._Storage.swift
[249/1347] Compiling DequeModule Deque._UnsafeHandle.swift
[250/1347] Compiling DequeModule Deque.swift
[251/1347] Compiling HashTreeCollections TreeDictionary.swift
[252/1347] Compiling HashTreeCollections TreeSet+Codable.swift
[253/1347] Compiling HashTreeCollections TreeSet+Collection.swift
[254/1347] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[255/1347] Compiling HashTreeCollections TreeSet+Debugging.swift
[256/1347] Compiling HashTreeCollections TreeSet+Descriptions.swift
[257/1347] Compiling HashTreeCollections TreeSet+Equatable.swift
[258/1347] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[259/1347] Compiling HashTreeCollections TreeSet+Extras.swift
[260/1347] Compiling HashTreeCollections TreeSet+Filter.swift
[261/1347] Emitting module SwiftProtobuf
[272/1358] Compiling OrderedCollections OrderedSet+Sendable.swift
[273/1358] Compiling ConcurrencyHelpers Lock.swift
[274/1358] Emitting module ConcurrencyHelpers
[278/1359] Emitting module DequeModule
[279/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[280/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[281/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[282/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[283/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[284/1360] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[285/1360] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[286/1360] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[287/1360] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[288/1360] Compiling SwiftProtobuf api.pb.swift
[333/1374] Emitting module Metrics
[334/1374] Compiling Metrics Metrics.swift
[347/1375] Emitting module UnixSignals
[384/1375] Compiling UnixSignals UnixSignal.swift
[385/1375] Compiling UnixSignals UnixSignalsSequence.swift
[386/1376] Emitting module OrderedCollections
[387/1376] Emitting module GISTools
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[402/1388] Compiling _RopeModule Optional Utilities.swift
[403/1388] Compiling _RopeModule String Utilities.swift
[404/1388] Compiling _RopeModule String.Index+ABI.swift
[405/1388] Compiling _RopeModule _CharacterRecognizer.swift
[411/1388] Compiling GISTools MultiPolygon.swift
[412/1388] Compiling GISTools Point.swift
[413/1388] Compiling GISTools Polygon.swift
[421/1388] Compiling _RopeModule Rope+Join.swift
[422/1388] Compiling _RopeModule Rope+MutatingForEach.swift
[423/1388] Compiling _RopeModule Rope+Remove.swift
[424/1388] Compiling _RopeModule Rope+RemoveSubrange.swift
[425/1388] Compiling _RopeModule Rope+Split.swift
[437/1388] Emitting module _RopeModule
[437/1388] Compiling tls13_both.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[508/1388] Compiling t1_enc.cc
[519/1388] Emitting module HashTreeCollections
[560/1390] Compiling ssl_versions.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[583/1390] Compiling ssl_transcript.cc
[584/1390] Compiling ssl_x509.cc
[585/1390] Compiling ssl_stat.cc
[586/1390] Compiling ssl_file.cc
[587/1390] Compiling ssl_privkey.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[592/1390] Compiling GISTools Polyline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[593/1390] Compiling GISTools Projectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[594/1390] Compiling GISTools Projection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[595/1390] Compiling GISTools RTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[596/1390] Compiling GISTools Ring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[597/1390] Compiling GISTools WKBCoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[598/1390] Compiling GISTools WKTCoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[599/1390] Compiling GISTools MapTile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[599/1390] Compiling ssl_key_share.cc
[600/1390] Compiling ssl_session.cc
[601/1390] Compiling ssl_cipher.cc
[602/1390] Compiling ssl_credential.cc
[603/1390] Compiling ssl_lib.cc
[604/1390] Compiling ssl_cert.cc
[605/1390] Compiling ssl_buffer.cc
[606/1390] Compiling ssl_asn1.cc
[607/1390] Compiling ssl_aead_ctx.cc
[608/1390] Compiling s3_pkt.cc
[609/1390] Compiling s3_lib.cc
[610/1390] Compiling s3_both.cc
[611/1390] Compiling handshake_server.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[636/1391] Compiling handshake_client.cc
[637/1391] Compiling handshake.cc
[638/1391] Compiling handoff.cc
[639/1391] Compiling extensions.cc
[640/1391] Compiling encrypted_client_hello.cc
[641/1391] Compiling dtls_method.cc
[642/1391] Compiling dtls_record.cc
[643/1391] Compiling md5-x86_64-linux.S
[644/1391] Compiling md5-x86_64-apple.S
[645/1391] Compiling md5-586-linux.S
[646/1391] Compiling md5-586-apple.S
[656/1391] Compiling SwiftProtobuf type.pb.swift
[657/1391] Compiling SwiftProtobuf wrappers.pb.swift
[658/1391] Compiling SwiftProtobuf resource_bundle_accessor.swift
[658/1392] Compiling chacha20_poly1305_x86_64-linux.S
[659/1392] Compiling d1_pkt.cc
[660/1392] Compiling chacha20_poly1305_x86_64-apple.S
[662/1392] Compiling chacha20_poly1305_armv8-win.S
[663/1392] Compiling d1_srtp.cc
[664/1392] Compiling chacha20_poly1305_armv8-linux.S
[665/1392] Compiling chacha20_poly1305_armv8-apple.S
[666/1392] Compiling err_data.cc
[667/1392] Compiling chacha-x86_64-linux.S
[668/1392] Compiling chacha-x86_64-apple.S
[669/1392] Compiling chacha-x86-linux.S
[670/1392] Compiling chacha-x86-apple.S
[671/1392] Compiling chacha-armv8-linux.S
[672/1392] Compiling chacha-armv8-win.S
[673/1392] Compiling chacha-armv4-linux.S
[674/1392] Compiling chacha-armv8-apple.S
[675/1392] Compiling bio_ssl.cc
[676/1392] Compiling aes128gcmsiv-x86_64-linux.S
[677/1392] Compiling x86_64-mont5-linux.S
[678/1392] Compiling aes128gcmsiv-x86_64-apple.S
[679/1392] Compiling x86_64-mont5-apple.S
[680/1392] Compiling x86_64-mont-linux.S
[681/1392] Compiling x86-mont-apple.S
[682/1392] Compiling x86_64-mont-apple.S
[683/1393] Compiling x86-mont-linux.S
[684/1407] Compiling vpaes-x86_64-linux.S
[685/1407] Compiling vpaes-x86-linux.S
[686/1407] Compiling vpaes-x86-apple.S
[687/1407] Compiling vpaes-x86_64-apple.S
[688/1407] Compiling vpaes-armv8-apple.S
[689/1407] Compiling vpaes-armv8-win.S
[690/1407] Compiling vpaes-armv8-linux.S
[691/1407] Compiling sha512-x86_64-linux.S
[692/1407] Compiling d1_lib.cc
[693/1407] Compiling vpaes-armv7-linux.S
[694/1407] Compiling sha512-x86_64-apple.S
[695/1407] Compiling sha512-armv8-win.S
[696/1407] Compiling sha512-armv8-linux.S
[697/1407] Compiling sha512-armv8-apple.S
[698/1407] Compiling sha512-586-apple.S
[699/1407] Compiling sha512-armv4-linux.S
[700/1407] Compiling sha512-586-linux.S
[701/1407] Compiling sha256-x86_64-linux.S
[702/1407] Compiling sha256-x86_64-apple.S
[703/1407] Compiling sha256-armv8-linux.S
[704/1407] Compiling d1_both.cc
[705/1407] Compiling sha256-armv8-win.S
[706/1407] Compiling sha256-armv8-apple.S
[707/1407] Compiling sha1-armv8-win.S
[708/1407] Compiling sha256-586-linux.S
[709/1407] Compiling sha256-armv4-linux.S
[710/1407] Compiling sha1-x86_64-apple.S
[711/1407] Compiling sha256-586-apple.S
[712/1407] Compiling sha1-armv8-linux.S
[713/1407] Compiling sha1-x86_64-linux.S
[715/1407] Compiling MVTTools ExportOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[716/1407] Compiling MVTTools ArrayExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[716/1409] Compiling sha1-armv4-large-linux.S
[717/1409] Compiling sha1-armv8-apple.S
[718/1409] Compiling sha1-586-apple.S
[719/1409] Compiling rsaz-avx2-apple.S
[720/1409] Compiling rsaz-avx2-linux.S
[721/1409] Compiling sha1-586-linux.S
[722/1409] Compiling rdrand-x86_64-linux.S
[724/1409] Compiling MVTTools StringExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[725/1409] Compiling MVTTools GeoJson.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[726/1409] Compiling MVTTools DictionaryExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[727/1409] Compiling MVTTools DoubleExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[727/1409] Compiling rdrand-x86_64-apple.S
[728/1409] Compiling p256_beeu-x86_64-asm-linux.S
[729/1409] Compiling p256_beeu-armv8-asm-linux.S
[730/1409] Compiling p256_beeu-x86_64-asm-apple.S
[731/1409] Compiling p256_beeu-armv8-asm-apple.S
[732/1409] Compiling p256-x86_64-asm-apple.S
[733/1409] Compiling p256_beeu-armv8-asm-win.S
[734/1409] Compiling p256-armv8-asm-win.S
[735/1409] Compiling p256-armv8-asm-linux.S
[736/1409] Compiling p256-x86_64-asm-linux.S
[737/1409] Compiling p256-armv8-asm-apple.S
[738/1409] Compiling ghashv8-armv8-apple.S
[739/1409] Compiling ghashv8-armv8-win.S
[740/1409] Compiling ghashv8-armv8-linux.S
[741/1409] Compiling ghash-x86-apple.S
[742/1409] Compiling ghashv8-armv7-linux.S
[743/1409] Compiling ghash-ssse3-x86_64-linux.S
[744/1409] Compiling ghash-x86_64-apple.S
[745/1409] Compiling ghash-x86-linux.S
[746/1409] Compiling ghash-ssse3-x86_64-apple.S
[747/1409] Compiling ghash-ssse3-x86-linux.S
[748/1409] Compiling ghash-x86_64-linux.S
[749/1409] Compiling ghash-ssse3-x86-apple.S
[750/1409] Compiling ghash-neon-armv8-win.S
[751/1409] Compiling ghash-neon-armv8-apple.S
[752/1409] Compiling ghash-neon-armv8-linux.S
[753/1409] Compiling ghash-armv4-linux.S
[754/1409] Compiling bsaes-armv7-linux.S
[755/1409] Compiling co-586-linux.S
[756/1409] Compiling co-586-apple.S
[757/1409] Compiling bn-armv8-win.S
[758/1409] Compiling bn-armv8-linux.S
[759/1409] Compiling armv8-mont-linux.S
[759/1409] Compiling bn-armv8-apple.S
[761/1409] Compiling bn-586-apple.S
[762/1409] Compiling bn-586-linux.S
[762/1409] Compiling armv8-mont-apple.S
[764/1409] Compiling armv8-mont-win.S
[765/1409] Compiling armv4-mont-linux.S
[766/1409] Compiling aesv8-gcm-armv8-apple.S
[767/1409] Compiling aesv8-gcm-armv8-linux.S
[768/1409] Compiling aesv8-armv8-apple.S
[769/1409] Compiling aesv8-gcm-armv8-win.S
[770/1409] Compiling aesv8-armv8-win.S
[771/1409] Compiling aesv8-armv8-linux.S
[772/1409] Compiling aesv8-armv7-linux.S
[773/1409] Compiling aesni-x86_64-apple.S
[774/1409] Compiling aesni-x86-apple.S
[775/1409] Compiling aesni-x86_64-linux.S
[776/1409] Compiling aesni-gcm-x86_64-apple.S
[777/1409] Compiling aesni-x86-linux.S
[778/1409] Compiling aesni-gcm-x86_64-linux.S
[779/1409] Compiling aes-gcm-avx2-x86_64-apple.S
[780/1409] Compiling aes-gcm-avx2-x86_64-linux.S
[781/1409] Compiling aes-gcm-avx10-x86_64-linux.S
[782/1409] Compiling aes-gcm-avx10-x86_64-apple.S
[784/1409] Compiling MVTTools Info.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[785/1409] Compiling MVTTools Merge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[786/1409] Compiling MVTTools Query.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[787/1409] Compiling MVTTools QueryParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[788/1409] Compiling MVTTools IntExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[789/1409] Compiling MVTTools RingExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[790/1409] Compiling MVTTools MVTDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/1409] Compiling MVTTools MVTEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/1409] Emitting module MVTTools
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/1409] Compiling x_x509a.cc
[794/1409] Compiling MVTTools VectorTile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/1409] Compiling MVTTools VectorTile_Tile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/1410] Compiling x_spki.cc
[797/1410] Compiling x_sig.cc
[798/1410] Compiling x_val.cc
[799/1410] Compiling x_req.cc
[800/1410] Compiling x_x509.cc
[801/1410] Compiling x_pubkey.cc
[802/1410] Compiling x_name.cc
[803/1410] Compiling x_all.cc
[804/1410] Compiling x_attrib.cc
[805/1410] Compiling x_algor.cc
[806/1410] Compiling x509rset.cc
[807/1410] Compiling x509spki.cc
[808/1410] Compiling x_exten.cc
[809/1410] Compiling x_crl.cc
[810/1410] Compiling x509name.cc
[811/1410] Compiling x509cset.cc
[812/1410] Compiling x509_vpm.cc
[813/1410] Compiling x509_txt.cc
[814/1410] Compiling x509_vfy.cc
[815/1410] Compiling x509_v3.cc
[816/1410] Compiling x509_trs.cc
[817/1410] Compiling x509_set.cc
[818/1410] Compiling x509_req.cc
[819/1410] Compiling x509_obj.cc
[820/1410] Compiling x509_def.cc
[821/1410] Compiling x509_d2.cc
[822/1410] Compiling x509_ext.cc
[823/1410] Compiling x509_lu.cc
[824/1410] Compiling x509_cmp.cc
[825/1410] Compiling x509_att.cc
[826/1410] Compiling v3_utl.cc
[827/1410] Compiling x509.cc
[828/1410] Compiling v3_prn.cc
[829/1410] Compiling v3_skey.cc
[830/1410] Compiling v3_purp.cc
[831/1410] Compiling v3_pmaps.cc
[832/1410] Compiling v3_pcons.cc
[833/1410] Compiling v3_ocsp.cc
[834/1410] Compiling v3_ia5.cc
[835/1410] Compiling v3_ncons.cc
[836/1410] Compiling v3_int.cc
[837/1410] Compiling v3_genn.cc
[838/1410] Compiling v3_info.cc
[839/1410] Compiling v3_lib.cc
[840/1410] Compiling v3_enum.cc
[841/1410] Compiling v3_extku.cc
[842/1410] Compiling v3_cpols.cc
[843/1410] Compiling v3_bitst.cc
[844/1410] Compiling v3_conf.cc
[845/1410] Compiling v3_crld.cc
[846/1410] Compiling v3_alt.cc
[847/1410] Compiling v3_bcons.cc
[848/1410] Compiling v3_akeya.cc
[849/1410] Compiling v3_akey.cc
[850/1410] Compiling t_x509.cc
[851/1410] Compiling t_req.cc
[852/1410] Compiling i2d_pr.cc
[853/1410] Compiling t_x509a.cc
[854/1410] Compiling t_crl.cc
[855/1410] Compiling rsa_pss.cc
[856/1410] Compiling policy.cc
[857/1410] Compiling name_print.cc
[858/1410] Compiling by_dir.cc
[859/1410] Compiling algorithm.cc
[860/1410] Compiling by_file.cc
[861/1410] Compiling asn1_gen.cc
[862/1410] Compiling a_verify.cc
[863/1410] Compiling voprf.cc
[864/1410] Compiling a_sign.cc
[865/1410] Compiling a_digest.cc
[866/1410] Compiling thread_win.cc
[867/1410] Compiling thread_pthread.cc
[868/1410] Compiling thread_none.cc
[869/1410] Compiling thread.cc
[870/1410] Compiling trust_token.cc
[871/1410] Compiling stack.cc
[872/1410] Compiling pmbtoken.cc
[873/1410] Compiling siphash.cc
[874/1410] Compiling sha256.cc
[875/1410] Compiling sha512.cc
[876/1410] Compiling sha1.cc
[877/1410] Compiling slhdsa.cc
[878/1410] Compiling rsa_extra.cc
[879/1410] Compiling spake2plus.cc
[880/1410] Compiling rsa_print.cc
[881/1410] Compiling refcount.cc
[882/1410] Compiling rsa_crypt.cc
[883/1410] Compiling rc4.cc
[884/1410] Compiling windows.cc
[885/1410] Compiling trusty.cc
[886/1410] Compiling rand.cc
[887/1410] Compiling rsa_asn1.cc
[888/1410] Compiling urandom.cc
[889/1410] Compiling passive.cc
[890/1410] Compiling ios.cc
[891/1410] Compiling poly1305_arm_asm.S
[892/1410] Compiling getentropy.cc
[893/1410] Compiling fork_detect.cc
[894/1410] Compiling forkunsafe.cc
[895/1410] Compiling deterministic.cc
[896/1410] Compiling poly1305_vec.cc
[897/1410] Compiling poly1305_arm.cc
[898/1410] Compiling poly1305.cc
[899/1410] Compiling pool.cc
[900/1410] Compiling pkcs7.cc
[901/1410] Compiling pkcs7_x509.cc
[902/1410] Compiling pkcs8_x509.cc
[903/1410] Compiling pem_xaux.cc
[904/1410] Compiling pkcs8.cc
[905/1410] Compiling pem_x509.cc
[906/1410] Compiling p5_pbev2.cc
[907/1410] Compiling pem_pkey.cc
[908/1410] Compiling pem_pk8.cc
[909/1410] Compiling obj_xref.cc
[910/1410] Compiling pem_oth.cc
[911/1410] Compiling pem_lib.cc
[912/1410] Compiling obj.cc
[913/1410] Compiling mlkem.cc
[914/1410] Compiling mldsa.cc
[915/1410] Compiling pem_info.cc
[916/1410] Compiling pem_all.cc
[917/1410] Compiling mem.cc
[918/1410] Compiling poly_rq_mul.S
[919/1410] Compiling fips_shared_support.cc
[920/1410] Compiling md5.cc
[921/1410] Compiling lhash.cc
[922/1410] Compiling md4.cc
[923/1410] Compiling kyber.cc
[924/1410] Compiling sign.cc
[925/1410] Compiling hrss.cc
[926/1410] Compiling scrypt.cc
[927/1410] Compiling ex_data.cc
[928/1410] Compiling print.cc
[929/1410] Compiling hpke.cc
[930/1410] Compiling pbkdf.cc
[931/1410] Compiling p_x25519.cc
[932/1410] Compiling p_rsa_asn1.cc
[933/1410] Compiling p_x25519_asn1.cc
[934/1410] Compiling p_ed25519.cc
[935/1410] Compiling p_rsa.cc
[936/1410] Compiling p_hkdf.cc
[937/1410] Compiling p_ed25519_asn1.cc
[938/1410] Compiling p_ec_asn1.cc
[939/1410] Compiling p_ec.cc
[940/1410] Compiling p_dh.cc
[941/1410] Compiling evp_ctx.cc
[942/1410] Compiling p_dh_asn1.cc
[943/1410] Compiling p_dsa_asn1.cc
[944/1410] Compiling ecdsa_asn1.cc
[945/1410] Compiling err.cc
[946/1410] Compiling evp.cc
[947/1410] Compiling ecdh.cc
[948/1410] Compiling engine.cc
[949/1410] Compiling evp_asn1.cc
[950/1410] Compiling hash_to_curve.cc
[951/1410] Compiling ec_derive.cc
[952/1410] Compiling dsa.cc
[953/1410] Compiling params.cc
[954/1410] Compiling dsa_asn1.cc
[955/1410] Compiling ec_asn1.cc
[956/1410] Compiling x25519-asm-arm.S
[957/1410] Compiling digest_extra.cc
[958/1410] Compiling des.cc
[959/1410] Compiling dh_asn1.cc
[960/1410] Compiling cpu_arm_linux.cc
[961/1410] Compiling cpu_intel.cc
[962/1410] Compiling spake25519.cc
[963/1410] Compiling crypto.cc
[964/1410] Compiling cpu_arm_freebsd.cc
[965/1410] Compiling curve25519.cc
[966/1410] Compiling cpu_aarch64_win.cc
[967/1410] Compiling cpu_aarch64_linux.cc
[968/1410] Compiling bcm.cc
[969/1410] Compiling cpu_aarch64_openbsd.cc
[970/1410] Compiling cpu_aarch64_sysreg.cc
[971/1410] Compiling cpu_aarch64_apple.cc
[972/1410] Compiling curve25519_64_adx.cc
[973/1410] Compiling cpu_aarch64_fuchsia.cc
[974/1410] Compiling tls_cbc.cc
[975/1410] Compiling get_cipher.cc
[976/1410] Compiling conf.cc
[977/1410] Compiling e_rc4.cc
[978/1410] Compiling e_tls.cc
[979/1410] Compiling e_des.cc
[980/1410] Compiling e_rc2.cc
[981/1410] Compiling e_null.cc
[982/1410] Compiling derive_key.cc
[983/1410] Compiling e_chacha20poly1305.cc
[984/1410] Compiling chacha.cc
[985/1410] Compiling e_aesctrhmac.cc
[986/1410] Compiling e_aesgcmsiv.cc
[987/1410] Compiling unicode.cc
[988/1410] Compiling cbb.cc
[989/1410] Compiling buf.cc
[990/1410] Compiling ber.cc
[991/1410] Compiling blake2.cc
[992/1410] Compiling cbs.cc
[993/1410] Compiling bn_asn1.cc
[994/1410] Compiling socket.cc
[995/1410] Compiling asn1_compat.cc
[996/1410] Compiling printf.cc
[997/1410] Compiling convert.cc
[998/1410] Compiling socket_helper.cc
[999/1410] Compiling pair.cc
[1000/1410] Compiling hexdump.cc
[1001/1410] Compiling errno.cc
[1002/1410] Compiling file.cc
[1003/1410] Compiling fd.cc
[1004/1410] Compiling bio_mem.cc
[1005/1410] Compiling bio.cc
[1006/1410] Compiling connect.cc
[1007/1410] Compiling base64.cc
[1008/1410] Compiling tasn_typ.cc
[1009/1410] Compiling tasn_fre.cc
[1010/1410] Compiling posix_time.cc
[1011/1410] Compiling tasn_enc.cc
[1012/1410] Compiling f_string.cc
[1013/1410] Compiling asn_pack.cc
[1014/1410] Compiling tasn_utl.cc
[1015/1410] Compiling tasn_new.cc
[1016/1410] Compiling f_int.cc
[1017/1410] Compiling tasn_dec.cc
[1018/1410] Compiling asn1_par.cc
[1019/1410] Compiling a_strnid.cc
[1020/1410] Compiling a_octet.cc
[1021/1410] Compiling asn1_lib.cc
[1022/1410] Compiling a_utctm.cc
[1023/1410] Compiling a_time.cc
[1024/1410] Compiling a_type.cc
[1025/1410] Compiling a_strex.cc
[1026/1410] Compiling a_i2d_fp.cc
[1027/1410] Compiling a_d2i_fp.cc
[1028/1410] Compiling a_object.cc
[1029/1410] Compiling a_dup.cc
[1030/1410] Compiling a_mbstr.cc
[1031/1410] Compiling a_gentm.cc
[1032/1410] Compiling fiat_p256_adx_sqr.S
[1033/1410] Compiling fiat_p256_adx_mul.S
[1034/1410] Compiling a_bitstr.cc
[1035/1410] Compiling fiat_curve25519_adx_square.S
[1036/1410] Compiling fiat_curve25519_adx_mul.S
[1037/1410] Compiling md5-x86_64-apple.S
[1038/1410] Compiling a_int.cc
[1039/1410] Compiling md5-x86_64-linux.S
[1040/1410] Compiling a_bool.cc
[1041/1410] Compiling md5-586-linux.S
[1042/1410] Compiling md5-586-apple.S
[1043/1410] Compiling chacha20_poly1305_x86_64-apple.S
[1044/1410] Compiling chacha20_poly1305_armv8-win.S
[1045/1410] Compiling chacha20_poly1305_armv8-apple.S
[1046/1410] Compiling chacha20_poly1305_armv8-linux.S
[1047/1410] Compiling chacha20_poly1305_x86_64-linux.S
[1048/1410] Compiling chacha-x86_64-linux.S
[1049/1410] Compiling chacha-x86-linux.S
[1050/1410] Compiling chacha-x86-apple.S
[1051/1410] Compiling CCryptoBoringSSLShims shims.c
[1052/1410] Compiling chacha-x86_64-apple.S
[1053/1410] Compiling chacha-armv8-linux.S
[1054/1410] Compiling chacha-armv8-win.S
[1055/1410] Compiling chacha-armv4-linux.S
[1056/1410] Compiling aes128gcmsiv-x86_64-linux.S
[1057/1410] Compiling chacha-armv8-apple.S
[1058/1410] Compiling aes128gcmsiv-x86_64-apple.S
[1059/1410] Compiling x86_64-mont5-linux.S
[1060/1410] Compiling x86_64-mont5-apple.S
[1061/1410] Compiling x86-mont-linux.S
[1062/1410] Compiling x86_64-mont-linux.S
[1063/1410] Compiling x86_64-mont-apple.S
[1064/1410] Compiling err_data.cc
[1065/1410] Compiling x86-mont-apple.S
[1066/1410] Compiling vpaes-x86_64-linux.S
[1067/1410] Compiling vpaes-x86-linux.S
[1068/1410] Compiling vpaes-x86-apple.S
[1069/1410] Compiling vpaes-x86_64-apple.S
[1070/1410] Compiling vpaes-armv8-linux.S
[1071/1410] Compiling vpaes-armv8-win.S
[1072/1410] Compiling vpaes-armv8-apple.S
[1073/1410] Compiling vpaes-armv7-linux.S
[1074/1410] Compiling sha512-x86_64-apple.S
[1075/1410] Compiling sha512-x86_64-linux.S
[1076/1410] Compiling sha512-armv8-apple.S
[1077/1410] Compiling sha512-armv8-win.S
[1078/1410] Compiling sha512-armv8-linux.S
[1079/1410] Compiling sha512-armv4-linux.S
[1080/1410] Compiling sha512-586-linux.S
[1081/1410] Compiling sha512-586-apple.S
[1082/1410] Compiling sha256-x86_64-apple.S
[1083/1410] Compiling sha256-armv8-linux.S
[1083/1410] Compiling sha256-x86_64-linux.S
[1085/1410] Compiling sha256-armv8-win.S
[1086/1410] Compiling sha256-armv8-apple.S
[1087/1410] Compiling sha256-armv4-linux.S
[1088/1410] Compiling sha256-586-linux.S
[1089/1410] Compiling sha256-586-apple.S
[1090/1410] Compiling sha1-armv8-linux.S
[1091/1410] Compiling sha1-armv8-win.S
[1092/1410] Compiling sha1-x86_64-apple.S
[1093/1410] Compiling sha1-586-linux.S
[1094/1410] Compiling sha1-armv8-apple.S
[1094/1410] Compiling sha1-x86_64-linux.S
[1096/1410] Compiling sha1-armv4-large-linux.S
[1097/1410] Compiling sha1-586-apple.S
[1098/1410] Compiling rsaz-avx2-linux.S
[1099/1410] Compiling rdrand-x86_64-linux.S
[1100/1410] Compiling rsaz-avx2-apple.S
[1101/1410] Compiling rdrand-x86_64-apple.S
[1102/1410] Compiling p256_beeu-x86_64-asm-apple.S
[1103/1410] Compiling p256_beeu-x86_64-asm-linux.S
[1104/1410] Compiling p256_beeu-armv8-asm-win.S
[1105/1410] Compiling p256_beeu-armv8-asm-apple.S
[1106/1410] Compiling p256_beeu-armv8-asm-linux.S
[1107/1410] Compiling p256-x86_64-asm-apple.S
[1108/1410] Compiling p256-x86_64-asm-linux.S
[1109/1410] Compiling p256-armv8-asm-win.S
[1110/1410] Compiling p256-armv8-asm-linux.S
[1111/1410] Compiling p256-armv8-asm-apple.S
[1112/1410] Compiling ghash-x86_64-linux.S
[1113/1410] Compiling ghashv8-armv8-apple.S
[1114/1410] Compiling ghashv8-armv8-win.S
[1115/1410] Compiling ghashv8-armv8-linux.S
[1116/1410] Compiling ghash-x86_64-apple.S
[1117/1410] Compiling ghashv8-armv7-linux.S
[1118/1410] Compiling ghash-x86-linux.S
[1119/1410] Compiling ghash-x86-apple.S
[1120/1410] Compiling ghash-ssse3-x86_64-apple.S
[1121/1410] Compiling ghash-ssse3-x86-linux.S
[1122/1410] Compiling ghash-ssse3-x86_64-linux.S
[1123/1410] Compiling ghash-neon-armv8-win.S
[1124/1410] Compiling ghash-ssse3-x86-apple.S
[1125/1410] Compiling ghash-neon-armv8-linux.S
[1126/1410] Compiling ghash-neon-armv8-apple.S
[1127/1410] Compiling ghash-armv4-linux.S
[1128/1410] Compiling co-586-apple.S
[1129/1410] Compiling co-586-linux.S
[1130/1410] Compiling bsaes-armv7-linux.S
[1131/1410] Compiling bn-armv8-linux.S
[1132/1410] Compiling bn-armv8-win.S
[1133/1410] Compiling bn-armv8-apple.S
[1134/1410] Compiling bn-586-apple.S
[1135/1410] Compiling bn-586-linux.S
[1136/1410] Compiling armv8-mont-linux.S
[1137/1410] Compiling armv8-mont-win.S
[1138/1410] Compiling armv4-mont-linux.S
[1139/1410] Compiling armv8-mont-apple.S
[1140/1410] Compiling aesv8-armv8-win.S
[1141/1410] Compiling aesv8-gcm-armv8-win.S
[1142/1410] Compiling aesv8-gcm-armv8-apple.S
[1143/1410] Compiling aesv8-gcm-armv8-linux.S
[1144/1410] Compiling aesv8-armv8-linux.S
[1145/1410] Compiling aesv8-armv8-apple.S
[1146/1410] Compiling aesni-x86_64-linux.S
[1147/1410] Compiling aesni-x86_64-apple.S
[1148/1410] Compiling aesni-x86-linux.S
[1149/1410] Compiling aesni-gcm-x86_64-linux.S
[1150/1410] Compiling aesv8-armv7-linux.S
[1151/1410] Compiling aesni-gcm-x86_64-apple.S
[1152/1410] Compiling aesni-x86-apple.S
[1153/1410] Compiling aes-gcm-avx512-x86_64-apple.S
[1154/1410] Compiling aes-gcm-avx2-x86_64-linux.S
[1155/1410] Compiling aes-gcm-avx512-x86_64-linux.S
[1156/1410] Compiling aes-gcm-avx2-x86_64-apple.S
[1157/1410] Compiling xwing.cc
[1158/1410] Compiling x_val.cc
[1159/1410] Compiling x_x509a.cc
[1160/1410] Compiling c-nioatomics.c
[1161/1410] Compiling x_sig.cc
[1162/1410] Compiling x_spki.cc
[1163/1410] Compiling x_x509.cc
[1164/1410] Compiling x_req.cc
[1165/1410] Compiling c-atomics.c
[1166/1410] Compiling x_pubkey.cc
[1167/1410] Compiling x_name.cc
[1168/1410] Compiling x_attrib.cc
[1169/1410] Compiling x_exten.cc
[1170/1410] Compiling x_algor.cc
[1171/1410] Compiling x_crl.cc
[1172/1410] Compiling x_all.cc
[1174/1416] Compiling NIOConcurrencyHelpers NIOLock.swift
[1175/1416] Compiling NIOConcurrencyHelpers lock.swift
[1175/1416] Compiling x509spki.cc
[1177/1416] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1178/1416] Compiling NIOConcurrencyHelpers atomics.swift
[1179/1416] Emitting module NIOConcurrencyHelpers
[1180/1416] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1181/1417] Compiling x509rset.cc
[1182/1417] Compiling x509name.cc
[1183/1417] Compiling x509_v3.cc
[1184/1417] Compiling x509_vpm.cc
[1185/1417] Compiling x509cset.cc
[1186/1417] Compiling x509_vfy.cc
[1187/1417] Compiling x509_txt.cc
[1188/1417] Compiling x509_trs.cc
[1189/1417] Compiling x509_set.cc
[1190/1417] Compiling x509_req.cc
[1191/1417] Compiling x509_obj.cc
[1192/1417] Compiling x509_def.cc
[1193/1417] Compiling x509_lu.cc
[1194/1417] Compiling x509_ext.cc
[1195/1417] Compiling x509_d2.cc
[1196/1417] Compiling x509_cmp.cc
[1197/1417] Compiling x509_att.cc
[1198/1417] Compiling x509.cc
[1199/1417] Compiling v3_skey.cc
[1200/1417] Compiling v3_prn.cc
[1201/1417] Compiling v3_utl.cc
[1202/1417] Compiling v3_purp.cc
[1203/1417] Compiling v3_pmaps.cc
[1204/1417] Compiling v3_pcons.cc
[1205/1417] Compiling v3_ncons.cc
[1206/1417] Compiling v3_ocsp.cc
[1207/1417] Compiling v3_lib.cc
[1208/1417] Compiling v3_info.cc
[1209/1417] Compiling v3_ia5.cc
[1210/1417] Compiling v3_int.cc
[1211/1417] Compiling v3_genn.cc
[1212/1417] Compiling v3_extku.cc
[1213/1417] Compiling v3_crld.cc
[1214/1417] Compiling v3_cpols.cc
[1215/1417] Compiling v3_enum.cc
[1216/1417] Compiling t_x509.cc
[1217/1417] Compiling v3_bcons.cc
[1218/1417] Compiling v3_conf.cc
[1219/1417] Compiling v3_bitst.cc
[1220/1417] Compiling v3_alt.cc
[1221/1417] Compiling policy.cc
[1222/1417] Compiling v3_akeya.cc
[1223/1417] Compiling v3_akey.cc
[1224/1417] Compiling i2d_pr.cc
[1225/1417] Compiling t_x509a.cc
[1226/1417] Compiling t_req.cc
[1227/1417] Compiling rsa_pss.cc
[1228/1417] Compiling t_crl.cc
[1229/1417] Compiling by_dir.cc
[1230/1417] Compiling asn1_gen.cc
[1231/1417] Compiling name_print.cc
[1232/1417] Compiling voprf.cc
[1233/1417] Compiling by_file.cc
[1234/1417] Compiling algorithm.cc
[1235/1417] Compiling thread_win.cc
[1236/1417] Compiling thread_none.cc
[1237/1417] Compiling a_verify.cc
[1238/1417] Compiling thread_pthread.cc
[1239/1417] Compiling trust_token.cc
[1240/1417] Compiling thread.cc
[1241/1417] Compiling pmbtoken.cc
[1242/1417] Compiling a_sign.cc
[1243/1417] Compiling a_digest.cc
[1244/1417] Compiling stack.cc
[1245/1417] Compiling sha256.cc
[1246/1417] Compiling siphash.cc
[1247/1417] Compiling sha512.cc
[1248/1417] Compiling sha1.cc
[1249/1417] Compiling rsa_extra.cc
[1250/1417] Compiling rsa_print.cc
[1251/1417] Compiling slhdsa.cc
[1252/1417] Compiling rc4.cc
[1253/1417] Compiling spake2plus.cc
[1254/1417] Compiling refcount.cc
[1255/1417] Compiling rsa_crypt.cc
[1256/1417] Compiling trusty.cc
[1257/1417] Compiling urandom.cc
[1258/1417] Compiling rand.cc
[1259/1417] Compiling ios.cc
[1260/1417] Compiling windows.cc
[1261/1417] Compiling passive.cc
[1262/1417] Compiling getentropy.cc
[1263/1417] Compiling poly1305_arm_asm.S
[1264/1417] Compiling rsa_asn1.cc
[1265/1417] Compiling deterministic.cc
[1266/1417] Compiling forkunsafe.cc
[1267/1417] Compiling fork_detect.cc
[1268/1417] Compiling poly1305.cc
[1269/1417] Compiling poly1305_vec.cc
[1270/1417] Compiling poly1305_arm.cc
[1271/1417] Compiling pool.cc
[1272/1417] Compiling pkcs7.cc
[1273/1417] Compiling pkcs8.cc
[1274/1417] Compiling pem_x509.cc
[1275/1417] Compiling pkcs8_x509.cc
[1276/1417] Compiling p5_pbev2.cc
[1277/1417] Compiling pem_xaux.cc
[1278/1417] Compiling pkcs7_x509.cc
[1279/1417] Compiling pem_pkey.cc
[1280/1417] Compiling mlkem.cc
[1281/1417] Compiling obj_xref.cc
[1282/1417] Compiling pem_pk8.cc
[1283/1417] Compiling obj.cc
[1284/1417] Compiling pem_oth.cc
[1285/1417] Compiling mldsa.cc
[1286/1417] Compiling pem_info.cc
[1287/1417] Compiling pem_all.cc
[1288/1417] Compiling pem_lib.cc
[1289/1417] Compiling mem.cc
[1290/1417] Compiling poly_rq_mul.S
[1291/1417] Compiling fips_shared_support.cc
[1292/1417] Compiling lhash.cc
[1293/1417] Compiling md5.cc
[1294/1417] Compiling hrss.cc
[1295/1417] Compiling fuzzer_mode.cc
[1296/1417] Compiling md4.cc
[1297/1417] Compiling kyber.cc
[1298/1417] Compiling ex_data.cc
[1299/1417] Compiling hpke.cc
[1300/1417] Compiling sign.cc
[1301/1417] Compiling scrypt.cc
[1302/1417] Compiling pbkdf.cc
[1303/1417] Compiling print.cc
[1304/1417] Compiling p_x25519.cc
[1305/1417] Compiling p_x25519_asn1.cc
[1306/1417] Compiling p_ed25519.cc
[1307/1417] Compiling p_rsa.cc
[1308/1417] Compiling p_rsa_asn1.cc
[1309/1417] Compiling p_hkdf.cc
[1310/1417] Compiling p_ed25519_asn1.cc
[1311/1417] Compiling p_ec_asn1.cc
[1312/1417] Compiling p_ec.cc
[1313/1417] Compiling p_dh_asn1.cc
[1314/1417] Compiling p_dh.cc
[1315/1417] Compiling p_dsa_asn1.cc
[1316/1417] Compiling err.cc
[1317/1417] Compiling engine.cc
[1318/1417] Compiling evp.cc
[1319/1417] Compiling evp_ctx.cc
[1320/1417] Compiling ecdsa_p1363.cc
[1321/1417] Compiling evp_asn1.cc
[1322/1417] Compiling ecdh.cc
[1323/1417] Compiling dsa_asn1.cc
[1324/1417] Compiling hash_to_curve.cc
[1325/1417] Compiling ecdsa_asn1.cc
[1326/1417] Compiling ec_derive.cc
[1327/1417] Compiling dsa.cc
[1328/1417] Compiling ec_asn1.cc
[1329/1417] Compiling params.cc
[1330/1417] Compiling x25519-asm-arm.S
[1331/1417] Compiling des.cc
[1332/1417] Compiling digest_extra.cc
[1333/1417] Compiling dh_asn1.cc
[1334/1417] Compiling crypto.cc
[1335/1417] Compiling spake25519.cc
[1336/1417] Compiling cpu_intel.cc
[1337/1417] Compiling cpu_arm_linux.cc
[1338/1417] Compiling cpu_arm_freebsd.cc
[1339/1417] Compiling curve25519.cc
[1340/1417] Compiling cpu_aarch64_win.cc
[1341/1417] Compiling cpu_aarch64_sysreg.cc
[1342/1417] Compiling cpu_aarch64_fuchsia.cc
[1343/1417] Compiling cpu_aarch64_openbsd.cc
[1344/1417] Compiling curve25519_64_adx.cc
[1345/1417] Compiling cpu_aarch64_linux.cc
[1346/1417] Compiling bcm.cc
[1347/1417] Compiling cpu_aarch64_apple.cc
[1348/1417] Compiling conf.cc
[1349/1417] Compiling tls_cbc.cc
[1350/1417] Compiling get_cipher.cc
[1351/1417] Compiling e_rc4.cc
[1352/1417] Compiling e_tls.cc
[1353/1417] Compiling e_rc2.cc
[1354/1417] Compiling e_null.cc
[1355/1417] Compiling e_chacha20poly1305.cc
[1355/1417] Compiling e_des.cc
[1357/1417] Compiling e_aeseax.cc
[1358/1417] Compiling cms.cc
[1359/1417] Compiling e_aesgcmsiv.cc
[1360/1417] Compiling derive_key.cc
[1361/1417] Compiling chacha.cc
[1362/1417] Compiling e_aesctrhmac.cc
[1363/1417] Compiling unicode.cc
[1364/1417] Compiling sqrt.cc
[1365/1417] Compiling buf.cc
[1366/1417] Compiling ber.cc
[1367/1417] Compiling exponentiation.cc
[1368/1417] Compiling cbs.cc
[1369/1417] Compiling asn1_compat.cc
[1370/1417] Compiling cbb.cc
[1371/1417] Compiling div.cc
[1372/1417] Compiling printf.cc
[1373/1417] Compiling blake2.cc
[1374/1417] Compiling bn_asn1.cc
[1375/1417] Compiling hexdump.cc
[1376/1417] Compiling pair.cc
[1377/1417] Compiling file.cc
[1378/1417] Compiling convert.cc
[1379/1417] Compiling bio_mem.cc
[1380/1417] Compiling fd.cc
[1381/1417] Compiling errno.cc
[1382/1417] Compiling base64.cc
[1383/1417] Compiling tasn_typ.cc
[1384/1417] Compiling bio.cc
[1385/1417] Compiling tasn_new.cc
[1386/1417] Compiling tasn_utl.cc
[1387/1417] Compiling tasn_fre.cc
[1388/1417] Compiling posix_time.cc
[1389/1417] Compiling f_int.cc
[1390/1417] Compiling f_string.cc
[1391/1417] Compiling tasn_enc.cc
[1392/1417] Compiling asn_pack.cc
[1393/1417] Compiling tasn_dec.cc
[1394/1417] Compiling asn1_par.cc
[1395/1417] Compiling a_octet.cc
[1396/1417] Compiling asn1_lib.cc
[1397/1417] Compiling a_time.cc
[1398/1417] Compiling a_type.cc
[1399/1417] Compiling a_utctm.cc
[1400/1417] Compiling a_i2d_fp.cc
[1401/1417] Compiling a_strnid.cc
[1402/1417] Compiling a_strex.cc
[1403/1417] Compiling a_object.cc
[1404/1417] Compiling a_dup.cc
[1405/1417] Write sources
[1406/1417] Compiling a_mbstr.cc
[1407/1417] Write sources
[1408/1417] Compiling a_d2i_fp.cc
[1408/1417] Write sources
[1412/1417] Compiling a_gentm.cc
[1413/1449] Compiling a_int.cc
[1414/1529] Compiling aes.cc
[1415/1533] Compiling a_bool.cc
[1417/1558] Compiling Algorithms Partition.swift
[1418/1558] Compiling Algorithms Permutations.swift
[1419/1560] Compiling Algorithms Keyed.swift
[1420/1560] Compiling Algorithms MinMax.swift
[1421/1560] Compiling Algorithms Intersperse.swift
[1422/1560] Compiling Algorithms Joined.swift
[1423/1560] Compiling Algorithms Grouped.swift
[1424/1560] Compiling Algorithms Indexed.swift
[1424/1560] Compiling a_bitstr.cc
[1426/1568] Compiling AsyncAlgorithms AsyncChannel.swift
[1427/1568] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1428/1568] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1429/1568] Compiling AsyncAlgorithms ChannelStorage.swift
[1430/1568] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1431/1568] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1432/1568] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1433/1575] Compiling Atomics IntegerOperations.swift
[1434/1575] Compiling Atomics Unmanaged extensions.swift
[1435/1575] Compiling Algorithms EitherSequence.swift
[1436/1575] Compiling Algorithms FirstNonNil.swift
[1437/1575] Compiling Algorithms FlattenCollection.swift
[1438/1575] Emitting module BitCollections
[1439/1575] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1440/1575] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1441/1575] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1442/1575] Compiling AsyncAlgorithms DebounceStorage.swift
[1443/1575] Compiling AsyncAlgorithms Dictionary.swift
[1444/1575] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1445/1575] Compiling AsyncAlgorithms Locking.swift
[1446/1575] Emitting module AsyncAlgorithms
[1447/1581] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1448/1581] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1449/1581] Compiling AsyncAlgorithms MergeStateMachine.swift
[1450/1581] Compiling AsyncAlgorithms MergeStorage.swift
[1451/1581] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1452/1581] Compiling AsyncAlgorithms Rethrow.swift
[1453/1581] Compiling AsyncAlgorithms SetAlgebra.swift
[1454/1581] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1455/1581] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1456/1581] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1457/1581] Compiling AsyncAlgorithms ZipStateMachine.swift
[1458/1581] Compiling AsyncAlgorithms ZipStorage.swift
[1459/1581] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1460/1581] Compiling BitCollections BitSet.Counted.swift
[1467/1581] Compiling Algorithms AdjacentPairs.swift
[1468/1581] Compiling Algorithms Chain.swift
[1469/1581] Compiling Algorithms Chunked.swift
[1470/1581] Compiling Algorithms Combinations.swift
[1471/1581] Compiling Algorithms Compacted.swift
[1472/1581] Compiling Algorithms Cycle.swift
[1475/1581] Compiling Algorithms Reductions.swift
[1476/1581] Compiling Algorithms Rotate.swift
[1477/1581] Compiling Algorithms Split.swift
[1478/1581] Compiling Algorithms Stride.swift
[1479/1581] Compiling Algorithms Suffix.swift
[1486/1584] Compiling CryptoBoringWrapper RandomBytes.swift
[1490/1584] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1525/1584] Compiling BitCollections BitSet.Index.swift
[1526/1584] Compiling BitCollections BitSet._UnsafeHandle.swift
[1527/1584] Compiling BitCollections BitSet.swift
[1528/1584] Compiling BitCollections Range+Utilities.swift
[1529/1584] Compiling BitCollections Slice+Utilities.swift
[1530/1584] Compiling BitCollections UInt+Tricks.swift
[1531/1584] Compiling BitCollections _Word.swift
[1532/1585] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1534/1585] Emitting module CryptoBoringWrapper
[1535/1585] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1536/1585] Compiling CryptoBoringWrapper EllipticCurve.swift
[1545/1585] Compiling Algorithms Trim.swift
[1546/1585] Compiling Algorithms Unique.swift
[1547/1585] Compiling Algorithms Windows.swift
[1548/1585] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1549/1585] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1557/1588] Compiling Collections Collections.swift
[1558/1588] Emitting module Collections
[1560/1606] Emitting module Atomics
[1561/1617] Compiling Crypto ASN1Identifier.swift
[1562/1617] Compiling Crypto ASN1Integer.swift
[1563/1617] Compiling Crypto ASN1Null.swift
[1564/1617] Compiling Crypto ASN1OctetString.swift
[1565/1619] Compiling Crypto HPKE-AEAD.swift
[1566/1619] Compiling Crypto HPKE-Ciphersuite.swift
[1567/1619] Compiling Crypto HPKE-KDF.swift
[1568/1619] Compiling Crypto HPKE-KexKeyDerivation.swift
[1569/1619] Compiling Crypto HPKE-LabeledExtract.swift
[1570/1619] Compiling Crypto HPKE-Utils.swift
[1571/1619] Compiling Crypto DHKEM.swift
[1572/1619] Compiling Crypto HPKE-KEM-Curve25519.swift
[1573/1619] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1577/1660] Compiling Crypto Cipher.swift
[1578/1660] Compiling Crypto Nonces.swift
[1579/1660] Compiling Crypto ASN1.swift
[1580/1660] Compiling Crypto ASN1Any.swift
[1581/1660] Compiling Crypto ASN1BitString.swift
[1582/1660] Compiling Crypto ASN1Boolean.swift
[1588/1661] Compiling Crypto ASN1Strings.swift
[1589/1661] Compiling Crypto ArraySliceBigint.swift
[1591/1746] Compiling ServiceLifecycle CancellationWaiter.swift
[1592/1747] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1593/1747] Compiling NIOCore ChannelInvoker.swift
[1594/1747] Compiling NIOCore ChannelOption.swift
[1595/1748] Compiling NIOCore ByteBuffer-multi-int.swift
[1596/1748] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1597/1748] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1598/1748] Emitting module ServiceLifecycle
[1599/1748] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1600/1748] Compiling ServiceLifecycle ServiceRunnerError.swift
[1601/1748] Compiling ServiceLifecycle GracefulShutdown.swift
[1602/1748] Compiling NIOCore AsyncAwaitSupport.swift
[1603/1748] Compiling NIOCore AsyncChannel.swift
[1604/1748] Compiling NIOCore AsyncChannelHandler.swift
[1605/1748] Compiling NIOCore AsyncChannelInboundStream.swift
[1606/1748] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1607/1748] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1608/1748] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1609/1748] Compiling NIOCore NIOAsyncWriter.swift
[1610/1748] Compiling NIOCore IOData.swift
[1611/1748] Compiling NIOCore IPProtocol.swift
[1612/1758] Emitting module Algorithms
[1613/1759] Compiling NIOCore ByteBuffer-views.swift
[1614/1759] Compiling NIOCore Channel.swift
[1616/1759] Compiling NIOCore IntegerBitPacking.swift
[1617/1759] Compiling NIOCore IntegerTypes.swift
[1618/1759] Compiling NIOCore Interfaces.swift
[1619/1759] Compiling NIOCore Linux.swift
[1620/1759] Compiling NIOCore MarkedCircularBuffer.swift
[1621/1759] Compiling NIOCore MulticastChannel.swift
[1622/1759] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1623/1759] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1624/1759] Compiling NIOCore EventLoopFuture.swift
[1625/1759] Compiling NIOCore FileDescriptor.swift
[1626/1759] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1627/1759] Emitting module Crypto
[1628/1759] Compiling NIOCore EventLoop.swift
[1629/1759] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1630/1759] Compiling NIOCore NIOAny.swift
[1631/1759] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1632/1759] Compiling NIOCore NIOCoreSendableMetatype.swift
[1633/1759] Compiling NIOCore NIOLoopBound.swift
[1634/1759] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1635/1759] Compiling NIOCore NIOScheduledCallback.swift
[1636/1759] Compiling NIOCore NIOSendable.swift
[1637/1759] Compiling NIOCore RecvByteBufferAllocator.swift
[1638/1759] Compiling NIOCore FileHandle.swift
[1639/1759] Compiling NIOCore FileRegion.swift
[1640/1759] Compiling NIOCore GlobalSingletons.swift
[1641/1759] Compiling NIOCore IO.swift
[1642/1759] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1643/1759] Compiling NIOCore BSDSocketAPI.swift
[1644/1759] Compiling NIOCore ByteBuffer-aux.swift
[1645/1759] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1646/1759] Compiling NIOCore ByteBuffer-conversions.swift
[1647/1759] Compiling NIOCore ByteBuffer-core.swift
[1656/1767] Compiling NIOCore ChannelHandler.swift
[1657/1767] Compiling NIOCore ChannelHandlers.swift
[1658/1767] Compiling ServiceLifecycle Service.swift
[1659/1767] Compiling ServiceLifecycle ServiceGroup.swift
[1660/1768] Emitting module _ConnectionPoolModule
[1664/1768] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1665/1768] Compiling NIOCore SocketAddresses.swift
[1666/1768] Compiling NIOCore SocketOptionProvider.swift
[1667/1768] Compiling NIOCore SystemCallHelpers.swift
[1668/1768] Compiling NIOCore TimeAmount+Duration.swift
[1669/1768] Compiling NIOCore TypeAssistedChannelHandler.swift
[1670/1768] Compiling NIOCore UniversalBootstrapSupport.swift
[1671/1768] Compiling NIOCore Utilities.swift
[1672/1768] Compiling Crypto Ed25519Keys.swift
[1673/1768] Compiling Crypto NISTCurvesKeys.swift
[1674/1768] Compiling NIOCore ByteBuffer-hex.swift
[1675/1768] Compiling NIOCore ByteBuffer-int.swift
[1676/1768] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1677/1768] Compiling NIOCore CircularBuffer.swift
[1678/1768] Compiling NIOCore Codec.swift
[1679/1768] Compiling NIOCore ConvenienceOptionSupport.swift
[1680/1768] Compiling NIOCore DeadChannel.swift
[1681/1768] Compiling NIOCore DispatchQueue+WithFuture.swift
[1682/1768] Compiling NIOCore EventLoop+Deprecated.swift
[1683/1768] Compiling NIOCore EventLoop+SerialExecutor.swift
[1692/1768] Compiling NIOCore ChannelPipeline.swift
[1693/1768] Compiling NIOCore AddressedEnvelope.swift
[1702/1768] Compiling Crypto Ed25519.swift
[1703/1768] Compiling Crypto Signature.swift
[1704/1768] Compiling Crypto CryptoKitErrors_boring.swift
[1705/1768] Compiling Crypto RNG_boring.swift
[1706/1768] Compiling Crypto SafeCompare_boring.swift
[1707/1768] Compiling Crypto Zeroization_boring.swift
[1708/1768] Compiling Crypto PrettyBytes.swift
[1709/1768] Compiling Crypto SafeCompare.swift
[1710/1768] Compiling Crypto SecureBytes.swift
[1711/1768] Compiling Crypto Zeroization.swift
[1734/1820] Compiling _CryptoExtras BoringSSLHelpers.swift
[1735/1820] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1736/1820] Compiling _CryptoExtras Data+Extensions.swift
[1737/1820] Compiling _CryptoExtras DigestType.swift
[1738/1820] Compiling _CryptoExtras Error.swift
[1739/1820] Compiling _CryptoExtras I2OSP.swift
[1740/1820] Compiling _CryptoExtras IntegerEncoding.swift
[1741/1827] Compiling _CryptoExtras PBKDF2_boring.swift
[1742/1827] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1743/1827] Compiling _CryptoExtras PBKDF2.swift
[1744/1827] Compiling _CryptoExtras Scrypt_boring.swift
[1745/1827] Compiling _CryptoExtras Scrypt.swift
[1746/1827] Compiling _CryptoExtras OPRF.swift
[1747/1827] Compiling _CryptoExtras OPRFClient.swift
[1748/1827] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[1749/1827] Compiling _CryptoExtras PKCS8PrivateKey.swift
[1750/1827] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[1751/1827] Compiling _CryptoExtras ECToolbox_boring.swift
[1752/1827] Compiling _CryptoExtras ECToolbox.swift
[1753/1827] Compiling _CryptoExtras HashToField.swift
[1754/1827] Compiling _CryptoExtras KDF.swift
[1761/1827] Compiling _CryptoExtras PEMDocument.swift
[1762/1827] Compiling _CryptoExtras PrettyBytes.swift
[1763/1827] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1764/1827] Emitting module _CryptoExtras
[1765/1827] Compiling _CryptoExtras AES_CBC.swift
[1766/1827] Compiling _CryptoExtras AES_CFB.swift
[1767/1827] Compiling _CryptoExtras AES_CTR.swift
[1768/1827] Compiling _CryptoExtras AES_GCM_SIV.swift
[1769/1827] Compiling _CryptoExtras Block Function.swift
[1770/1827] Compiling _CryptoExtras AES_CFB_boring.swift
[1771/1827] Compiling _CryptoExtras AES_CTR_boring.swift
[1775/1827] Compiling _CryptoExtras DLEQ.swift
[1776/1827] Compiling _CryptoExtras Prover.swift
[1777/1827] Compiling _CryptoExtras Verifier.swift
[1778/1827] Compiling _CryptoExtras ZKPToolbox.swift
[1779/1827] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1780/1827] Compiling _CryptoExtras CMAC.swift
[1781/1827] Compiling _CryptoExtras ARC+API.swift
[1782/1827] Compiling _CryptoExtras ARC.swift
[1783/1827] Compiling _CryptoExtras ARCCredential.swift
[1784/1827] Compiling _CryptoExtras ARCEncoding.swift
[1785/1827] Compiling _CryptoExtras ARCPrecredential.swift
[1786/1827] Compiling _CryptoExtras ARCPresentation.swift
[1787/1827] Compiling _CryptoExtras ARCRequest.swift
[1788/1827] Compiling _CryptoExtras ARCResponse.swift
[1789/1827] Compiling _CryptoExtras ARCServer.swift
[1790/1827] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1791/1827] Compiling _CryptoExtras ChaCha20CTR.swift
[1792/1827] Compiling _CryptoExtras ObjectIdentifier.swift
[1793/1827] Compiling _CryptoExtras OPRFServer.swift
[1794/1827] Compiling _CryptoExtras VOPRF+API.swift
[1795/1827] Compiling _CryptoExtras VOPRFClient.swift
[1796/1827] Compiling _CryptoExtras VOPRFServer.swift
[1797/1827] Compiling _CryptoExtras RSA+BlindSigning.swift
[1798/1827] Compiling _CryptoExtras RSA.swift
[1799/1827] Compiling _CryptoExtras RSA_boring.swift
[1801/1828] Emitting module NIOCore
[1830/1973] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1831/1973] Emitting module NIOEmbedded
[1832/1973] Compiling NIOEmbedded AsyncTestingChannel.swift
[1833/1973] Compiling SQLKit SQLDropIndex.swift
[1834/1973] Compiling SQLKit SQLDropTable.swift
[1835/1973] Compiling SQLKit SQLDropTrigger.swift
[1836/1973] Compiling SQLKit SQLInsert.swift
[1837/1973] Compiling SQLKit SQLSelect.swift
[1838/1973] Compiling SQLKit SQLUnion.swift
[1839/1973] Compiling SQLKit SQLUpdate.swift
[1840/1973] Compiling SQLKit SQLExpression.swift
[1841/1973] Compiling SQLKit SQLSerializer.swift
[1842/1973] Compiling SQLKit SQLStatement.swift
[1843/1973] Compiling SQLKit SQLBinaryExpression.swift
[1844/1973] Compiling SQLKit SQLBinaryOperator.swift
[1845/1973] Compiling SQLKit SQLBind.swift
[1846/1985] Compiling NIOPosix Pool.swift
[1847/1985] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1848/1985] Compiling NIOPosix PosixSingletons.swift
[1849/1985] Compiling NIOPosix RawSocketBootstrap.swift
[1850/1985] Compiling NIOPosix Resolver.swift
[1851/1985] Compiling NIOPosix Selectable.swift
[1852/1985] Compiling NIOPosix SelectableChannel.swift
[1853/1991] Compiling NIOPosix BSDSocketAPICommon.swift
[1854/1991] Compiling NIOPosix BSDSocketAPIPosix.swift
[1855/1991] Compiling NIOPosix BSDSocketAPIWindows.swift
[1856/1991] Compiling NIOPosix BaseSocket.swift
[1857/1991] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1858/1991] Compiling NIOPosix BaseSocketChannel.swift
[1859/1991] Compiling NIOPosix BaseStreamSocketChannel.swift
[1860/1991] Compiling NIOPosix Bootstrap.swift
[1861/1991] Compiling NIOPosix ControlMessage.swift
[1862/1991] Compiling NIOPosix DatagramVectorReadManager.swift
[1863/1991] Compiling NIOPosix Errors+Any.swift
[1864/1991] Compiling NIOPosix FileDescriptor.swift
[1865/1991] Compiling NIOPosix GetaddrinfoResolver.swift
[1866/1991] Compiling NIOEmbedded Embedded.swift
[1867/1992] Compiling SQLKit SQLLockingClause.swift
[1868/1992] Compiling SQLKit SQLOrderBy.swift
[1869/1992] Compiling SQLKit SQLReturning.swift
[1870/1992] Compiling SQLKit SQLSubquery.swift
[1871/1992] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1872/1992] Compiling SQLKit SQLAlterEnum.swift
[1873/1992] Compiling SQLKit SQLAlterTable.swift
[1874/1992] Compiling SQLKit SQLCreateEnum.swift
[1875/1992] Compiling SQLKit SQLCreateIndex.swift
[1876/1992] Compiling SQLKit SQLCreateTable.swift
[1877/1992] Compiling SQLKit SQLCreateTrigger.swift
[1878/1992] Compiling SQLKit SQLDelete.swift
[1879/1992] Compiling SQLKit SQLDropEnum.swift
[1881/1992] Compiling NIOPosix PipeChannel.swift
[1882/1992] Compiling NIOPosix PipePair.swift
[1883/1992] Compiling NIOPosix Socket.swift
[1884/1992] Compiling NIOPosix SocketChannel.swift
[1885/1992] Compiling NIOPosix SocketProtocols.swift
[1886/1992] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1887/1992] Compiling NIOPosix System.swift
[1888/1992] Compiling NIOPosix Thread.swift
[1889/1992] Compiling NIOPosix ThreadPosix.swift
[1890/1992] Compiling NIOPosix ThreadWindows.swift
[1891/1992] Compiling NIOPosix UnsafeTransfer.swift
[1892/1992] Compiling NIOPosix Utilities.swift
[1893/1992] Compiling NIOPosix VsockAddress.swift
[1894/1992] Compiling NIOPosix VsockChannelEvents.swift
[1895/1992] Compiling SQLKit SQLColumnAssignment.swift
[1896/1992] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1897/1992] Compiling SQLKit SQLColumnDefinition.swift
[1898/1992] Compiling SQLKit SQLCommonTableExpression.swift
[1899/1992] Compiling SQLKit SQLConflictAction.swift
[1900/1992] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1901/1992] Compiling SQLKit SQLDropBehaviour.swift
[1902/1992] Compiling SQLKit SQLEnumDataType.swift
[1903/1992] Compiling SQLKit SQLExcludedColumn.swift
[1904/1992] Compiling SQLKit SQLForeignKey.swift
[1905/1992] Compiling SQLKit SQLJoin.swift
[1906/1992] Compiling SQLKit SQLJoinMethod.swift
[1909/1992] Compiling NIOPosix SelectableEventLoop.swift
[1910/1992] Compiling NIOPosix SelectorEpoll.swift
[1911/1992] Compiling NIOPosix SelectorGeneric.swift
[1912/1992] Compiling NIOPosix SelectorKqueue.swift
[1913/1992] Compiling NIOPosix SelectorUring.swift
[1914/1992] Compiling NIOPosix ServerSocket.swift
[1915/1992] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1916/1992] Compiling NIOPosix NIOThreadPool.swift
[1917/1992] Compiling NIOPosix NonBlockingFileIO.swift
[1918/1992] Compiling NIOPosix PendingDatagramWritesManager.swift
[1919/1992] Compiling NIOPosix PendingWritesManager.swift
[1920/1992] Compiling NIOPosix HappyEyeballs.swift
[1921/1992] Compiling NIOPosix IO.swift
[1922/1992] Compiling NIOPosix IntegerBitPacking.swift
[1923/1992] Compiling NIOPosix IntegerTypes.swift
[1924/1992] Compiling NIOPosix Linux.swift
[1925/1992] Compiling NIOPosix LinuxCPUSet.swift
[1926/1992] Compiling NIOPosix LinuxUring.swift
[1927/1992] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1933/1992] Emitting module NIOPosix
[1940/1992] Emitting module SQLKit
[1953/1992] Compiling SQLKit SQLFunction.swift
[1954/1992] Compiling SQLKit SQLGroupExpression.swift
[1955/1992] Compiling SQLKit SQLIdentifier.swift
[1956/1992] Compiling SQLKit SQLList.swift
[1957/1992] Compiling SQLKit SQLLiteral.swift
[1958/1992] Compiling SQLKit SQLRaw.swift
[1959/1992] Compiling SQLKit SQLCodingUtilities.swift
[1960/1992] Compiling SQLKit SQLQueryEncoder.swift
[1961/1992] Compiling SQLKit SQLRow.swift
[1962/1992] Compiling SQLKit SQLRowDecoder.swift
[1963/1992] Compiling SQLKit SomeCodingKey.swift
[1964/1992] Compiling SQLKit StringHandling.swift
[1995/2018] Emitting module NIO
[1996/2018] Compiling NIO Exports.swift
[1997/2019] Compiling AsyncKit ConnectionPoolError.swift
[1998/2019] Compiling AsyncKit ConnectionPoolItem.swift
[1999/2019] Compiling AsyncKit ConnectionPoolSource.swift
[2000/2019] Compiling AsyncKit EventLoop+Flatten.swift
[2001/2019] Compiling AsyncKit EventLoop+Future.swift
[2002/2019] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[2004/2032] Compiling AsyncKit Future+Transform.swift
[2005/2032] Compiling AsyncKit Future+Try.swift
[2006/2032] Compiling AsyncKit FutureOperators.swift
[2007/2032] Compiling AsyncKit Future+Miscellaneous.swift
[2008/2032] Compiling AsyncKit Future+Nonempty.swift
[2009/2032] Compiling AsyncKit Future+Optional.swift
[2010/2032] Compiling NIOTLS TLSEvents.swift
[2011/2032] Emitting module NIOTLS
[2012/2032] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2013/2032] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2014/2032] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2015/2032] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2016/2032] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2017/2032] Compiling AsyncKit Optional+StrictMap.swift
[2018/2032] Compiling AsyncKit Exports.swift
[2019/2032] Compiling AsyncKit EventLoopConnectionPool.swift
[2020/2032] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[2021/2032] Compiling AsyncKit EventLoop+Concurrency.swift
[2022/2032] Compiling NIOTLS SNIHandler.swift
[2023/2032] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2025/2033] Emitting module NIOFoundationCompat
[2026/2033] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2028/2085] Compiling NIOTransportServices NIOTSBootstraps.swift
[2029/2085] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2030/2085] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2031/2085] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2032/2085] Compiling NIOTransportServices NIOTSErrors.swift
[2033/2085] Compiling NIOTransportServices NIOTSEventLoop.swift
[2034/2087] Emitting module NIOTransportServices
[2035/2087] Compiling NIOTransportServices AcceptHandler.swift
[2036/2087] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2037/2087] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2038/2087] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2039/2087] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2040/2087] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2041/2087] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2042/2087] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2043/2087] Compiling NIOTransportServices StateManagedChannel.swift
[2044/2087] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2045/2087] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2046/2087] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2047/2087] Compiling NIOTransportServices NIOTSSingletons.swift
[2048/2087] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2049/2087] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2050/2087] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2051/2087] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2053/2088] Emitting module AsyncKit
[2058/2088] Emitting module NIOSSL
[2059/2092] Compiling NIOSSL SSLPrivateKey.swift
[2060/2092] Compiling NIOSSL SSLPublicKey.swift
[2061/2092] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2062/2092] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2066/2092] Compiling NIOSSL SafeCompare.swift
[2083/2092] Compiling NIOSSL Zeroization.swift
[2084/2092] Compiling NIOSSL TLSConfiguration.swift
[2085/2092] Compiling NIOSSL UniversalBootstrapSupport.swift
[2086/2092] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2088/2197] Emitting module PostgresNIO
[2089/2197] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2090/2197] Compiling PostgresNIO PostgresData+Set.swift
[2091/2197] Compiling PostgresNIO PostgresData+String.swift
[2092/2197] Compiling PostgresNIO PostgresData+UUID.swift
[2093/2197] Compiling PostgresNIO PostgresData.swift
[2094/2197] Compiling PostgresNIO PostgresDataConvertible.swift
[2095/2197] Compiling PostgresNIO PostgresDataType.swift
[2096/2197] Compiling PostgresNIO PostgresRow.swift
[2097/2197] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2098/2197] Compiling PostgresNIO PostgresData+UInt.swift
[2099/2197] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2100/2197] Compiling PostgresNIO PostgresMessage+Bind.swift
[2101/2197] Compiling PostgresNIO PostgresMessage+Close.swift
[2102/2197] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2103/2197] Compiling PostgresNIO PostgresMessage+Describe.swift
[2104/2197] Compiling PostgresNIO PostgresMessage+Execute.swift
[2105/2197] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2106/2197] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2107/2197] Compiling PostgresNIO PostgresMessage+Parse.swift
[2108/2197] Compiling PostgresNIO PostgresMessage+Password.swift
[2109/2197] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2110/2197] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2111/2197] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2112/2197] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2113/2197] Compiling PostgresNIO PostgresMessage+Startup.swift
[2114/2197] Compiling PostgresNIO PostgresMessage+Sync.swift
[2115/2197] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2116/2197] Compiling PostgresNIO PostgresMessageDecoder.swift
[2117/2197] Compiling PostgresNIO PostgresMessageEncoder.swift
[2118/2197] Compiling PostgresNIO PostgresMessage+0.swift
[2119/2211] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2120/2211] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2121/2211] Compiling PostgresNIO PostgresMessage+Error.swift
[2122/2211] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2123/2211] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2124/2211] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2125/2211] Compiling PostgresNIO PostgresMessageType.swift
[2126/2211] Compiling PostgresNIO AuthenticationStateMachine.swift
[2127/2211] Compiling PostgresNIO CloseStateMachine.swift
[2128/2211] Compiling PostgresNIO ConnectionStateMachine.swift
[2129/2211] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2130/2211] Compiling PostgresNIO ListenStateMachine.swift
[2131/2211] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2132/2211] Compiling PostgresNIO RowStreamStateMachine.swift
[2133/2211] Compiling PostgresNIO Array+PostgresCodable.swift
[2134/2211] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2135/2211] Compiling PostgresNIO PostgresConnection.swift
[2136/2211] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2137/2211] Compiling PostgresNIO PostgresData+Array.swift
[2138/2211] Compiling PostgresNIO PostgresData+Bool.swift
[2139/2211] Compiling PostgresNIO PostgresData+Bytes.swift
[2140/2211] Compiling PostgresNIO PostgresData+Date.swift
[2141/2211] Compiling PostgresNIO PostgresData+Decimal.swift
[2142/2211] Compiling PostgresNIO PostgresData+Double.swift
[2143/2211] Compiling PostgresNIO PostgresData+Float.swift
[2144/2211] Compiling PostgresNIO PostgresData+Int.swift
[2145/2211] Compiling PostgresNIO PostgresData+JSON.swift
[2146/2211] Compiling PostgresNIO PostgresData+JSONB.swift
[2147/2211] Compiling PostgresNIO PostgresData+Numeric.swift
[2148/2211] Compiling PostgresNIO PostgresData+Optional.swift
[2156/2212] Compiling PostgresNIO Bool+PostgresCodable.swift
[2157/2212] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2158/2212] Compiling PostgresNIO Date+PostgresCodable.swift
[2159/2212] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2160/2212] Compiling PostgresNIO Float+PostgresCodable.swift
[2161/2212] Compiling PostgresNIO Int+PostgresCodable.swift
[2162/2212] Compiling PostgresNIO JSON+PostgresCodable.swift
[2163/2212] Compiling PostgresNIO Range+PostgresCodable.swift
[2164/2212] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2165/2212] Compiling PostgresNIO String+PostgresCodable.swift
[2166/2212] Compiling PostgresNIO UUID+PostgresCodable.swift
[2167/2212] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2168/2212] Compiling PostgresNIO Logging+PSQL.swift
[2169/2212] Compiling PostgresNIO Authentication.swift
[2170/2212] Compiling PostgresNIO BackendKeyData.swift
[2171/2212] Compiling PostgresNIO PostgresBackendMessage.swift
[2172/2212] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2173/2212] Compiling PostgresNIO PostgresCell.swift
[2174/2212] Compiling PostgresNIO PostgresChannelHandler.swift
[2175/2212] Compiling PostgresNIO PostgresCodable.swift
[2176/2212] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2177/2212] Compiling PostgresNIO PostgresNotificationSequence.swift
[2178/2212] Compiling PostgresNIO PostgresQuery.swift
[2179/2212] Compiling PostgresNIO PostgresRowSequence.swift
[2180/2212] Compiling PostgresNIO PostgresTransactionError.swift
[2181/2212] Compiling PostgresNIO PreparedStatement.swift
[2182/2212] Compiling PostgresNIO VariadicGenerics.swift
[2183/2212] Compiling PostgresNIO ConnectionFactory.swift
[2184/2212] Compiling PostgresNIO PostgresClient.swift
[2185/2212] Compiling PostgresNIO CopyInMessage.swift
[2186/2212] Compiling PostgresNIO DataRow.swift
[2187/2212] Compiling PostgresNIO ErrorResponse.swift
[2188/2212] Compiling PostgresNIO NotificationResponse.swift
[2189/2212] Compiling PostgresNIO ParameterDescription.swift
[2190/2212] Compiling PostgresNIO ParameterStatus.swift
[2191/2212] Compiling PostgresNIO ReadyForQuery.swift
[2192/2212] Compiling PostgresNIO RowDescription.swift
[2193/2212] Compiling PostgresNIO NotificationListener.swift
[2194/2212] Compiling PostgresNIO PSQLError.swift
[2195/2212] Compiling PostgresNIO PSQLEventsHandler.swift
[2196/2212] Compiling PostgresNIO PSQLPreparedStatement.swift
[2197/2212] Compiling PostgresNIO PSQLRowStream.swift
[2198/2212] Compiling PostgresNIO PSQLTask.swift
[2199/2212] Compiling PostgresNIO PostgresClientMetrics.swift
[2200/2212] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2201/2212] Compiling PostgresNIO PostgresDatabase+Query.swift
[2202/2212] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2203/2212] Compiling PostgresNIO PostgresDatabase.swift
[2204/2212] Compiling PostgresNIO PostgresRequest.swift
[2205/2212] Compiling PostgresNIO Exports.swift
[2206/2212] Compiling PostgresNIO NIOUtils.swift
[2207/2212] Compiling PostgresNIO PostgresError+Code.swift
[2208/2212] Compiling PostgresNIO PostgresError.swift
[2209/2212] Compiling PostgresNIO PostgresJSONDecoder.swift
[2210/2212] Compiling PostgresNIO PostgresJSONEncoder.swift
[2211/2212] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2212/2212] Compiling PostgresNIO SASLAuthenticationManager.swift
[2214/2227] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2215/2227] Compiling PostgresKit Exports.swift
[2216/2228] Compiling PostgresKit PostgresRow+SQL.swift
[2217/2228] Compiling PostgresKit SQLPostgresConfiguration.swift
[2218/2228] Emitting module PostgresKit
[2219/2228] Compiling PostgresKit PostgresDatabase+SQL.swift
[2220/2228] Compiling PostgresKit PostgresDialect.swift
[2221/2228] Compiling PostgresKit ConnectionPool+Postgres.swift
[2222/2228] Compiling PostgresKit PostgresColumnType.swift
[2223/2228] Compiling PostgresKit PostgresConfiguration.swift
[2224/2228] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2225/2228] Compiling PostgresKit PostgresDataDecoder.swift
[2226/2228] Compiling PostgresKit PostgresDataEncoder.swift
[2227/2228] Compiling PostgresKit PostgresConnectionSource.swift
[2228/2228] Compiling PostgresKit PostgresDataTranslation.swift
[2230/2244] Compiling PostgresConnectionPool TaskExtensions.swift
[2231/2244] Compiling PostgresConnectionPool PoolConfiguration.swift
[2232/2245] Compiling PostgresConnectionPool FloatingPointExtensions.swift
[2233/2245] Compiling PostgresConnectionPool IntExtensions.swift
[2234/2245] Emitting module PostgresConnectionPool
[2235/2245] Compiling PostgresConnectionPool DoubleExtensions.swift
[2236/2245] Compiling PostgresConnectionPool EmptyTestable.swift
[2237/2245] Compiling PostgresConnectionPool PSQLError+Description.swift
[2238/2245] Compiling PostgresConnectionPool StringExtensions.swift
[2239/2245] Compiling PostgresConnectionPool PostgresConnectionWrapper.swift
[2240/2245] Compiling PostgresConnectionPool PoolConnection.swift
[2241/2245] Compiling PostgresConnectionPool PoolConnectionState.swift
[2242/2245] Compiling PostgresConnectionPool PoolInfo.swift
[2243/2245] Compiling PostgresConnectionPool PostgresConnectionPool.swift
[2244/2245] Compiling PostgresConnectionPool PoolContinuation.swift
[2245/2245] Compiling PostgresConnectionPool PoolError.swift
[2247/2265] Compiling MVTPostgis ArrayExtensions.swift
[2248/2265] Compiling MVTPostgis DataExtensions.swift
[2249/2265] Compiling MVTPostgis DequeExtensions.swift
[2250/2265] Emitting module MVTPostgis
[2251/2267] Compiling MVTPostgis IntExtensions.swift
[2252/2267] Compiling MVTPostgis StringExtensions.swift
[2253/2267] Compiling MVTPostgis TaskExtensions.swift
[2254/2267] Compiling MVTPostgis MapnikYMLSource.swift
[2255/2267] Compiling MVTPostgis PostgisDatasource.swift
[2256/2267] Compiling MVTPostgis MVTPostgisConfiguration.swift
[2257/2267] Compiling MVTPostgis MVTPostgisError.swift
[2258/2267] Compiling MVTPostgis PoolDistributor.swift
[2259/2267] Compiling MVTPostgis MapnikXMLSource.swift
[2260/2267] Compiling MVTPostgis PostgisLayer.swift
[2261/2267] Compiling MVTPostgis PostgisSource.swift
[2262/2267] Compiling MVTPostgis DictionaryExtensions.swift
[2263/2267] Compiling MVTPostgis DoubleExtensions.swift
[2264/2267] Compiling MVTPostgis FloatingPointExtensions.swift
[2265/2267] Compiling MVTPostgis ThreadSafeCollectors.swift
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:469:37: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
467 |                         targetProjection: projection,
468 |                         id: featureId,
469 |                         properties: properties)
    |                                     `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
470 |
471 |                     guard var feature else {
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:476:28: warning: capture of 'featureMapping' with non-sendable type '((Feature) -> Feature)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
474 |                     }
475 |
476 |                     if let featureMapping {
    |                            |- warning: capture of 'featureMapping' with non-sendable type '((Feature) -> Feature)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
477 |                         feature = featureMapping(feature)
478 |                     }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:456:21: warning: mutation of captured var 'wkbBytes' in concurrently-executing code; this is an error in the Swift 6 language mode
454 |                     }
455 |
456 |                     wkbBytes += Int64(geometryData.count)
    |                     `- warning: mutation of captured var 'wkbBytes' in concurrently-executing code; this is an error in the Swift 6 language mode
457 |
458 |                     // The vector tile spec only allows Int ids
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:472:25: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
470 |
471 |                     guard var feature else {
472 |                         invalidFeatures += 1
    |                         `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
473 |                         continue
474 |                     }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:482:29: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
480 |                     if let clipBounds, let simplificationTolerance {
481 |                         guard let clippedFeature = feature.clipped(to: clipBounds) else {
482 |                             invalidFeatures += 1
    |                             `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
483 |                             continue
484 |                         }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:489:29: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
487 |                     else if let clipBounds {
488 |                         guard let clippedFeature = feature.clipped(to: clipBounds) else {
489 |                             invalidFeatures += 1
    |                             `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
490 |                             continue
491 |                         }
[2266/2267] Compiling MVTPostgis MVTLayerPerformanceData.swift
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:469:37: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
467 |                         targetProjection: projection,
468 |                         id: featureId,
469 |                         properties: properties)
    |                                     `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
470 |
471 |                     guard var feature else {
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:476:28: warning: capture of 'featureMapping' with non-sendable type '((Feature) -> Feature)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
474 |                     }
475 |
476 |                     if let featureMapping {
    |                            |- warning: capture of 'featureMapping' with non-sendable type '((Feature) -> Feature)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
477 |                         feature = featureMapping(feature)
478 |                     }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:456:21: warning: mutation of captured var 'wkbBytes' in concurrently-executing code; this is an error in the Swift 6 language mode
454 |                     }
455 |
456 |                     wkbBytes += Int64(geometryData.count)
    |                     `- warning: mutation of captured var 'wkbBytes' in concurrently-executing code; this is an error in the Swift 6 language mode
457 |
458 |                     // The vector tile spec only allows Int ids
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:472:25: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
470 |
471 |                     guard var feature else {
472 |                         invalidFeatures += 1
    |                         `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
473 |                         continue
474 |                     }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:482:29: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
480 |                     if let clipBounds, let simplificationTolerance {
481 |                         guard let clippedFeature = feature.clipped(to: clipBounds) else {
482 |                             invalidFeatures += 1
    |                             `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
483 |                             continue
484 |                         }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:489:29: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
487 |                     else if let clipBounds {
488 |                         guard let clippedFeature = feature.clipped(to: clipBounds) else {
489 |                             invalidFeatures += 1
    |                             `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
490 |                             continue
491 |                         }
[2267/2267] Compiling MVTPostgis MVTPostgis.swift
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:469:37: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
467 |                         targetProjection: projection,
468 |                         id: featureId,
469 |                         properties: properties)
    |                                     `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
470 |
471 |                     guard var feature else {
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:476:28: warning: capture of 'featureMapping' with non-sendable type '((Feature) -> Feature)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
474 |                     }
475 |
476 |                     if let featureMapping {
    |                            |- warning: capture of 'featureMapping' with non-sendable type '((Feature) -> Feature)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
477 |                         feature = featureMapping(feature)
478 |                     }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:456:21: warning: mutation of captured var 'wkbBytes' in concurrently-executing code; this is an error in the Swift 6 language mode
454 |                     }
455 |
456 |                     wkbBytes += Int64(geometryData.count)
    |                     `- warning: mutation of captured var 'wkbBytes' in concurrently-executing code; this is an error in the Swift 6 language mode
457 |
458 |                     // The vector tile spec only allows Int ids
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:472:25: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
470 |
471 |                     guard var feature else {
472 |                         invalidFeatures += 1
    |                         `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
473 |                         continue
474 |                     }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:482:29: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
480 |                     if let clipBounds, let simplificationTolerance {
481 |                         guard let clippedFeature = feature.clipped(to: clipBounds) else {
482 |                             invalidFeatures += 1
    |                             `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
483 |                             continue
484 |                         }
/host/spi-builder-workspace/Sources/MVTPostgis/MVTPostgis.swift:489:29: warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
487 |                     else if let clipBounds {
488 |                         guard let clippedFeature = feature.clipped(to: clipBounds) else {
489 |                             invalidFeatures += 1
    |                             `- warning: mutation of captured var 'invalidFeatures' in concurrently-executing code; this is an error in the Swift 6 language mode
490 |                             continue
491 |                         }
Build complete! (517.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "mvt-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/mvt-tools"
    },
    {
      "identity" : "gis-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/gis-tools"
    },
    {
      "identity" : "postgresconnectionpool",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/PostgresConnectionPool.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "mvt-postgis",
  "name" : "mvt-postgis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MVTPostgis",
      "targets" : [
        "MVTPostgis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MVTPostgisTests",
      "module_type" : "SwiftTarget",
      "name" : "MVTPostgisTests",
      "path" : "Tests/MVTPostgisTests",
      "sources" : [
        "JSONSourceTests.swift",
        "XMLSourceTests.swift",
        "YMLSourceTests.swift"
      ],
      "target_dependencies" : [
        "MVTPostgis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MVTPostgis",
      "module_type" : "SwiftTarget",
      "name" : "MVTPostgis",
      "path" : "Sources/MVTPostgis",
      "product_dependencies" : [
        "GISTools",
        "MVTTools",
        "PostgresConnectionPool",
        "PostgresNIO",
        "Collections",
        "SwiftyXMLParser",
        "Yams"
      ],
      "product_memberships" : [
        "MVTPostgis"
      ],
      "sources" : [
        "Extensions/ArrayExtensions.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/DequeExtensions.swift",
        "Extensions/DictionaryExtensions.swift",
        "Extensions/DoubleExtensions.swift",
        "Extensions/FloatingPointExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/StringExtensions.swift",
        "Extensions/TaskExtensions.swift",
        "Extensions/ThreadSafeCollectors.swift",
        "MVTLayerPerformanceData.swift",
        "MVTPostgis.swift",
        "MVTPostgisConfiguration.swift",
        "MVTPostgisError.swift",
        "Pool/PoolDistributor.swift",
        "Postgis/Mapnik/MapnikXMLSource.swift",
        "Postgis/Mapnik/MapnikYMLSource.swift",
        "Postgis/PostgisDatasource.swift",
        "Postgis/PostgisLayer.swift",
        "Postgis/PostgisSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.