The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GeoProjector, reference main (99de9f), with Swift 6.2 (beta) for Android on 20 Jun 2025 19:58:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maparoni/GeoProjector.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/maparoni/GeoProjector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99de9f3 Add NaturalEarth projection (#35)
Cloned https://github.com/maparoni/GeoProjector.git
Revision (git rev-parse @):
99de9f3956a02a41a1ae2f96142820c507cd6698
SUCCESS checkout https://github.com/maparoni/GeoProjector.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/maparoni/GeoProjector.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/maparoni/geojsonkit-turf
Fetching https://github.com/maparoni/geojsonkit.git
[1/362] Fetching geojsonkit
[360/3449] Fetching geojsonkit, geojsonkit-turf
[1503/9408] Fetching geojsonkit, geojsonkit-turf, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[3449/3449] Fetching geojsonkit, geojsonkit-turf
Fetched https://github.com/maparoni/geojsonkit.git from cache (0.82s)
Fetched https://github.com/maparoni/geojsonkit-turf from cache (0.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.42s)
Computing version for https://github.com/maparoni/geojsonkit.git
Computed https://github.com/maparoni/geojsonkit.git at 0.6.0 (1.15s)
Computing version for https://github.com/maparoni/geojsonkit-turf
Computed https://github.com/maparoni/geojsonkit-turf at 0.4.3 (1.20s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.09s)
Creating working copy for https://github.com/maparoni/geojsonkit-turf
Working copy of https://github.com/maparoni/geojsonkit-turf resolved at 0.4.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/maparoni/geojsonkit.git
Working copy of https://github.com/maparoni/geojsonkit.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write sources
[7/9] Compiling _NumericsShims _NumericsShims.c
[7/9] Write swift-version-8C5A4AE7A8CE2BA.txt
[10/22] Emitting module RealModule
[11/23] Compiling RealModule Float80+Real.swift
[12/23] Compiling RealModule Real.swift
[13/23] Compiling RealModule Float+Real.swift
[14/23] Compiling RealModule Float16+Real.swift
[15/23] Compiling RealModule AugmentedArithmetic.swift
[16/23] Compiling RealModule Double+Real.swift
[17/23] Compiling RealModule AlgebraicField.swift
[18/23] Compiling RealModule ApproximateEquality.swift
[19/23] Compiling RealModule ElementaryFunctions.swift
[20/23] Compiling RealModule RealFunctions.swift
[22/49] Compiling Algorithms Split.swift
[23/49] Compiling Algorithms Stride.swift
[24/49] Compiling Algorithms Suffix.swift
[25/52] Compiling Algorithms RandomSample.swift
[26/52] Compiling Algorithms Reductions.swift
[27/52] Compiling Algorithms Rotate.swift
[28/52] Compiling Algorithms Compacted.swift
[29/52] Compiling Algorithms Cycle.swift
[30/52] Compiling Algorithms EitherSequence.swift
[31/52] Compiling Algorithms FirstNonNil.swift
[32/52] Compiling Algorithms Partition.swift
[33/52] Compiling Algorithms Permutations.swift
[34/52] Compiling Algorithms Product.swift
[35/52] Compiling Algorithms Trim.swift
[36/52] Compiling Algorithms Unique.swift
[37/52] Compiling Algorithms Windows.swift
[38/52] Compiling Algorithms FlattenCollection.swift
[39/52] Compiling Algorithms Grouped.swift
[40/52] Compiling Algorithms Indexed.swift
[41/52] Compiling Algorithms Intersperse.swift
[42/52] Compiling Algorithms Joined.swift
[43/52] Compiling Algorithms Keyed.swift
[44/52] Compiling Algorithms MinMax.swift
[45/52] Compiling GeoJSONKit GeoJSON.swift
[46/52] Compiling GeoJSONKit GeoJSON+Codable.swift
[47/52] Emitting module GeoJSONKit
[49/70] Compiling GeoJSONKitTurf ClosestCoordinate.swift
[50/70] Compiling GeoJSONKitTurf ConvexHull.swift
[51/70] Compiling GeoJSONKitTurf CoreLocation.swift
[52/70] Compiling GeoJSONKitTurf Turf+BoundingBox.swift
[53/70] Compiling GeoJSONKitTurf Turf+Polygon.swift
[54/70] Compiling GeoJSONKitTurf Turf.swift
[55/72] Compiling GeoJSONKitTurf DouglasPeucker.swift
[56/72] Compiling GeoJSONKitTurf MonotoneChain.swift
[58/72] Compiling GeoJSONKitTurf Turf+GeometryObject.swift
[59/72] Compiling GeoJSONKitTurf RadianCoordinate2D.swift
[60/72] Compiling GeoJSONKitTurf Simplify.swift
[61/72] Compiling GeoJSONKitTurf Turf+LineString.swift
[62/72] Compiling GeoJSONKitTurf Turf+LinearRing.swift
[63/72] Emitting module GeoJSONKitTurf
[64/72] Compiling GeoJSONKitTurf GeoJSON+Helpers.swift
[65/72] Compiling GeoJSONKitTurf GeoJSON+LineString+EncodedPolyline.swift
[66/72] Compiling GeoJSONKitTurf Position+Helpers.swift
[70/72] Emitting module Algorithms
[72/73] Compiling GeoJSONKitTurf Spline.swift
[73/73] Compiling GeoJSONKitTurf SutherlandHodgeman.swift
[75/83] Compiling GeoProjector Projections.swift
[76/84] Compiling GeoProjector Projections+Azimuthal.swift
[77/84] Compiling GeoProjector ProjectionMode.swift
[78/84] Compiling GeoProjector Projections+Cylindrical.swift
[79/84] Compiling GeoProjector Structs.swift
[80/84] Compiling GeoProjector Interpolator.swift
[81/84] Compiling GeoProjector Projection.swift
[82/84] Emitting module GeoProjector
[83/84] Compiling GeoProjector Projections+Orthographic.swift
[84/84] Compiling GeoProjector Projections+Pseudocylindrical.swift
[86/93] Compiling GeoDrawer GeoDrawer+Image.swift
[87/93] Compiling GeoDrawer GeoDrawer+CoreGraphics.swift
[88/93] Emitting module GeoDrawer
[89/93] Compiling GeoDrawer GeoJSON+Continents.swift
[90/93] Compiling GeoDrawer GeoMap+UIKit.swift
[91/93] Compiling GeoDrawer GeoMap+AppKit.swift
[92/93] Compiling GeoDrawer GeoDrawerContent+Style.swift
[93/93] Compiling GeoDrawer GeoDrawer.swift
Build complete! (40.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "geojsonkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maparoni/geojsonkit.git"
    },
    {
      "identity" : "geojsonkit-turf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maparoni/geojsonkit-turf"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "GeoProjector",
  "name" : "GeoProjector",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "xros",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoProjector",
      "targets" : [
        "GeoProjector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GeoDrawer",
      "targets" : [
        "GeoDrawer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoProjectorTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoProjectorTests",
      "path" : "Tests/GeoProjectorTests",
      "sources" : [
        "MapBoundsTests.swift",
        "NaturalEarthTests.swift",
        "ProjectionTests.swift",
        "TranslationTests.swift"
      ],
      "target_dependencies" : [
        "GeoProjector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoProjector",
      "module_type" : "SwiftTarget",
      "name" : "GeoProjector",
      "path" : "Sources/GeoProjector",
      "product_dependencies" : [
        "GeoJSONKit",
        "GeoJSONKitTurf"
      ],
      "product_memberships" : [
        "GeoProjector",
        "GeoDrawer"
      ],
      "sources" : [
        "Interpolator.swift",
        "Projection.swift",
        "ProjectionMode.swift",
        "Projections+Azimuthal.swift",
        "Projections+Cylindrical.swift",
        "Projections+Orthographic.swift",
        "Projections+Pseudocylindrical.swift",
        "Projections.swift",
        "Structs.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeoDrawer",
      "module_type" : "SwiftTarget",
      "name" : "GeoDrawer",
      "path" : "Sources/GeoDrawer",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "GeoDrawer"
      ],
      "sources" : [
        "GeoDrawer+CoreGraphics.swift",
        "GeoDrawer+Image.swift",
        "GeoDrawer.swift",
        "GeoJSON+Continents.swift",
        "GeoMap+AppKit.swift",
        "GeoMap+UIKit.swift",
        "styling/GeoDrawerContent+Style.swift"
      ],
      "target_dependencies" : [
        "GeoProjector"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.