The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/Outdooractive/gis-tools.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/79] Emitting module GISTools
[4/89] Compiling GISTools NearestPointToLine.swift
[5/89] Compiling GISTools PointOnFeature.swift
[6/89] Compiling GISTools PointToLineDistance.swift
[7/89] Compiling GISTools PointsWithinPolygon.swift
[8/89] Compiling GISTools PoleOfInaccessibility.swift
[9/89] Compiling GISTools PolygonToLine.swift
[10/89] Compiling GISTools Reverse.swift
[11/89] Compiling GISTools RhumbBearing.swift
[12/89] Compiling GISTools RhumbDestination.swift
[13/89] Compiling GISTools RhumbDistance.swift
[14/89] Compiling GISTools Simplify.swift
[15/89] 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)
                  ^
[16/89] 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)
                  ^
[17/89] 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)
                  ^
[18/89] 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)
                  ^
[19/89] 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)
                  ^
[20/89] 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)
                  ^
[21/89] 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)
                  ^
[22/89] 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)
                  ^
[23/89] 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)
                  ^
[24/89] 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)
                  ^
[25/89] Compiling GISTools Along.swift
[26/89] Compiling GISTools Area.swift
[27/89] Compiling GISTools Bearing.swift
[28/89] Compiling GISTools BooleanClockwise.swift
[29/89] Compiling GISTools BooleanCrosses.swift
[30/89] Compiling GISTools BooleanDisjoint.swift
[31/89] Compiling GISTools BooleanIntersects.swift
[32/89] Compiling GISTools BooleanOverlap.swift
[33/89] Compiling GISTools BooleanParallel.swift
[34/89] Compiling GISTools BooleanPointInPolygon.swift
[35/89] Compiling GISTools BooleanPointOnLine.swift
[36/89] Compiling GISTools LineArc.swift
[37/89] Compiling GISTools LineChunk.swift
[38/89] Compiling GISTools LineIntersect.swift
[39/89] Compiling GISTools LineOverlap.swift
[40/89] Compiling GISTools LineSegments.swift
[41/89] Compiling GISTools LineSlice.swift
[42/89] Compiling GISTools LineSliceAlong.swift
[43/89] Compiling GISTools MidPoint.swift
[44/89] Compiling GISTools NearestPoint.swift
[45/89] Compiling GISTools NearestPointOnFeature.swift
[46/89] Compiling GISTools NearestPointOnLine.swift
[47/89] Compiling GISTools BoundingBoxClip.swift
[48/89] Compiling GISTools Buffer.swift
[49/89] Compiling GISTools Center.swift
[50/89] Compiling GISTools Circle.swift
[51/89] Compiling GISTools Conversions.swift
[52/89] Compiling GISTools Destination.swift
[53/89] Compiling GISTools Distance.swift
[54/89] Compiling GISTools EnumerateCoordinates.swift
[55/89] Compiling GISTools Flatten.swift
[56/89] Compiling GISTools FrechetDistance.swift
[57/89] Compiling GISTools Length.swift
[58/89] Compiling GISTools TileCover.swift
[59/89] Compiling GISTools TransformCoordinates.swift
[60/89] Compiling GISTools TransformRotate.swift
[61/89] Compiling GISTools TransformScale.swift
[62/89] Compiling GISTools TransformTranslate.swift
[63/89] Compiling GISTools Truncate.swift
[64/89] Compiling GISTools Union.swift
[65/89] Compiling GISTools Validatable.swift
[66/89] Compiling GISTools ArrayExtensions.swift
[67/89] Compiling GISTools Benchmark.swift
[68/89] Compiling GISTools CLLocationDegreesExtensions.swift
[69/89] Compiling GISTools GeoJson.swift
[70/89] Compiling GISTools GeoJsonCodable.swift
[71/89] Compiling GISTools GeoJsonConvertible.swift
[72/89] Compiling GISTools GeoJsonReader.swift
[73/89] Compiling GISTools GeometryCollection.swift
[74/89] Compiling GISTools LineSegment.swift
[75/89] Compiling GISTools LineString.swift
[76/89] Compiling GISTools MultiLineString.swift
[77/89] Compiling GISTools MultiPoint.swift
[78/89] Compiling GISTools MultiPolygon.swift
[79/89] Compiling GISTools DataExtensions.swift
[80/89] Compiling GISTools DoubleExtensions.swift
[81/89] Compiling GISTools FeatureIdentifierExtensions.swift
[82/89] Compiling GISTools FixedWidthIntegerExtensions.swift
[83/89] Compiling GISTools StringExtensions.swift
[84/89] Compiling GISTools GISTool.swift
[85/89] Compiling GISTools BoundingBox.swift
[86/89] Compiling GISTools BoundingBoxRepresentable.swift
[87/89] Compiling GISTools Coordinate3D.swift
[88/89] Compiling GISTools Feature.swift
[89/89] Compiling GISTools FeatureCollection.swift
Build complete! (9.46s)
Build complete.
Done.

Build Machine: Linux 1