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 mvt-tools, reference main (74ccfa), with Swift 6.1 for Android on 30 Oct 2025 16:41:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 74ccfa1 Replace os(Linux) with canImport(CoreLocation)
Cloned https://github.com/Outdooractive/mvt-tools.git
Revision (git rev-parse @):
74ccfa17072c38bb070891ca7016879ada70d2e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-tools.git at main
========================================
Build
========================================
Selected platform:         android
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.13.6",
            "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.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.33.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" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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" : [
        "Coders/MVTDecoderTests.swift",
        "Coders/MVTEncoderTests.swift",
        "Extensions/ArrayExtensionsTests.swift",
        "Extensions/DictionaryExtensionsTests.swift",
        "GeoJsonTests.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/1024jp/GzipSwift.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/apple/swift-protobuf
[1/1557] Fetching gzipswift
[1558/4814] Fetching gzipswift, gis-tools
[1721/21499] Fetching gzipswift, gis-tools, swift-argument-parser
[1888/25654] Fetching gzipswift, gis-tools, swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
[1/40662] Fetching swift-protobuf
Fetched https://github.com/Outdooractive/gis-tools from cache (8.39s)
Fetched https://github.com/1024jp/GzipSwift.git from cache (8.39s)
Fetched https://github.com/apple/swift-argument-parser from cache (8.41s)
Fetched https://github.com/apple/swift-protobuf from cache (8.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (9.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.50s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (3.93s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.13.6 (0.64s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.33.3 (1.25s)
Creating working copy for https://github.com/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.13.6
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.33.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/24] Write sources
[3/24] Copying PrivacyInfo.xcprivacy
[3/24] Write sources
[12/24] Compiling system-zlib anchor.c
[13/24] Write swift-version-24593BA9C3E375BF.txt
[15/199] Emitting module ArgumentParserToolInfo
[16/199] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/200] Wrapping AST for ArgumentParserToolInfo for debugging
[19/244] Emitting module ArgumentParser
[20/250] Compiling Logging MetadataProvider.swift
[21/250] Compiling Logging Locks.swift
[22/250] Emitting module Logging
[23/250] Compiling Logging LogHandler.swift
[24/250] Compiling Logging Logging.swift
[25/251] Wrapping AST for Logging for debugging
[27/251] Emitting module GISTools
[28/262] Compiling ArgumentParser UniqueNamesValidator.swift
[29/262] Compiling SwiftProtobuf Message+FieldMask.swift
[30/262] Compiling SwiftProtobuf Message+JSONAdditions.swift
[31/262] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[32/262] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[33/262] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[34/262] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[35/262] Compiling SwiftProtobuf Message.swift
[36/262] Compiling SwiftProtobuf MessageExtension.swift
[37/262] Compiling SwiftProtobuf NameMap.swift
[38/262] Compiling SwiftProtobuf PathDecoder.swift
[39/262] Compiling SwiftProtobuf PathVisitor.swift
[40/262] Emitting module Gzip
[41/262] Compiling Gzip Data+Gzip.swift
[42/263] Compiling ArgumentParser CollectionExtensions.swift
[43/263] Compiling ArgumentParser Mutex.swift
[44/263] Compiling ArgumentParser Platform.swift
[45/263] Compiling ArgumentParser SequenceExtensions.swift
[46/263] Compiling ArgumentParser StringExtensions.swift
[47/263] Compiling ArgumentParser SwiftExtensions.swift
[49/274] Compiling ArgumentParser CommandParser.swift
[50/274] Compiling ArgumentParser InputKey.swift
[51/274] Compiling ArgumentParser InputOrigin.swift
[52/274] Compiling ArgumentParser Name.swift
[53/274] Compiling ArgumentParser Parsed.swift
[54/274] Compiling ArgumentParser ParsedValues.swift
[55/274] Compiling ArgumentParser ParserError.swift
[56/274] Compiling ArgumentParser SplitArguments.swift
[57/274] Compiling ArgumentParser DumpHelpGenerator.swift
[58/274] Compiling ArgumentParser HelpCommand.swift
[59/274] Compiling ArgumentParser HelpGenerator.swift
[60/274] Compiling ArgumentParser MessageInfo.swift
[61/274] Compiling ArgumentParser ArgumentVisibility.swift
[62/274] Compiling ArgumentParser CompletionKind.swift
[63/274] Compiling ArgumentParser Errors.swift
[64/274] Compiling ArgumentParser Flag.swift
[65/274] Compiling ArgumentParser NameSpecification.swift
[66/274] Compiling ArgumentParser Option.swift
[67/274] Compiling ArgumentParser BashCompletionsGenerator.swift
[68/274] Compiling ArgumentParser CompletionsGenerator.swift
[69/274] Compiling ArgumentParser FishCompletionsGenerator.swift
[70/274] Compiling ArgumentParser ZshCompletionsGenerator.swift
[71/274] Compiling ArgumentParser Argument.swift
[72/274] Compiling ArgumentParser ArgumentDiscussion.swift
[73/274] Compiling ArgumentParser ArgumentHelp.swift
[74/274] Compiling ArgumentParser OptionGroup.swift
[75/274] Compiling ArgumentParser AsyncParsableCommand.swift
[76/274] Compiling ArgumentParser CommandConfiguration.swift
[77/274] Compiling ArgumentParser CommandGroup.swift
[78/274] Compiling ArgumentParser EnumerableFlag.swift
[79/274] Compiling ArgumentParser ExpressibleByArgument.swift
[80/274] Compiling ArgumentParser ParsableArguments.swift
[81/274] Compiling ArgumentParser ParsableCommand.swift
[82/274] Compiling ArgumentParser ArgumentDecoder.swift
[83/274] Compiling ArgumentParser ArgumentDefinition.swift
[84/274] Compiling ArgumentParser ArgumentSet.swift
[87/274] Compiling SwiftProtobuf ProtoNameProviding.swift
[88/274] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[89/274] Compiling SwiftProtobuf ProtobufMap.swift
[90/274] Compiling SwiftProtobuf SelectiveVisitor.swift
[91/274] Compiling SwiftProtobuf SimpleExtensionMap.swift
[92/274] Compiling SwiftProtobuf StringUtils.swift
[93/274] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[94/274] Compiling SwiftProtobuf SwiftProtobufError.swift
[95/274] Compiling SwiftProtobuf TextFormatDecoder.swift
[96/274] Compiling SwiftProtobuf TextFormatDecodingError.swift
[97/274] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[98/274] Compiling SwiftProtobuf TextFormatEncoder.swift
[99/274] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[100/274] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[101/274] Compiling SwiftProtobuf TextFormatScanner.swift
[102/274] Compiling SwiftProtobuf TimeUtils.swift
[103/274] Compiling SwiftProtobuf UnknownStorage.swift
[104/274] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[105/274] Compiling SwiftProtobuf Varint.swift
[106/274] Compiling SwiftProtobuf Version.swift
[106/274] Wrapping AST for Gzip for debugging
[120/274] Compiling ArgumentParser Tree.swift
[121/274] Compiling ArgumentParser CodingKeyValidator.swift
[122/274] Compiling ArgumentParser NonsenseFlagsValidator.swift
[123/274] Compiling ArgumentParser ParsableArgumentsValidation.swift
[124/274] Compiling ArgumentParser PositionalArgumentsValidator.swift
[138/274] Emitting module SwiftProtobuf
[150/274] Compiling ArgumentParser UsageGenerator.swift
[183/274] Compiling GISTools MultiPolygon.swift
[184/274] Compiling GISTools Point.swift
[185/274] Compiling GISTools Polygon.swift
[186/274] Compiling GISTools Polyline.swift
[212/275] Wrapping AST for ArgumentParser for debugging
[252/275] Compiling SwiftProtobuf api.pb.swift
[253/275] Compiling SwiftProtobuf descriptor.pb.swift
[254/275] Compiling SwiftProtobuf duration.pb.swift
[255/275] Compiling SwiftProtobuf empty.pb.swift
[256/275] Compiling SwiftProtobuf field_mask.pb.swift
[257/275] Compiling SwiftProtobuf source_context.pb.swift
[258/275] Compiling SwiftProtobuf struct.pb.swift
[259/276] Wrapping AST for GISTools for debugging
[268/276] Compiling SwiftProtobuf timestamp.pb.swift
[269/276] Compiling SwiftProtobuf type.pb.swift
[270/276] Compiling SwiftProtobuf wrappers.pb.swift
[271/276] Compiling SwiftProtobuf resource_bundle_accessor.swift
[272/277] Wrapping AST for SwiftProtobuf for debugging
[274/292] Compiling MVTTools StringExtensions.swift
[275/292] Compiling MVTTools GeoJson.swift
[276/294] Compiling MVTTools Query.swift
[277/294] Compiling MVTTools QueryParser.swift
[278/294] Compiling MVTTools Info.swift
[279/294] Compiling MVTTools Merge.swift
[280/294] Compiling MVTTools IntExtensions.swift
[281/294] Compiling MVTTools RingExtensions.swift
[282/294] Emitting module MVTTools
[283/294] Compiling MVTTools DictionaryExtensions.swift
[284/294] Compiling MVTTools DoubleExtensions.swift
[285/294] Compiling MVTTools MVTDecoder.swift
[286/294] Compiling MVTTools MVTEncoder.swift
[287/294] Compiling MVTTools ExportOptions.swift
[288/294] Compiling MVTTools ArrayExtensions.swift
[289/294] Compiling MVTTools VectorTile.swift
[290/294] Compiling MVTTools VectorTile_Tile.swift
[291/295] Wrapping AST for MVTTools for debugging
[293/308] Compiling MVTCLI IntExtensions.swift
[294/308] Compiling MVTCLI OptionalProtocol.swift
[295/309] Compiling MVTCLI Version.swift
[296/309] Compiling MVTCLI Export.swift
[297/309] Compiling MVTCLI ArrayExtensions.swift
[298/309] Emitting module MVTCLI
[299/309] Compiling MVTCLI CLI.swift
[300/309] Compiling MVTCLI Dump.swift
[301/309] Compiling MVTCLI Query.swift
[302/309] Compiling MVTCLI Merge.swift
[303/309] Compiling MVTCLI SetExtensions.swift
[304/309] Compiling MVTCLI StringExtensions.swift
[305/309] Compiling MVTCLI Import.swift
[306/309] Compiling MVTCLI Info.swift
[307/310] Wrapping AST for MVTCLI for debugging
[308/310] Write Objects.LinkFileList
[309/310] Linking mvt
Build complete! (158.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gis-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.6",
            "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.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.33.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" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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" : [
        "Coders/MVTDecoderTests.swift",
        "Coders/MVTEncoderTests.swift",
        "Extensions/ArrayExtensionsTests.swift",
        "Extensions/DictionaryExtensionsTests.swift",
        "GeoJsonTests.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" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.