The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of mvt-tools, reference v1.8.5 (8a4bdf), with Swift 6.1 for Linux on 29 Apr 2025 09:15:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/mvt-tools.git
Reference: v1.8.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-tools
 * tag               v1.8.5     -> FETCH_HEAD
HEAD is now at 8a4bdf7 #33: Adds near(lat,long,tolerance) to the query language (#34)
Cloned https://github.com/Outdooractive/mvt-tools.git
Revision (git rev-parse @):
8a4bdf7a632b480557e8b5d0bd4f761c64730f6b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-tools.git at v1.8.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Outdooractive/mvt-tools.git
https://github.com/Outdooractive/mvt-tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "gis-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/gis-tools"
    },
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf"
    }
  ],
  "manifest_display_name" : "mvt-tools",
  "name" : "mvt-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "mvt",
      "targets" : [
        "MVTCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MVTTools",
      "targets" : [
        "MVTTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MVTToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "MVTToolsTests",
      "path" : "Tests/MVTToolsTests",
      "sources" : [
        "ArrayExtensionsTests.swift",
        "DictionaryExtensionsTests.swift",
        "FixtureInfo.swift",
        "GeoJsonTests.swift",
        "MVTDecoderTests.swift",
        "MVTEncoderTests.swift",
        "ProjectionTests.swift",
        "QueryParserTests.swift",
        "QueryTests.swift",
        "TestData.swift",
        "VectorTileTests.swift"
      ],
      "target_dependencies" : [
        "MVTTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MVTTools",
      "module_type" : "SwiftTarget",
      "name" : "MVTTools",
      "path" : "Sources/MVTTools",
      "product_dependencies" : [
        "GISTools",
        "Gzip",
        "Logging",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "mvt",
        "MVTTools"
      ],
      "sources" : [
        "Coders/MVTDecoder.swift",
        "Coders/MVTEncoder.swift",
        "ExportOptions.swift",
        "Extensions/ArrayExtensions.swift",
        "Extensions/DictionaryExtensions.swift",
        "Extensions/DoubleExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/RingExtensions.swift",
        "Extensions/StringExtensions.swift",
        "GeoJson.swift",
        "Info.swift",
        "Merge.swift",
        "Query.swift",
        "QueryParser.swift",
        "VectorTile.swift",
        "VectorTile_Tile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MVTCLI",
      "module_type" : "SwiftTarget",
      "name" : "MVTCLI",
      "path" : "Sources/MVTCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "mvt"
      ],
      "sources" : [
        "CLI.swift",
        "Dump.swift",
        "Export.swift",
        "Extensions/ArrayExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/OptionalProtocol.swift",
        "Extensions/SetExtensions.swift",
        "Extensions/StringExtensions.swift",
        "Import.swift",
        "Info.swift",
        "Merge.swift",
        "Query.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "MVTTools"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/1024jp/GzipSwift.git
[1/1549] Fetching gzipswift
[1504/5385] Fetching gzipswift, swift-log
[5386/20335] Fetching gzipswift, swift-log, swift-argument-parser
[20336/58839] Fetching gzipswift, swift-log, swift-argument-parser, swift-protobuf
[57300/61679] Fetching gzipswift, swift-log, swift-argument-parser, swift-protobuf, gis-tools
Fetched https://github.com/Outdooractive/gis-tools from cache (3.49s)
Fetched https://github.com/apple/swift-log.git from cache (3.50s)
Fetched https://github.com/1024jp/GzipSwift.git from cache (5.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.71s)
Fetched https://github.com/apple/swift-protobuf from cache (5.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (6.20s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (1.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.29.0 (0.43s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.12.3 (1.74s)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.29.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
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/23] Write sources
[2/23] Copying PrivacyInfo.xcprivacy
[2/23] Write sources
[11/23] Compiling system-zlib anchor.c
[12/23] Write swift-version-24593BA9C3E375BF.txt
[14/197] Emitting module ArgumentParserToolInfo
[15/197] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/198] Wrapping AST for ArgumentParserToolInfo for debugging
[18/236] Emitting module Logging
[19/236] Compiling Logging Locks.swift
[20/236] Compiling Logging MetadataProvider.swift
[21/236] Compiling Logging LogHandler.swift
[22/236] Compiling Logging Logging.swift
[24/237] Compiling ArgumentParser OptionGroup.swift
[25/237] Compiling ArgumentParser AsyncParsableCommand.swift
[26/237] Compiling ArgumentParser CommandConfiguration.swift
[27/237] Compiling ArgumentParser CommandGroup.swift
[28/237] Compiling ArgumentParser EnumerableFlag.swift
[29/237] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/237] Compiling ArgumentParser CompletionsGenerator.swift
[31/237] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/237] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/237] Compiling ArgumentParser Argument.swift
[34/237] Compiling ArgumentParser ArgumentHelp.swift
[35/237] Compiling ArgumentParser ArgumentVisibility.swift
[36/237] Emitting module GISTools
[36/248] Wrapping AST for Logging for debugging
[38/248] Emitting module Gzip
[39/248] Compiling Gzip Data+Gzip.swift
[40/249] Wrapping AST for Gzip for debugging
[42/249] Compiling GISTools PointToLineDistance.swift
[43/249] Compiling GISTools PointsWithinPolygon.swift
[44/249] Compiling GISTools PoleOfInaccessibility.swift
[45/249] Compiling GISTools PolygonToLine.swift
[46/249] Compiling GISTools Reverse.swift
[47/249] Compiling GISTools Rewind.swift
[48/249] Compiling GISTools RhumbBearing.swift
[49/249] Compiling GISTools RhumbDestination.swift
[50/249] Compiling GISTools RhumbDistance.swift
[51/249] Compiling GISTools Simplify.swift
[52/249] Compiling GISTools TileCover.swift
[53/249] Compiling GISTools DoubleExtensions.swift
[55/260] Compiling GISTools EquatableExtensions.swift
[56/260] Compiling GISTools FeatureIdentifierExtensions.swift
[57/260] Compiling GISTools FixedWidthIntegerExtensions.swift
[58/260] Compiling GISTools IntExtensions.swift
[59/260] Compiling GISTools SetExtensions.swift
[60/260] Compiling GISTools StringExtensions.swift
[61/260] Compiling GISTools GISTool.swift
[62/260] Compiling GISTools BoundingBox.swift
[63/260] Compiling GISTools BoundingBoxRepresentable.swift
[64/260] Compiling GISTools Coordinate3D.swift
[65/260] Compiling GISTools Feature.swift
[66/260] Compiling GISTools FeatureCollection.swift
[67/260] Compiling GISTools GeoJson.swift
[68/260] Compiling GISTools GeoJsonCodable.swift
[69/260] Compiling GISTools GeoJsonConvertible.swift
[70/260] Compiling GISTools GeoJsonReader.swift
[71/260] Compiling GISTools GeometryCollection.swift
[72/260] Compiling GISTools LineSegment.swift
[73/260] Compiling GISTools LineString.swift
[74/260] Compiling GISTools MultiLineString.swift
[75/260] Compiling GISTools MultiPoint.swift
[76/260] Compiling ArgumentParser CommandParser.swift
[77/260] Compiling ArgumentParser InputKey.swift
[78/260] Compiling ArgumentParser InputOrigin.swift
[79/260] Compiling ArgumentParser Name.swift
[80/260] Compiling ArgumentParser Parsed.swift
[81/260] Compiling ArgumentParser ParsedValues.swift
[82/260] Compiling ArgumentParser ParserError.swift
[83/260] Compiling ArgumentParser SplitArguments.swift
[84/260] Compiling ArgumentParser DumpHelpGenerator.swift
[85/260] Compiling ArgumentParser HelpCommand.swift
[86/260] Compiling ArgumentParser HelpGenerator.swift
[87/260] Compiling ArgumentParser MessageInfo.swift
[88/260] Compiling ArgumentParser UsageGenerator.swift
[89/260] Compiling GISTools TransformRotate.swift
[90/260] Compiling GISTools TransformScale.swift
[91/260] Compiling GISTools TransformTranslate.swift
[92/260] Compiling GISTools Truncate.swift
[93/260] Compiling GISTools Union.swift
[94/260] Compiling GISTools Validatable.swift
[95/260] Compiling GISTools ArrayExtensions.swift
[96/260] Compiling GISTools Benchmark.swift
[97/260] Compiling GISTools CLLocationDegreesExtensions.swift
[98/260] Compiling GISTools DataExtensions.swift
[99/260] Compiling GISTools PointOnFeature.swift
[100/260] Compiling ArgumentParser CompletionKind.swift
[101/260] Compiling ArgumentParser Errors.swift
[102/260] Compiling ArgumentParser Flag.swift
[103/260] Compiling ArgumentParser NameSpecification.swift
[104/260] Compiling ArgumentParser Option.swift
[105/260] Compiling ArgumentParser ExpressibleByArgument.swift
[106/260] Compiling ArgumentParser ParsableArguments.swift
[107/260] Compiling ArgumentParser ParsableArgumentsValidation.swift
[108/260] Compiling ArgumentParser ParsableCommand.swift
[109/260] Compiling ArgumentParser ArgumentDecoder.swift
[110/260] Compiling ArgumentParser ArgumentDefinition.swift
[111/260] Compiling ArgumentParser ArgumentSet.swift
[122/265] Emitting module ArgumentParser
[161/265] Compiling GISTools MultiPolygon.swift
[184/265] Emitting module SwiftProtobuf
[185/265] Compiling ArgumentParser CollectionExtensions.swift
[186/265] Compiling ArgumentParser Platform.swift
[187/265] Compiling ArgumentParser SequenceExtensions.swift
[188/265] Compiling ArgumentParser StringExtensions.swift
[189/265] Compiling ArgumentParser Tree.swift
[190/266] Wrapping AST for ArgumentParser for debugging
[193/266] Compiling SwiftProtobuf api.pb.swift
[194/266] Compiling SwiftProtobuf descriptor.pb.swift
[195/266] Compiling SwiftProtobuf duration.pb.swift
[196/266] Compiling SwiftProtobuf empty.pb.swift
[197/266] Compiling SwiftProtobuf field_mask.pb.swift
[198/266] Compiling SwiftProtobuf source_context.pb.swift
[199/266] Compiling SwiftProtobuf struct.pb.swift
[200/266] Compiling SwiftProtobuf timestamp.pb.swift
[201/266] Compiling SwiftProtobuf type.pb.swift
[202/266] Compiling SwiftProtobuf wrappers.pb.swift
[250/267] Wrapping AST for GISTools for debugging
[262/267] Compiling SwiftProtobuf resource_bundle_accessor.swift
[263/283] Wrapping AST for SwiftProtobuf for debugging
[265/283] Compiling MVTTools DictionaryExtensions.swift
[266/283] Compiling MVTTools DoubleExtensions.swift
[267/283] Compiling MVTTools IntExtensions.swift
[268/283] Compiling MVTTools RingExtensions.swift
[269/285] Compiling MVTTools ExportOptions.swift
[270/285] Compiling MVTTools ArrayExtensions.swift
[271/285] Compiling MVTTools StringExtensions.swift
[272/285] Compiling MVTTools GeoJson.swift
[273/285] Compiling MVTTools MVTDecoder.swift
/host/spi-builder-workspace/Sources/MVTTools/Coders/MVTDecoder.swift:19:21: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 17 |         }
 18 |
 19 |         return try? VectorTile_Tile(serializedData: data)
    |                     |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                     `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 20 |     }
 21 |
[274/285] Compiling MVTTools MVTEncoder.swift
/host/spi-builder-workspace/Sources/MVTTools/Coders/MVTDecoder.swift:19:21: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 17 |         }
 18 |
 19 |         return try? VectorTile_Tile(serializedData: data)
    |                     |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                     `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 20 |     }
 21 |
