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

Failed to build mvt-postgis, reference v1.2.5 (813b06), with Swift 6.1 for Android on 30 May 2025 14:27:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/mvt-postgis.git
Reference: v1.2.5
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.2.5     -> FETCH_HEAD
HEAD is now at 813b063 Configuration callback for feature mapping
Cloned https://github.com/Outdooractive/mvt-postgis.git
Revision (git rev-parse @):
813b063cf160342f773a8039674c6cf93925cf0b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-postgis.git at v1.2.5
========================================
Build
========================================
Selected platform:         android
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.8.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/mvt-tools"
    },
    {
      "identity" : "gis-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.5",
            "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.22.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.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.1.3",
            "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" : "13.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",
        "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" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/Outdooractive/PostgresConnectionPool.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/yahoojapan/SwiftyXMLParser
Fetching https://github.com/Outdooractive/gis-tools
[1/318] Fetching postgresconnectionpool
[319/3158] Fetching postgresconnectionpool, gis-tools
[3159/3922] Fetching postgresconnectionpool, gis-tools, swiftyxmlparser
[3923/14579] Fetching postgresconnectionpool, gis-tools, swiftyxmlparser, yams
[3924/26850] Fetching postgresconnectionpool, gis-tools, swiftyxmlparser, yams, postgres-nio
[3925/43441] Fetching postgresconnectionpool, gis-tools, swiftyxmlparser, yams, postgres-nio, swift-collections
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.83s)
[33045/42677] Fetching postgresconnectionpool, gis-tools, yams, postgres-nio, swift-collections
Fetching https://github.com/Outdooractive/mvt-tools
[42678/43811] Fetching postgresconnectionpool, gis-tools, yams, postgres-nio, swift-collections, mvt-tools
Fetched https://github.com/Outdooractive/PostgresConnectionPool.git from cache (2.53s)
Fetched https://github.com/Outdooractive/gis-tools from cache (2.53s)
Fetched https://github.com/vapor/postgres-nio.git from cache (2.54s)
Fetched https://github.com/Outdooractive/mvt-tools from cache (1.71s)
Fetched https://github.com/apple/swift-collections from cache (2.57s)
Fetched https://github.com/jpsim/Yams from cache (2.58s)
Computing version for https://github.com/yahoojapan/SwiftyXMLParser
Computed https://github.com/yahoojapan/SwiftyXMLParser at 5.6.0 (4.54s)
Computing version for https://github.com/Outdooractive/mvt-tools
Computed https://github.com/Outdooractive/mvt-tools at 1.8.5 (0.52s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/1024jp/GzipSwift.git
Fetching https://github.com/apple/swift-protobuf
[1/3836] Fetching swift-log
[1037/5385] Fetching swift-log, gzipswift
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
[1/15386] Fetching swift-argument-parser
[15387/54708] Fetching swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
[394/39322] Fetching swift-protobuf
Fetched https://github.com/1024jp/GzipSwift.git from cache (8.32s)
Fetched https://github.com/apple/swift-protobuf from cache (8.44s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (8.98s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/Outdooractive/PostgresConnectionPool.git
Computed https://github.com/Outdooractive/PostgresConnectionPool.git at 0.8.4 (0.50s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/postgres-kit
[1/1710] Fetching swift-atomics
[1455/7065] Fetching swift-atomics, postgres-kit
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetched https://github.com/vapor/postgres-kit from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.14s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.53s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.53s)
Fetched https://github.com/vapor/sql-kit.git from cache (4.08s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (4.60s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[5960/82078] Fetching swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
[1523/76119] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.46s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.65s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.77s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.74s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
[1/2426] Fetching swift-service-lifecycle
[99/4632] Fetching swift-service-lifecycle, swift-metrics
[4060/7299] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services
[5087/21235] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
[3643/16603] Fetching swift-nio-transport-services, swift-crypto
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.51s)
[1115/13936] Fetching swift-crypto
[13937/28779] Fetching swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.81s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.85s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.91s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (0.67s)
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.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.46s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.57s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.72s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.22s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.61s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.12.3 (0.48s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.30.0
Creating working copy for https://github.com/Outdooractive/mvt-tools
Working copy of https://github.com/Outdooractive/mvt-tools resolved at 1.8.5
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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.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.83.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/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.12.3
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.6.0
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/827] Write sources
[34/827] Compiling _AtomicsShims.c
[35/827] Compiling system-zlib anchor.c
[36/827] Write sources
[39/827] Copying PrivacyInfo.xcprivacy
[40/827] Write sources
[48/827] Compiling writer.c
[49/827] Compiling _NumericsShims _NumericsShims.c
[50/827] Compiling reader.c
[51/827] Compiling api.c
[52/827] Compiling CNIOWASI CNIOWASI.c
[53/827] Compiling CNIOWindows shim.c
[54/827] Compiling CNIOWindows WSAStartup.c
[55/827] Compiling parser.c
[56/827] Compiling CNIOLinux liburing_shims.c
[57/827] Compiling CNIODarwin shim.c
[58/827] Compiling fiat_p256_adx_sqr.S
[59/827] Compiling fiat_p256_adx_mul.S
[60/827] Compiling fiat_curve25519_adx_square.S
[61/827] Compiling CNIOLinux shim.c
[62/827] Compiling fiat_curve25519_adx_mul.S
[63/827] Write swift-version-24593BA9C3E375BF.txt
[64/827] Compiling emitter.c
[65/827] Compiling scanner.c
[66/831] Compiling CNIOBoringSSLShims shims.c
[67/853] Compiling tls_method.cc
[68/853] Compiling tls13_server.cc
[69/853] Compiling tls13_enc.cc
[70/853] Compiling tls_record.cc
[71/853] Compiling tls13_client.cc
[73/974] Emitting module _NIOBase64
[74/974] Compiling _NIOBase64 Base64.swift
[75/975] Compiling RealModule Real.swift
[76/976] Compiling RealModule Float+Real.swift
[78/976] Compiling RealModule RealFunctions.swift
[79/976] Compiling RealModule Float16+Real.swift
[80/976] Compiling RealModule Float80+Real.swift
[81/976] Compiling SwiftASN1 ASN1Any.swift
[82/976] Compiling SwiftASN1 ASN1BitString.swift
[83/976] Compiling RealModule ElementaryFunctions.swift
[84/976] Compiling SwiftASN1 ASN1.swift
[85/976] Compiling SwiftASN1 BER.swift
[86/976] Emitting module RealModule
[87/976] Compiling _NIODataStructures PriorityQueue.swift
[88/977] Compiling _NIODataStructures _TinyArray.swift
[89/977] Emitting module _NIODataStructures
[90/977] Compiling _NIODataStructures Heap.swift
[93/1039] Compiling GISTools BooleanIntersects.swift
[94/1039] Compiling GISTools BooleanOverlap.swift
[95/1039] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/1039] Compiling GISTools BooleanParallel.swift
[97/1039] Compiling GISTools BooleanPointInPolygon.swift
[98/1077] Compiling GISTools Bearing.swift
[99/1077] Compiling GISTools BooleanClockwise.swift
[100/1077] Compiling GISTools BooleanCrosses.swift
[101/1077] Compiling GISTools BooleanDisjoint.swift
[102/1077] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/1077] Compiling GISTools BooleanPointOnLine.swift
[104/1077] Compiling GISTools BoundingBoxClip.swift
[105/1077] Compiling GISTools LineIntersect.swift
[106/1077] Compiling GISTools LineOverlap.swift
[109/1079] Compiling GISTools Along.swift
[110/1079] Compiling GISTools Area.swift
[111/1079] Emitting module InternalCollectionsUtilities
[121/1083] Emitting module Yams
[122/1085] Compiling Logging MetadataProvider.swift
[123/1085] Emitting module Logging
[124/1085] Compiling Logging LogHandler.swift
[125/1085] Compiling Logging Locks.swift
[126/1085] Compiling Logging Logging.swift
[129/1086] Compiling GISTools LineArc.swift
[130/1086] Compiling GISTools LineChunk.swift
[132/1086] Compiling SwiftyXMLParser Element.swift
[133/1086] Compiling Yams YamlError.swift
[134/1086] Compiling Yams YamlTagProviding.swift
[135/1086] Compiling SwiftASN1 DER.swift
[136/1086] Compiling SwiftASN1 Errors.swift
[137/1086] Compiling GISTools LineSliceAlong.swift
[140/1087] Compiling SwiftyXMLParser Accessor.swift
[141/1087] Emitting module SwiftyXMLParser
[144/1100] Compiling _RopeModule BigString+Chunk+Breaks.swift
[145/1100] Compiling _RopeModule BigString+Chunk+Counts.swift
[147/1100] Emitting module Gzip
[148/1100] Compiling _RopeModule BigString+Summary.swift
[149/1100] Compiling _RopeModule BigString.swift
[150/1100] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[151/1100] Compiling _RopeModule BigString+Iterators.swift
[152/1100] Compiling _RopeModule BigString+Metrics.swift
[153/1100] Compiling Gzip Data+Gzip.swift
[154/1112] Compiling SwiftyXMLParser XML.swift
[155/1144] Compiling GISTools Feature.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[156/1144] Compiling GISTools FeatureCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[157/1144] Compiling GISTools GeoJson.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[158/1144] Compiling GISTools GeoJsonCodable.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[159/1144] Compiling GISTools GeoJsonConvertible.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[160/1144] Compiling GISTools GeoJsonReader.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[161/1144] Compiling GISTools GeometryCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[162/1144] Compiling GISTools LineSegment.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[163/1144] Compiling GISTools LineString.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[164/1144] Compiling GISTools MultiLineString.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[165/1144] Compiling GISTools MultiPoint.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[166/1166] Compiling SwiftyXMLParser Parser.swift
[167/1166] Compiling SwiftyXMLParser Error.swift
[170/1167] Emitting module SwiftASN1
[171/1168] Compiling _RopeModule Rope+Debugging.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[172/1168] Compiling _RopeModule Rope+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[173/1168] Compiling _RopeModule Rope+_Node.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[174/1168] Compiling _RopeModule BigString+Comparable.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[175/1168] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[176/1168] Compiling _RopeModule BigString+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[177/1168] Compiling _RopeModule BigString+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[178/1168] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[179/1168] Compiling _RopeModule BigString+Hashing.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[180/1168] Compiling _RopeModule BigString+LosslessStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[181/1168] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[182/1168] Compiling _RopeModule BigString+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[183/1168] Compiling _RopeModule BigString+Index.swift
[184/1168] Compiling _RopeModule BigString+Ingester.swift
[185/1168] Compiling _RopeModule BigString+Invariants.swift
[186/1168] Compiling _RopeModule BigString+Builder.swift
[187/1168] Compiling _RopeModule BigString+Contents.swift
[188/1168] Compiling _RopeModule BigString+Debugging.swift
[189/1169] Compiling CoreMetrics Locks.swift
[190/1169] Emitting module CoreMetrics
[191/1169] Compiling CoreMetrics Metrics.swift
[194/1170] Compiling _RopeModule BigString+TextOutputStream.swift
[195/1170] Compiling _RopeModule Rope+_Storage.swift
[196/1170] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[197/1170] Compiling _RopeModule Rope+_UnsafeHandle.swift
[198/1170] Compiling _RopeModule Rope.swift
[199/1170] Compiling _RopeModule RopeElement.swift
[200/1170] Compiling _RopeModule RopeMetric.swift
[201/1170] Compiling _RopeModule RopeSummary.swift
[202/1170] Compiling _RopeModule _RopeItem.swift
[203/1170] Compiling _RopeModule _RopePath.swift
[204/1170] Compiling _RopeModule _RopeVersion.swift
[205/1170] Compiling _RopeModule Rope+Collection.swift
[207/1243] Compiling HeapModule Heap+Descriptions.swift
[208/1243] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[209/1243] Compiling GISTools DoubleExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[210/1243] Compiling GISTools EquatableExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[211/1243] Compiling GISTools FeatureIdentifierExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[212/1243] Compiling GISTools FixedWidthIntegerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[213/1243] Compiling GISTools IntExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[214/1243] Compiling GISTools SetExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[215/1243] Compiling GISTools StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[216/1243] Compiling GISTools GISTool.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[217/1243] Compiling GISTools BoundingBox.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[218/1243] Compiling GISTools BoundingBoxRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[219/1243] Compiling GISTools Coordinate3D.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[220/1337] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[221/1337] Compiling HashTreeCollections _HashNode+Structural filter.swift
[222/1337] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[223/1337] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[224/1337] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[225/1337] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[226/1337] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[227/1337] Compiling HashTreeCollections _HashNode+Structural merge.swift
[228/1337] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[229/1337] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[230/1337] Compiling HashTreeCollections TreeDictionary+Filter.swift
[231/1337] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[232/1337] Compiling HashTreeCollections _HashNode+Structural union.swift
[233/1337] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[234/1339] Compiling ConcurrencyHelpers LockedValueBox.swift
[235/1339] Compiling HeapModule _HeapNode.swift
[236/1339] Compiling HeapModule Heap+UnsafeHandle.swift
[237/1339] Compiling HeapModule Heap+Invariants.swift
[238/1339] Compiling HeapModule Heap.swift
[239/1339] Compiling DequeModule _DequeBuffer.swift
[240/1339] Compiling DequeModule _DequeBufferHeader.swift
[241/1339] Emitting module HeapModule
[242/1340] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[243/1340] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[244/1340] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[245/1340] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/1340] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[251/1340] Compiling HashTreeCollections _HashNode.swift
[252/1340] Compiling DequeModule Deque._UnsafeHandle.swift
[253/1340] Compiling DequeModule Deque.swift
[254/1340] Compiling DequeModule Deque+Testing.swift
[255/1340] Compiling DequeModule Deque._Storage.swift
[256/1340] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[257/1340] Compiling HashTreeCollections _RawHashNode.swift
[258/1340] Compiling HashTreeCollections _UnmanagedHashNode.swift
[259/1340] Compiling HashTreeCollections _UnsafePath.swift
[260/1340] Compiling HashTreeCollections TreeDictionary+Codable.swift
[261/1340] Compiling HashTreeCollections TreeDictionary+Collection.swift
[262/1340] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[263/1340] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[264/1340] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[265/1340] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[266/1340] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[267/1340] Compiling HashTreeCollections _HashNode+Storage.swift
[268/1340] Compiling HashTreeCollections TreeSet+Hashable.swift
[269/1340] Compiling HashTreeCollections TreeSet+Sendable.swift
[270/1340] Compiling HashTreeCollections TreeSet+Sequence.swift
[271/1340] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[272/1340] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[273/1340] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[274/1340] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[275/1340] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[276/1340] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[277/1340] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[289/1357] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[290/1357] Compiling HashTreeCollections TreeDictionary+Keys.swift
[291/1357] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[292/1357] Compiling HashTreeCollections TreeDictionary+Merge.swift
[293/1357] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[294/1357] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[295/1357] Compiling ConcurrencyHelpers Lock.swift
[296/1357] Emitting module ConcurrencyHelpers
[298/1413] Compiling BitCollections BitArray+Descriptions.swift
[299/1413] Compiling BitCollections BitArray+Equatable.swift
[300/1413] Compiling BitCollections BitSet+SetAlgebra union.swift
[301/1413] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[302/1413] Compiling BitCollections BitSet.Counted.swift
[305/1413] Compiling OrderedCollections OrderedSet+Sendable.swift
[306/1413] Compiling OrderedCollections OrderedSet+SubSequence.swift
[307/1413] Compiling OrderedCollections OrderedSet+Testing.swift
[308/1413] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[309/1413] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[310/1413] Compiling OrderedCollections OrderedSet.swift
[311/1413] Compiling OrderedCollections _UnsafeBitset.swift
[312/1413] Compiling HashTreeCollections TreeSet+Equatable.swift
[313/1413] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[314/1413] Compiling HashTreeCollections TreeSet+Extras.swift
[315/1413] Compiling HashTreeCollections TreeSet+Filter.swift
[318/1413] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[319/1413] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[320/1413] Compiling BitCollections BitArray+Extras.swift
[321/1413] Compiling BitCollections BitArray+Fill.swift
[322/1413] Compiling BitCollections BitArray+Hashable.swift
[323/1413] Compiling BitCollections BitArray+Initializers.swift
[324/1413] Compiling BitCollections BitArray+Invariants.swift
[325/1413] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[326/1422] Compiling Metrics Metrics.swift
[327/1422] Emitting module Metrics
[328/1423] Compiling BitCollections BitSet+Initializers.swift
[329/1423] Compiling BitCollections BitSet+Invariants.swift
[330/1423] Compiling BitCollections BitSet+Random.swift
[331/1423] Compiling BitCollections BitSet+SetAlgebra basics.swift
[332/1423] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[333/1423] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[334/1423] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[335/1423] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[336/1423] Compiling BitCollections BitSet+CustomReflectable.swift
[337/1423] Compiling BitCollections BitSet+CustomStringConvertible.swift
[338/1423] Compiling BitCollections BitSet+Equatable.swift
[339/1423] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[340/1423] Compiling BitCollections BitSet+Extras.swift
[341/1423] Compiling BitCollections BitSet+Hashable.swift
[342/1423] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[343/1423] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[345/1423] Compiling BitCollections BitArray+BitwiseOperations.swift
[346/1423] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[347/1423] Compiling BitCollections BitArray+Codable.swift
[348/1423] Compiling BitCollections BitArray+Collection.swift
[349/1423] Compiling BitCollections BitArray+Copy.swift
[350/1423] Compiling BitCollections BitArray+CustomReflectable.swift
[367/1423] Compiling BitCollections BitArray+RandomBits.swift
[368/1423] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[369/1423] Emitting module BitCollections
[370/1430] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[371/1430] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[372/1430] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[373/1430] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[374/1430] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[378/1430] Compiling BitCollections BitSet.Index.swift
[379/1430] Compiling BitCollections BitSet._UnsafeHandle.swift
[380/1430] Compiling BitCollections BitSet.swift
[381/1430] Compiling BitCollections Range+Utilities.swift
[382/1430] Compiling BitCollections Slice+Utilities.swift
[383/1430] Compiling BitCollections UInt+Tricks.swift
[384/1430] Compiling BitCollections _Word.swift
[391/1430] Compiling _RopeModule _CharacterRecognizer.swift
[392/1430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[393/1430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[394/1430] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[395/1430] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[396/1430] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[397/1430] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[398/1430] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[399/1430] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[400/1430] Compiling HashTreeCollections TreeSet.swift
[403/1430] Compiling BitCollections BitArray+Shifts.swift
[404/1430] Compiling BitCollections BitArray+Testing.swift
[405/1430] Compiling BitCollections BitArray._UnsafeHandle.swift
[406/1430] Compiling BitCollections BitArray.swift
[407/1430] Compiling BitCollections BitSet+BidirectionalCollection.swift
[408/1430] Compiling BitCollections BitSet+Codable.swift
[411/1430] Emitting module DequeModule
[426/1434] Compiling _RopeModule Rope+Split.swift
[427/1434] Compiling _RopeModule Optional Utilities.swift
[428/1434] Compiling _RopeModule String Utilities.swift
[429/1434] Compiling _RopeModule String.Index+ABI.swift
[444/1434] Compiling _RopeModule Rope+Join.swift
[445/1434] Compiling _RopeModule Rope+MutatingForEach.swift
[446/1434] Compiling _RopeModule Rope+Remove.swift
[447/1434] Compiling _RopeModule Rope+RemoveSubrange.swift
[450/1434] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[451/1434] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[452/1434] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[453/1434] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[455/1434] Emitting module UnixSignals
[468/1453] Compiling Atomics AtomicInteger.swift
[469/1453] Compiling Atomics AtomicOptionalWrappable.swift
[476/1453] Compiling Atomics OptionalRawRepresentable.swift
[477/1453] Compiling Atomics RawRepresentable.swift
[478/1453] Compiling Atomics AtomicBool.swift
[479/1453] Compiling Atomics IntegerConformances.swift
[480/1453] Compiling Atomics PointerConformances.swift
[481/1453] Compiling Atomics Primitives.native.swift
[482/1453] Compiling Atomics ManagedAtomic.swift
[483/1453] Compiling Atomics ManagedAtomicLazyReference.swift
[491/1453] Compiling UnixSignals UnixSignal.swift
[492/1453] Compiling UnixSignals UnixSignalsSequence.swift
[509/1454] Emitting module _RopeModule
[510/1454] Compiling Atomics AtomicMemoryOrderings.swift
[511/1454] Compiling Atomics DoubleWord.swift
[512/1454] Compiling Atomics UnsafeAtomic.swift
[513/1454] Compiling Atomics UnsafeAtomicLazyReference.swift
[514/1454] Compiling Atomics AtomicReference.swift
[515/1454] Compiling Atomics AtomicStorage.swift
[516/1454] Compiling Atomics AtomicValue.swift
[517/1454] Compiling Atomics Primitives.shims.swift
[523/1456] Compiling Atomics IntegerOperations.swift
[524/1456] Compiling Atomics Unmanaged extensions.swift
[532/1456] Emitting module SwiftProtobuf
[552/1457] Emitting module OrderedCollections
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[559/1458] Compiling SwiftProtobuf empty.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[560/1458] Compiling SwiftProtobuf field_mask.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[561/1458] Compiling SwiftProtobuf source_context.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[562/1458] Compiling SwiftProtobuf struct.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[563/1458] Compiling SwiftProtobuf timestamp.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[564/1458] Compiling SwiftProtobuf type.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[565/1458] Compiling SwiftProtobuf wrappers.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[608/1458] Emitting module HashTreeCollections
[608/1459] Compiling tls13_both.cc
[640/1460] Emitting module Atomics
[641/1460] Compiling ssl_x509.cc
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[654/1462] Emitting module Collections
[655/1462] Compiling Collections Collections.swift
[656/1463] Compiling t1_enc.cc
[663/1463] Compiling ssl_versions.cc
[665/1464] Compiling ssl_transcript.cc
[667/1478] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 |         let start = Double(100_000_000)
553 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
554 |
555 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[667/1479] Compiling ssl_stat.cc
[669/1479] Compiling _ConnectionPoolModule ConnectionRequest.swift
[670/1479] Compiling _ConnectionPoolModule Max2Sequence.swift
[671/1479] Compiling _ConnectionPoolModule TinyFastSequence.swift
[671/1479] Compiling ssl_session.cc
[672/1479] Compiling ssl_key_share.cc
[673/1479] Compiling ssl_privkey.cc
[675/1479] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[676/1479] Compiling _ConnectionPoolModule ConnectionPool.swift
[677/1479] Compiling _ConnectionPoolModule NIOLock.swift
[678/1479] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[679/1479] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[680/1479] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[681/1479] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[682/1479] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[683/1479] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[684/1479] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[684/1479] Compiling ssl_lib.cc
[686/1479] Emitting module _ConnectionPoolModule
[686/1479] Compiling ssl_buffer.cc
[686/1479] Compiling ssl_file.cc
[686/1479] Compiling ssl_cipher.cc
[686/1479] Compiling ssl_cert.cc
[686/1479] Compiling ssl_credential.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[687/1479] Emitting module GISTools
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/747] Write sources
[4/748] Compiling ssl_file.cc
[5/748] Compiling ssl_cipher.cc
[6/748] Compiling ssl_asn1.cc
[7/748] Compiling ssl_credential.cc
[8/748] Compiling ssl_cert.cc
[9/748] Compiling ssl_buffer.cc
[10/748] Write swift-version-24593BA9C3E375BF.txt
[11/748] Compiling s3_pkt.cc
[12/748] Compiling s3_both.cc
[13/748] Compiling c-nioatomics.c
[14/754] Compiling ssl_aead_ctx.cc
[15/761] Compiling s3_lib.cc
[16/767] Compiling handshake_server.cc
[18/772] Compiling _NIODataStructures _TinyArray.swift
[19/774] Compiling _NIODataStructures PriorityQueue.swift
[20/776] Emitting module _NIODataStructures
[21/777] Compiling _NIODataStructures Heap.swift
[23/881] Emitting module _NIOBase64
[24/881] Compiling _NIOBase64 Base64.swift
[25/882] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[26/882] Compiling SwiftProtobuf ExtensionFields.swift
[27/884] Compiling SwiftyXMLParser XML.swift
[28/884] Compiling SwiftyXMLParser Element.swift
[29/884] Compiling handshake_client.cc
[31/884] Compiling SwiftyXMLParser Error.swift
[32/884] Compiling SwiftyXMLParser Parser.swift
[32/890] Compiling c-atomics.c
[34/894] Compiling SwiftProtobuf CustomJSONCodable.swift
[35/894] Compiling SwiftProtobuf Decoder.swift
[36/914] Compiling RealModule Real.swift
[37/914] Compiling RealModule Float80+Real.swift
[38/914] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/914] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/920] Compiling RealModule Float16+Real.swift
[41/920] Compiling RealModule ElementaryFunctions.swift
[42/920] Compiling RealModule Float+Real.swift
[43/920] Emitting module SwiftyXMLParser
[44/920] Compiling SwiftyXMLParser Accessor.swift
[45/921] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[46/921] Compiling InternalCollectionsUtilities Integer rank.swift
[47/921] Compiling InternalCollectionsUtilities Descriptions.swift
[48/921] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/921] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/922] Compiling RealModule RealFunctions.swift
[52/922] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/922] Compiling InternalCollectionsUtilities Debugging.swift
[54/922] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/922] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/924] Compiling Logging MetadataProvider.swift
[60/924] Compiling Yams YamlError.swift
[61/924] Compiling Yams YamlTagProviding.swift
[62/924] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/924] Compiling Logging Locks.swift
[64/924] Emitting module Yams
[65/924] Compiling Logging LogHandler.swift
[69/926] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/926] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/926] Emitting module InternalCollectionsUtilities
[72/926] Emitting module RealModule
[73/927] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/927] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/927] Emitting module Logging
[79/927] Compiling Gzip Data+Gzip.swift
[80/927] Compiling Logging Logging.swift
[81/928] Compiling NIOConcurrencyHelpers atomics.swift
[82/928] Compiling NIOConcurrencyHelpers lock.swift
[84/928] Emitting module NIOConcurrencyHelpers
[85/928] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/929] Emitting module Gzip
[89/930] Compiling SwiftASN1 DER.swift
[90/930] Compiling SwiftASN1 Errors.swift
[95/930] Compiling SwiftProtobuf DoubleParser.swift
[96/930] Compiling SwiftProtobuf Enum.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[107/1013] Emitting module GISTools
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[108/1013] Emitting module SwiftASN1
[109/1025] Compiling GISTools BooleanPointInPolygon.swift
[110/1025] Compiling GISTools BooleanPointOnLine.swift
[111/1025] Compiling GISTools BoundingBoxClip.swift
[112/1025] Compiling GISTools Center.swift
[113/1025] Compiling GISTools Circle.swift
[114/1025] Compiling GISTools Conversions.swift
[116/1025] Compiling GISTools Along.swift
[117/1025] Compiling GISTools Area.swift
[118/1025] Compiling GISTools Bearing.swift
[119/1025] Compiling GISTools BooleanClockwise.swift
[120/1025] Compiling GISTools BooleanCrosses.swift
[121/1025] Compiling GISTools BooleanDisjoint.swift
[123/1086] Compiling ConcurrencyHelpers LockedValueBox.swift
[124/1178] Emitting module ConcurrencyHelpers
[125/1178] Compiling ConcurrencyHelpers Lock.swift
[126/1178] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[127/1178] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[128/1178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[129/1178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[130/1178] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[131/1178] Compiling OrderedCollections OrderedDictionary+Elements.swift
[132/1202] Compiling GISTools Feature.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[133/1202] Compiling GISTools FeatureCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[134/1202] Compiling GISTools GeoJson.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[135/1202] Compiling GISTools GeoJsonCodable.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[136/1202] Compiling GISTools GeoJsonConvertible.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[137/1202] Compiling GISTools GeoJsonReader.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[138/1202] Compiling GISTools GeometryCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[139/1202] Compiling GISTools LineSegment.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[140/1202] Compiling GISTools LineString.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[141/1202] Compiling GISTools MultiLineString.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[142/1202] Compiling GISTools MultiPoint.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[143/1202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[144/1202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[145/1202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[146/1202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[147/1202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[148/1202] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[149/1202] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[150/1202] Compiling _RopeModule RopeMetric.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[151/1202] Compiling _RopeModule RopeSummary.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[152/1202] Compiling _RopeModule _RopeItem.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[153/1202] Compiling _RopeModule _RopePath.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[154/1202] Compiling _RopeModule _RopeVersion.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[155/1202] Compiling _RopeModule Rope+Collection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[156/1202] Compiling _RopeModule Rope+Index.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[157/1202] Compiling _RopeModule Rope+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[158/1202] Compiling _RopeModule Rope+Append.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[159/1202] Compiling _RopeModule Rope+Extract.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[160/1202] Compiling _RopeModule Rope+Find.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[161/1202] Compiling _RopeModule Rope+ForEachWhile.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[162/1202] Compiling _RopeModule Rope+Insert.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[163/1202] Compiling GISTools RhumbDistance.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[164/1202] Compiling GISTools Simplify.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[165/1202] Compiling GISTools TileCover.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[167/1202] Compiling Atomics IntegerOperations.swift
[168/1202] Compiling Atomics Unmanaged extensions.swift
[169/1202] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[170/1202] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[171/1202] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[172/1202] Compiling OrderedCollections _HashTable.swift
[173/1202] Compiling OrderedCollections _Hashtable+Header.swift
[174/1202] Compiling OrderedCollections OrderedDictionary+Codable.swift
[175/1209] Compiling CoreMetrics Locks.swift
[176/1209] Emitting module CoreMetrics
[177/1209] Compiling CoreMetrics Metrics.swift
[182/1210] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[183/1210] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[184/1210] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[186/1217] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[201/1220] Compiling OrderedCollections OrderedSet+Sendable.swift
[202/1220] Compiling OrderedCollections OrderedSet+SubSequence.swift
[203/1220] Compiling OrderedCollections OrderedSet+Testing.swift
[204/1220] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[216/1220] Compiling GISTools MultiPolygon.swift
[217/1220] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[218/1220] Compiling OrderedCollections OrderedSet.swift
[219/1220] Compiling OrderedCollections _UnsafeBitset.swift
[229/1220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[230/1220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[231/1220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[232/1220] Compiling OrderedCollections OrderedDictionary.swift
[233/1220] Compiling OrderedCollections OrderedSet+Codable.swift
[234/1220] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[235/1220] Compiling OrderedCollections OrderedSet+Descriptions.swift
[236/1220] Compiling OrderedCollections OrderedSet+Diffing.swift
[237/1220] Compiling OrderedCollections OrderedSet+Equatable.swift
[238/1220] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[239/1220] Compiling OrderedCollections OrderedSet+Hashable.swift
[240/1231] Compiling HeapModule Heap+Descriptions.swift
[257/1231] Compiling UnixSignals UnixSignalsSequence.swift
[260/1231] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[261/1234] Compiling UnixSignals UnixSignal.swift
[262/1234] Emitting module UnixSignals
[263/1235] Compiling HeapModule Heap+Invariants.swift
[264/1235] Compiling HeapModule Heap+UnsafeHandle.swift
[265/1235] Compiling HeapModule Heap.swift
[267/1235] Compiling HeapModule _HeapNode.swift
[280/1235] Compiling Algorithms Trim.swift
[281/1235] Compiling Algorithms Unique.swift
[282/1235] Compiling Algorithms Windows.swift
[283/1235] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[284/1235] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[285/1235] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[286/1235] Compiling OrderedCollections OrderedDictionary+Values.swift
[287/1235] Compiling OrderedCollections OrderedSet+Initializers.swift
[288/1235] Compiling OrderedCollections OrderedSet+Insertions.swift
[289/1235] Compiling OrderedCollections OrderedSet+Invariants.swift
[290/1235] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[291/1235] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[314/1235] Emitting module HeapModule
[322/1238] Compiling OrderedCollections _HashTable+Testing.swift
[323/1238] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[340/1247] Compiling Metrics Metrics.swift
[341/1247] Emitting module Metrics
[342/1248] Compiling OrderedCollections _HashTable+Bucket.swift
[343/1248] Compiling OrderedCollections _HashTable+BucketIterator.swift
[344/1248] Compiling OrderedCollections _HashTable+Constants.swift
[345/1248] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[355/1248] Compiling SwiftProtobuf api.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[356/1248] Compiling SwiftProtobuf descriptor.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[357/1248] Compiling SwiftProtobuf duration.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[358/1248] Compiling SwiftProtobuf empty.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[359/1248] Compiling SwiftProtobuf field_mask.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[360/1248] Compiling SwiftProtobuf source_context.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[361/1248] Compiling SwiftProtobuf struct.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[362/1248] Compiling SwiftProtobuf timestamp.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[363/1248] Compiling SwiftProtobuf type.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[364/1248] Compiling SwiftProtobuf wrappers.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[397/1248] Emitting module Atomics
[398/1340] Compiling DequeModule _DequeBuffer.swift
[399/1340] Compiling DequeModule _DequeBufferHeader.swift
[400/1340] Compiling DequeModule Deque._UnsafeHandle.swift
[401/1340] Compiling DequeModule Deque.swift
[402/1340] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[403/1340] Compiling HashTreeCollections _HashNode+Structural filter.swift
[404/1340] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[405/1340] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[406/1340] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[407/1340] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[408/1340] Compiling DequeModule Deque+Codable.swift
[409/1340] Compiling DequeModule Deque+Collection.swift
[410/1340] Compiling DequeModule Deque+CustomReflectable.swift
[411/1340] Compiling DequeModule Deque+Descriptions.swift
[412/1340] Compiling DequeModule Deque+Equatable.swift
[413/1340] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[414/1340] Compiling DequeModule Deque+Extras.swift
[415/1340] Compiling DequeModule Deque+Hashable.swift
[416/1340] Compiling DequeModule Deque+Testing.swift
[417/1340] Compiling DequeModule Deque._Storage.swift
[419/1340] Emitting module OrderedCollections
[420/1341] Emitting module _RopeModule
[424/1343] Emitting module Algorithms
[425/1344] Emitting module SwiftProtobuf
[443/1397] Compiling BitCollections BitSet+Hashable.swift
[444/1397] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[445/1397] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[446/1397] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[447/1397] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[448/1397] Compiling BitCollections BitSet+SetAlgebra union.swift
[449/1397] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[450/1397] Compiling BitCollections BitSet.Counted.swift
[451/1397] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[452/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[453/1407] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[454/1407] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[455/1407] Compiling HashTreeCollections TreeDictionary+Filter.swift
[456/1407] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[457/1407] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[458/1407] Compiling HashTreeCollections TreeDictionary+Keys.swift
[459/1407] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[460/1407] Compiling HashTreeCollections TreeDictionary+Merge.swift
[461/1407] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[462/1407] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[463/1407] Compiling HashTreeCollections TreeDictionary+Values.swift
[464/1407] Compiling HashTreeCollections TreeDictionary.swift
[465/1407] Compiling HashTreeCollections TreeSet+Codable.swift
[466/1407] Compiling HashTreeCollections TreeSet+Collection.swift
[467/1407] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[468/1407] Compiling HashTreeCollections TreeSet+Debugging.swift
[469/1407] Compiling HashTreeCollections TreeSet+Descriptions.swift
[470/1407] Compiling HashTreeCollections TreeSet+Equatable.swift
[471/1407] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[472/1407] Compiling HashTreeCollections TreeSet+Extras.swift
[473/1407] Compiling HashTreeCollections TreeSet+Filter.swift
[474/1407] Compiling BitCollections BitArray+Invariants.swift
[475/1407] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[476/1407] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[477/1407] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[478/1407] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[479/1407] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[480/1407] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[481/1407] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[482/1407] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[483/1407] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[484/1407] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[485/1407] Compiling HashTreeCollections TreeSet.swift
[495/1407] Compiling BitCollections BitArray+Descriptions.swift
[496/1407] Compiling BitCollections BitArray+Equatable.swift
[497/1407] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[498/1407] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[499/1407] Compiling BitCollections BitArray+Hashable.swift
[500/1407] Compiling BitCollections BitArray+Initializers.swift
[501/1407] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[502/1407] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[503/1407] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[504/1407] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[505/1407] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[506/1407] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[507/1407] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[508/1407] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[509/1407] Compiling BitCollections BitSet+CustomReflectable.swift
[510/1407] Compiling BitCollections BitSet+CustomStringConvertible.swift
[511/1407] Compiling BitCollections BitSet+Equatable.swift
[512/1407] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[513/1407] Compiling BitCollections BitSet+Extras.swift
[515/1407] Compiling BitCollections BitSet+Initializers.swift
[516/1407] Compiling BitCollections BitSet+Invariants.swift
[517/1407] Compiling BitCollections BitSet+Random.swift
[518/1407] Compiling BitCollections BitSet+SetAlgebra basics.swift
[519/1407] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[520/1407] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[521/1407] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[526/1407] Compiling BitCollections BitArray+BitwiseOperations.swift
[529/1407] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[531/1414] Emitting module DequeModule
[552/1416] Compiling BitCollections BitSet+BidirectionalCollection.swift
[553/1416] Compiling BitCollections BitSet+Codable.swift
[564/1416] Emitting module BitCollections
[567/1416] Compiling BitCollections BitArray+Codable.swift
[568/1416] Compiling BitCollections BitArray+Collection.swift
[569/1416] Compiling BitCollections BitArray+Copy.swift
[570/1416] Compiling BitCollections BitArray+CustomReflectable.swift
[573/1490] Compiling NIOCore NIOAny.swift
[574/1490] Compiling NIOCore NIOCloseOnErrorHandler.swift
[575/1490] Compiling NIOCore NIOLoopBound.swift
[576/1490] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[577/1490] Compiling NIOCore NIOScheduledCallback.swift
[578/1490] Compiling NIOCore NIOSendable.swift
[579/1490] Compiling NIOCore RecvByteBufferAllocator.swift
[580/1490] Compiling NIOCore NIOAsyncWriter.swift
[581/1490] Compiling NIOCore ByteBuffer-multi-int.swift
[582/1490] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[583/1490] Compiling NIOCore ByteBuffer-views.swift
[584/1490] Compiling NIOCore Channel.swift
[585/1490] Compiling NIOCore ChannelHandler.swift
[586/1490] Compiling NIOCore ChannelHandlers.swift
[587/1490] Compiling NIOCore ChannelInvoker.swift
[588/1490] Compiling NIOCore ChannelOption.swift
[589/1490] Compiling NIOCore ChannelPipeline.swift
[590/1490] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[591/1490] Compiling NIOCore BSDSocketAPI.swift
[592/1490] Compiling NIOCore ByteBuffer-aux.swift
[593/1490] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[594/1490] Compiling NIOCore ByteBuffer-conversions.swift
[595/1490] Compiling NIOCore ByteBuffer-core.swift
[596/1491] Compiling NIOCore AddressedEnvelope.swift
[597/1491] Compiling NIOCore AsyncAwaitSupport.swift
[598/1491] Compiling NIOCore AsyncChannel.swift
[599/1491] Compiling NIOCore AsyncChannelHandler.swift
[600/1491] Compiling NIOCore AsyncChannelInboundStream.swift
[601/1491] Compiling NIOCore AsyncChannelOutboundWriter.swift
[602/1491] Compiling NIOCore NIOAsyncSequenceProducer.swift
[603/1491] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[618/1491] Compiling NIOCore EventLoop+SerialExecutor.swift
[619/1491] Compiling NIOCore EventLoop.swift
[620/1491] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[621/1491] Compiling NIOCore EventLoopFuture+Deprecated.swift
[622/1491] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[623/1491] Compiling NIOCore EventLoopFuture.swift
[624/1491] Compiling NIOCore FileDescriptor.swift
[625/1491] Compiling NIOCore FileHandle.swift
[626/1491] Compiling NIOCore FileRegion.swift
[627/1491] Compiling NIOCore GlobalSingletons.swift
[628/1491] Compiling NIOCore IO.swift
[630/1491] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 |         let start = Double(100_000_000)
553 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
554 |
555 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[634/1537] Compiling handshake.cc
[636/1537] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[637/1537] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[638/1537] Compiling _ConnectionPoolModule TinyFastSequence.swift
[638/1537] Compiling handoff.cc
[640/1537] Compiling NIOCore MulticastChannel.swift
[648/1545] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[649/1545] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[650/1545] Emitting module AsyncAlgorithms
[651/1551] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[652/1551] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[653/1551] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[654/1551] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[655/1551] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[656/1551] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[657/1551] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[658/1551] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[659/1551] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[660/1551] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[661/1551] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[662/1551] Emitting module _ConnectionPoolModule
[663/1551] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[664/1551] Compiling AsyncAlgorithms AsyncChannel.swift
[665/1551] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[666/1551] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[667/1551] Emitting module HashTreeCollections
[673/1552] Compiling encrypted_client_hello.cc
[673/1552] Compiling extensions.cc
BUILD FAILURE 6.1 android