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 main (e8651d), with Swift 6.1 for Linux on 29 Apr 2025 09:14:35 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: 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/Outdooractive/mvt-tools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e8651d6 Revert GzipSwift to 5.2.0
Cloned https://github.com/Outdooractive/mvt-tools.git
Revision (git rev-parse @):
e8651d6b74a370347cf11852f650a29bf2b5f895
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-tools.git at main
========================================
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-log.git
Fetching https://github.com/apple/swift-argument-parser
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
[5386/20335] Fetching swift-log, gzipswift, swift-argument-parser
Fetching https://github.com/Outdooractive/gis-tools
[9124/58839] Fetching swift-log, gzipswift, swift-argument-parser, swift-protobuf
[17501/61679] Fetching swift-log, gzipswift, swift-argument-parser, swift-protobuf, gis-tools
Fetched https://github.com/Outdooractive/gis-tools from cache (0.50s)
[23588/58839] Fetching swift-log, gzipswift, swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (1.69s)
[24585/55003] Fetching gzipswift, swift-argument-parser, swift-protobuf
Fetched https://github.com/1024jp/GzipSwift.git from cache (7.41s)
Fetched https://github.com/apple/swift-argument-parser from cache (7.46s)
Fetched https://github.com/apple/swift-protobuf from cache (7.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (8.15s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (3.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.64s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.29.0 (0.84s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.12.3 (0.67s)
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/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.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
[11/23] Write swift-version-24593BA9C3E375BF.txt
[14/197] Emitting module Logging
[15/197] Compiling Logging LogHandler.swift
[16/197] Emitting module ArgumentParserToolInfo
[17/197] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/198] Emitting module GISTools
[19/209] Wrapping AST for ArgumentParserToolInfo for debugging
[21/247] Compiling Logging Locks.swift
[22/247] Compiling Logging MetadataProvider.swift
[23/247] Compiling Logging Logging.swift
[24/248] Wrapping AST for Logging for debugging
[26/248] Compiling Gzip Data+Gzip.swift
[27/248] Emitting module Gzip
[29/249] Compiling ArgumentParser ArgumentVisibility.swift
[30/249] Compiling ArgumentParser CompletionKind.swift
[31/249] Compiling ArgumentParser Errors.swift
[32/249] Compiling ArgumentParser Flag.swift
[33/249] Compiling ArgumentParser NameSpecification.swift
[34/249] Compiling ArgumentParser Option.swift
[35/249] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/249] Compiling ArgumentParser CompletionsGenerator.swift
[37/249] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/249] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/249] Compiling ArgumentParser Argument.swift
[40/249] Compiling ArgumentParser ArgumentHelp.swift
[40/249] Wrapping AST for Gzip for debugging
[42/249] Compiling ArgumentParser OptionGroup.swift
[43/249] Compiling ArgumentParser AsyncParsableCommand.swift
[44/249] Compiling ArgumentParser CommandConfiguration.swift
[45/249] Compiling ArgumentParser CommandGroup.swift
[46/249] Compiling ArgumentParser EnumerableFlag.swift
[47/249] Compiling ArgumentParser ExpressibleByArgument.swift
[48/249] Compiling ArgumentParser ParsableArguments.swift
[49/249] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/249] Compiling ArgumentParser ParsableCommand.swift
[51/249] Compiling ArgumentParser ArgumentDecoder.swift
[52/249] Compiling ArgumentParser ArgumentDefinition.swift
[53/249] Compiling ArgumentParser ArgumentSet.swift
[54/249] Compiling ArgumentParser Name.swift
[55/249] Compiling ArgumentParser Parsed.swift
[56/249] Compiling ArgumentParser ParsedValues.swift
[57/249] Compiling ArgumentParser ParserError.swift
[58/249] Compiling ArgumentParser SplitArguments.swift
[59/254] Compiling SwiftProtobuf Message+JSONAdditions.swift
[60/254] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[61/254] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[62/254] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[63/254] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[64/254] Compiling SwiftProtobuf Message.swift
[65/254] Compiling SwiftProtobuf MessageExtension.swift
[66/254] Compiling SwiftProtobuf NameMap.swift
[67/254] Compiling SwiftProtobuf PathDecoder.swift
[68/254] Compiling SwiftProtobuf PathVisitor.swift
[69/254] Compiling SwiftProtobuf ProtoNameProviding.swift
[70/254] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[72/265] Compiling SwiftProtobuf ProtobufMap.swift
[73/265] Compiling SwiftProtobuf SelectiveVisitor.swift
[74/265] Compiling SwiftProtobuf SimpleExtensionMap.swift
[75/265] Compiling SwiftProtobuf StringUtils.swift
[76/265] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[77/265] Compiling SwiftProtobuf SwiftProtobufError.swift
[78/265] Compiling SwiftProtobuf TextFormatDecoder.swift
[79/265] Compiling SwiftProtobuf TextFormatDecodingError.swift
[80/265] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[81/265] Compiling SwiftProtobuf TextFormatEncoder.swift
[82/265] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[83/265] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[84/265] Compiling GISTools GeoJson.swift
[85/265] Compiling GISTools GeoJsonCodable.swift
[86/265] Compiling GISTools GeoJsonConvertible.swift
[87/265] Compiling GISTools GeoJsonReader.swift
[88/265] Compiling GISTools GeometryCollection.swift
[89/265] Compiling GISTools LineSegment.swift
[90/265] Compiling GISTools LineString.swift
[91/265] Compiling GISTools MultiLineString.swift
[92/265] Compiling GISTools MultiPoint.swift
[93/265] Compiling ArgumentParser DumpHelpGenerator.swift
[94/265] Compiling ArgumentParser HelpCommand.swift
[95/265] Compiling ArgumentParser HelpGenerator.swift
[96/265] Compiling ArgumentParser MessageInfo.swift
[97/265] Compiling ArgumentParser UsageGenerator.swift
[98/265] Emitting module ArgumentParser
[100/265] Compiling ArgumentParser CollectionExtensions.swift
[101/265] Compiling ArgumentParser Platform.swift
[102/265] Compiling ArgumentParser SequenceExtensions.swift
[103/265] Compiling ArgumentParser StringExtensions.swift
[104/265] Compiling ArgumentParser Tree.swift
[105/265] Compiling SwiftProtobuf JSONScanner.swift
[106/265] Compiling SwiftProtobuf MathUtils.swift
[107/265] Compiling SwiftProtobuf Message+AnyAdditions.swift
[108/265] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[109/265] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[110/265] Compiling SwiftProtobuf Message+FieldMask.swift
[123/265] Compiling ArgumentParser CommandParser.swift
[124/265] Compiling ArgumentParser InputKey.swift
[125/265] Compiling ArgumentParser InputOrigin.swift
[177/266] Compiling GISTools MultiPolygon.swift
[189/266] Wrapping AST for ArgumentParser for debugging
[191/266] Emitting module SwiftProtobuf
[205/266] Compiling SwiftProtobuf api.pb.swift
[206/266] Compiling SwiftProtobuf descriptor.pb.swift
[207/266] Compiling SwiftProtobuf duration.pb.swift
[208/266] Compiling SwiftProtobuf empty.pb.swift
[209/266] Compiling SwiftProtobuf field_mask.pb.swift
[210/266] Compiling SwiftProtobuf source_context.pb.swift
[211/266] Compiling SwiftProtobuf struct.pb.swift
[212/266] Compiling SwiftProtobuf timestamp.pb.swift
[213/266] Compiling SwiftProtobuf type.pb.swift
[214/266] Compiling SwiftProtobuf wrappers.pb.swift
[250/267] Wrapping AST for GISTools for debugging
[262/267] Compiling SwiftProtobuf resource_bundle_accessor.swift
[263/268] Wrapping AST for SwiftProtobuf for debugging
[265/283] Compiling MVTTools StringExtensions.swift
[266/283] Compiling MVTTools GeoJson.swift
[267/283] Compiling MVTTools IntExtensions.swift
[268/283] Compiling MVTTools RingExtensions.swift
[269/285] Compiling MVTTools Query.swift
[270/285] Compiling MVTTools QueryParser.swift
[271/285] Compiling MVTTools Info.swift
[272/285] Compiling MVTTools Merge.swift
[273/285] Emitting module MVTTools
[274/285] Compiling MVTTools DictionaryExtensions.swift
[275/285] Compiling MVTTools DoubleExtensions.swift
[276/285] Compiling MVTTools ExportOptions.swift
[277/285] Compiling MVTTools ArrayExtensions.swift
[278/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 |
[279/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 |
[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/299] Compiling MVTCLI CLI.swift
[286/299] Compiling MVTCLI Dump.swift
[287/300] Compiling MVTCLI Merge.swift
[288/300] Compiling MVTCLI Query.swift
[289/300] Compiling MVTCLI Version.swift
[290/300] Compiling MVTCLI IntExtensions.swift
[291/300] Compiling MVTCLI OptionalProtocol.swift
[292/300] Compiling MVTCLI SetExtensions.swift
[293/300] Compiling MVTCLI StringExtensions.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! (52.36s)
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.