[275/285] Emitting module MVTTools
[276/285] Compiling MVTTools Info.swift
[277/285] Compiling MVTTools Merge.swift
[278/285] Compiling MVTTools Query.swift
[279/285] Compiling MVTTools QueryParser.swift
[280/285] Compiling MVTTools VectorTile.swift
[281/285] Compiling MVTTools VectorTile_Tile.swift
[282/286] Wrapping AST for MVTTools for debugging
[284/299] Emitting module MVTCLI
[285/300] Compiling MVTCLI Version.swift
[286/300] Compiling MVTCLI Merge.swift
[287/300] Compiling MVTCLI Query.swift
[288/300] Compiling MVTCLI SetExtensions.swift
[289/300] Compiling MVTCLI StringExtensions.swift
[290/300] Compiling MVTCLI IntExtensions.swift
[291/300] Compiling MVTCLI OptionalProtocol.swift
[292/300] Compiling MVTCLI CLI.swift
[293/300] Compiling MVTCLI Dump.swift
[294/300] Compiling MVTCLI Export.swift
[295/300] Compiling MVTCLI ArrayExtensions.swift
[296/300] Compiling MVTCLI Import.swift
[297/300] Compiling MVTCLI Info.swift
[298/301] Wrapping AST for MVTCLI for debugging
[299/301] Write Objects.LinkFileList
[300/301] Linking mvt
Build complete! (48.92s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gis-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Outdooractive/gis-tools"
    },
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf"
    }
  ],
  "manifest_display_name" : "mvt-tools",
  "name" : "mvt-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "mvt",
      "targets" : [
        "MVTCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MVTTools",
      "targets" : [
        "MVTTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MVTToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "MVTToolsTests",
      "path" : "Tests/MVTToolsTests",
      "sources" : [
        "ArrayExtensionsTests.swift",
        "DictionaryExtensionsTests.swift",
        "FixtureInfo.swift",
        "GeoJsonTests.swift",
        "MVTDecoderTests.swift",
        "MVTEncoderTests.swift",
        "ProjectionTests.swift",
        "QueryParserTests.swift",
        "QueryTests.swift",
        "TestData.swift",
        "VectorTileTests.swift"
      ],
      "target_dependencies" : [
        "MVTTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MVTTools",
      "module_type" : "SwiftTarget",
      "name" : "MVTTools",
      "path" : "Sources/MVTTools",
      "product_dependencies" : [
        "GISTools",
        "Gzip",
        "Logging",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "mvt",
        "MVTTools"
      ],
      "sources" : [
        "Coders/MVTDecoder.swift",
        "Coders/MVTEncoder.swift",
        "ExportOptions.swift",
        "Extensions/ArrayExtensions.swift",
        "Extensions/DictionaryExtensions.swift",
        "Extensions/DoubleExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/RingExtensions.swift",
        "Extensions/StringExtensions.swift",
        "GeoJson.swift",
        "Info.swift",
        "Merge.swift",
        "Query.swift",
        "QueryParser.swift",
        "VectorTile.swift",
        "VectorTile_Tile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MVTCLI",
      "module_type" : "SwiftTarget",
      "name" : "MVTCLI",
      "path" : "Sources/MVTCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "mvt"
      ],
      "sources" : [
        "CLI.swift",
        "Dump.swift",
        "Export.swift",
        "Extensions/ArrayExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/OptionalProtocol.swift",
        "Extensions/SetExtensions.swift",
        "Extensions/StringExtensions.swift",
        "Import.swift",
        "Info.swift",
        "Merge.swift",
        "Query.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "MVTTools"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.