The Swift Package Index logo.Swift Package Index

Build Information

Successful build of gis-tools with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/gis-tools.git
Reference: v1.4.0
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/gis-tools
 * tag               v1.4.0     -> FETCH_HEAD
HEAD is now at 3a72a66 #45: Switch from Int ids to UInt ids if overflow happens and the id is not negative (#46)
Cloned https://github.com/Outdooractive/gis-tools.git
Revision (git rev-parse @):
3a72a667c557e84527be32e5fa7ff34953716868
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/gis-tools.git at v1.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/Outdooractive/gis-tools.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/77] Emitting module GISTools
[2/87] Compiling GISTools Point.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[3/87] Compiling GISTools Polygon.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[4/87] Compiling GISTools Polyline.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[5/87] Compiling GISTools Projectable.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[6/87] Compiling GISTools Projection.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[7/87] Compiling GISTools RTree.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[8/87] Compiling GISTools Ring.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[9/87] Compiling GISTools WKBCoder.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[10/87] Compiling GISTools WKTCoder.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[11/87] Compiling GISTools MapTile.swift
/host/spi-builder-workspace/Sources/GISTools/GeoJson/WKBCoder.swift:618:19: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
            into: &into)
                  ^
[12/87] Compiling GISTools BoundingBoxClip.swift
[13/87] Compiling GISTools Buffer.swift
[14/87] Compiling GISTools Center.swift
[15/87] Compiling GISTools Circle.swift
[16/87] Compiling GISTools Conversions.swift
[17/87] Compiling GISTools Destination.swift
[18/87] Compiling GISTools Distance.swift
[19/87] Compiling GISTools EnumerateCoordinates.swift
[20/87] Compiling GISTools Flatten.swift
[21/87] Compiling GISTools FrechetDistance.swift
[22/87] Compiling GISTools Length.swift
[23/87] Compiling GISTools NearestPointToLine.swift
[24/87] Compiling GISTools PointOnFeature.swift
[25/87] Compiling GISTools PointToLineDistance.swift
[26/87] Compiling GISTools PointsWithinPolygon.swift
[27/87] Compiling GISTools PoleOfInaccessibility.swift
[28/87] Compiling GISTools PolygonToLine.swift
[29/87] Compiling GISTools Reverse.swift
[30/87] Compiling GISTools RhumbBearing.swift
[31/87] Compiling GISTools RhumbDestination.swift
[32/87] Compiling GISTools RhumbDistance.swift
[33/87] Compiling GISTools Simplify.swift
[34/87] Compiling GISTools LineArc.swift
[35/87] Compiling GISTools LineChunk.swift
[36/87] Compiling GISTools LineIntersect.swift
[37/87] Compiling GISTools LineOverlap.swift
[38/87] Compiling GISTools LineSegments.swift
[39/87] Compiling GISTools LineSlice.swift
[40/87] Compiling GISTools LineSliceAlong.swift
[41/87] Compiling GISTools MidPoint.swift
[42/87] Compiling GISTools NearestPoint.swift
[43/87] Compiling GISTools NearestPointOnFeature.swift
[44/87] Compiling GISTools NearestPointOnLine.swift
[45/87] Compiling GISTools Along.swift
[46/87] Compiling GISTools Area.swift
[47/87] Compiling GISTools Bearing.swift
[48/87] Compiling GISTools BooleanClockwise.swift
[49/87] Compiling GISTools BooleanCrosses.swift
[50/87] Compiling GISTools BooleanDisjoint.swift
[51/87] Compiling GISTools BooleanIntersects.swift
[52/87] Compiling GISTools BooleanOverlap.swift
[53/87] Compiling GISTools BooleanParallel.swift
[54/87] Compiling GISTools BooleanPointInPolygon.swift
[55/87] Compiling GISTools BooleanPointOnLine.swift
[56/87] Compiling GISTools TileCover.swift
[57/87] Compiling GISTools TransformCoordinates.swift
[58/87] Compiling GISTools TransformRotate.swift
[59/87] Compiling GISTools TransformScale.swift
[60/87] Compiling GISTools TransformTranslate.swift
[61/87] Compiling GISTools Truncate.swift
[62/87] Compiling GISTools Union.swift
[63/87] Compiling GISTools Validatable.swift
[64/87] Compiling GISTools ArrayExtensions.swift
[65/87] Compiling GISTools Benchmark.swift
[66/87] Compiling GISTools CLLocationDegreesExtensions.swift
[67/87] Compiling GISTools GeoJson.swift
[68/87] Compiling GISTools GeoJsonCodable.swift
[69/87] Compiling GISTools GeoJsonConvertible.swift
[70/87] Compiling GISTools GeoJsonReader.swift
[71/87] Compiling GISTools GeometryCollection.swift
[72/87] Compiling GISTools LineSegment.swift
[73/87] Compiling GISTools LineString.swift
[74/87] Compiling GISTools MultiLineString.swift
[75/87] Compiling GISTools MultiPoint.swift
[76/87] Compiling GISTools MultiPolygon.swift
[77/87] Compiling GISTools DataExtensions.swift
[78/87] Compiling GISTools DoubleExtensions.swift
[79/87] Compiling GISTools FeatureIdentifierExtensions.swift
[80/87] Compiling GISTools FixedWidthIntegerExtensions.swift
[81/87] Compiling GISTools StringExtensions.swift
[82/87] Compiling GISTools GISTool.swift
[83/87] Compiling GISTools BoundingBox.swift
[84/87] Compiling GISTools BoundingBoxRepresentable.swift
[85/87] Compiling GISTools Coordinate3D.swift
[86/87] Compiling GISTools Feature.swift
[87/87] Compiling GISTools FeatureCollection.swift
Build complete! (12.13s)
Build complete.
Done.

Build Machine: Linux 2