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 v1.10.3 (74ccfa), with Swift 6.2 for Android on 30 Oct 2025 06:20:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: v1.10.3
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.10.3    -> FETCH_HEAD
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 v1.10.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Outdooractive/mvt-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/1024jp/GzipSwift.git
Fetching https://github.com/Outdooractive/gis-tools
[1/1557] Fetching gzipswift
[1558/4814] Fetching gzipswift, gis-tools
[2731/8969] Fetching gzipswift, gis-tools, swift-log
[7142/25654] Fetching gzipswift, gis-tools, swift-log, swift-argument-parser
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.32s)
[5710/24097] Fetching gis-tools, swift-log, swift-argument-parser
Fetched https://github.com/Outdooractive/gis-tools from cache (1.06s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
[1/40662] Fetching swift-protobuf
Fetched https://github.com/apple/swift-argument-parser from cache (7.13s)
Fetched https://github.com/apple/swift-protobuf from cache (7.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (7.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.46s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (2.04s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.13.6 (0.33s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.33.3 (0.39s)
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/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.13.6
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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.33.3
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
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:9:14: warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
  7 |     enum PluginError: Error, CustomStringConvertible {
  8 |         /// Indicates that the target where the plugin was applied to was not `SourceModuleTarget`.
  9 |         case invalidTarget(Target)
    |              `- warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
 10 |         /// Indicates that the file extension of an input file was not `.proto`.
 11 |         case invalidInputFileExtension(String)
PackagePlugin.Target:1:17: note: protocol 'Target' does not conform to the 'Sendable' protocol
 1 | public protocol Target {
   |                 `- note: protocol 'Target' does not conform to the 'Sendable' protocol
 2 |     var id: Self.ID { get }
 3 |     typealias ID = String
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  1 | import Foundation
  2 | import PackagePlugin
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  3 |
  4 | @main
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:9:14: warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
  7 |     enum PluginError: Error, CustomStringConvertible {
  8 |         /// Indicates that the target where the plugin was applied to was not `SourceModuleTarget`.
  9 |         case invalidTarget(Target)
    |              `- warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
 10 |         /// Indicates that the file extension of an input file was not `.proto`.
 11 |         case invalidInputFileExtension(String)
PackagePlugin.Target:1:17: note: protocol 'Target' does not conform to the 'Sendable' protocol
 1 | public protocol Target {
   |                 `- note: protocol 'Target' does not conform to the 'Sendable' protocol
 2 |     var id: Self.ID { get }
 3 |     typealias ID = String
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  1 | import Foundation
  2 | import PackagePlugin
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  3 |
  4 | @main
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:117:24: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
115 |             let configurationFilePath = sourceFiles.first(
116 |                 where: {
117 |                     $0.path.lastComponent == Self.configurationFileName
    |                        |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                        `- note: use 'url' instead
118 |                 }
119 |             )?.path
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:117:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
115 |             let configurationFilePath = sourceFiles.first(
116 |                 where: {
117 |                     $0.path.lastComponent == Self.configurationFileName
    |                             `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
118 |                 }
119 |             )?.path
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:119:16: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
117 |                     $0.path.lastComponent == Self.configurationFileName
118 |                 }
119 |             )?.path
    |                |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                `- note: use 'url' instead
120 |         else {
121 |             throw PluginError.noConfigFound(Self.configurationFileName)
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:123:64: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
121 |             throw PluginError.noConfigFound(Self.configurationFileName)
122 |         }
123 |         let data = try Data(contentsOf: URL(fileURLWithPath: "\(configurationFilePath)"))
    |                                                                `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
124 |         let configuration = try JSONDecoder().decode(Configuration.self, from: data)
125 |         try validateConfiguration(configuration)
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:131:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
129 |         if let configuredProtocPath = configuration.protocPath {
130 |             // The user set the config path in the file. So let's take that
131 |             protocPath = Path(configuredProtocPath)
    |                          `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
132 |         } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
133 |             // The user set the env variable. So let's take that
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:134:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
132 |         } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
133 |             // The user set the env variable. So let's take that
134 |             protocPath = Path(environmentPath)
    |                          `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
135 |         } else {
136 |             // The user didn't set anything so let's try see if SPM can find a binary for us
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:137:45: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
135 |         } else {
136 |             // The user didn't set anything so let's try see if SPM can find a binary for us
137 |             protocPath = try tool("protoc").path
    |                                             |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                             `- note: use 'url' instead
138 |         }
139 |         let protocGenSwiftPath = try tool("protoc-gen-swift").path
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:139:63: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
137 |             protocPath = try tool("protoc").path
138 |         }
139 |         let protocGenSwiftPath = try tool("protoc-gen-swift").path
    |                                                               |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                                               `- note: use 'url' instead
140 |
141 |         return configuration.invocations.map { invocation in
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:143:50: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
141 |         return configuration.invocations.map { invocation in
142 |             self.invokeProtoc(
143 |                 directory: configurationFilePath.removingLastComponent(),
    |                                                  `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
144 |                 invocation: invocation,
145 |                 protocPath: protocPath,
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:170:41: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
168 |         // Construct the `protoc` arguments.
169 |         var protocArgs = [
170 |             "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
    |                                         `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
171 |             "--swift_out=\(outputDirectory)",
172 |         ]
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:171:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
169 |         var protocArgs = [
170 |             "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
171 |             "--swift_out=\(outputDirectory)",
    |                           `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
172 |         ]
173 |
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:177:29: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
175 |         // the proto files relative to it.
176 |         protocArgs.append("-I")
177 |         protocArgs.append("\(directory)")
    |                             `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
178 |
179 |         // Add the visibility if it was set
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:205:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
203 |             // Append the file to the protoc args so that it is used for generating
204 |             protocArgs.append("\(file)")
205 |             inputFiles.append(directory.appending(file))
    |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
206 |
207 |             // The name of the output file is based on the name of the input file.
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:212:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
210 |             file.removeLast(5)
211 |             file.append("pb.swift")
212 |             let protobufOutputPath = outputDirectory.appending(file)
    |                                                      `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
213 |
214 |             // Add the outputPath as an output file
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:221:24: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
219 |         // system know when to invoke the command. The output paths are passed on to
220 |         // the rule engine in the build system.
221 |         return Command.buildCommand(
    |                        `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
222 |             displayName: "Generating swift files from proto files",
223 |             executable: protocPath,
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:251:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
249 |         }
250 |         return try createBuildCommands(
251 |             pluginWorkDirectory: context.pluginWorkDirectory,
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
    |                                          `- note: use 'pluginWorkDirectoryURL' instead
252 |             sourceFiles: swiftTarget.sourceFiles,
253 |             tool: context.tool
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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--11D90AFD9DD3AB2.txt
[15/199] Emitting module GISTools
[16/210] Emitting module ArgumentParserToolInfo
[17/210] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/211] Wrapping AST for ArgumentParserToolInfo for debugging
[20/255] Compiling Logging MetadataProvider.swift
[21/255] Emitting module ArgumentParser
[22/261] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/261] Compiling ArgumentParser CompletionsGenerator.swift
[24/261] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/261] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/261] Compiling ArgumentParser Argument.swift
[27/261] Compiling ArgumentParser ArgumentDiscussion.swift
[28/261] Compiling ArgumentParser ArgumentHelp.swift
[29/261] Compiling ArgumentParser ArgumentVisibility.swift
[30/261] Compiling ArgumentParser CompletionKind.swift
[31/261] Compiling ArgumentParser Errors.swift
[32/261] Compiling ArgumentParser Flag.swift
[33/261] Compiling ArgumentParser NameSpecification.swift
[34/261] Compiling ArgumentParser Option.swift
[35/261] Compiling Logging LogHandler.swift
[36/261] Compiling Logging Locks.swift
[37/261] Emitting module Logging
[38/261] Compiling Logging Logging.swift
[40/262] Compiling ArgumentParser CollectionExtensions.swift
[41/262] Compiling ArgumentParser Mutex.swift
[42/262] Compiling ArgumentParser Platform.swift
[43/262] Compiling ArgumentParser SequenceExtensions.swift
[44/262] Compiling ArgumentParser StringExtensions.swift
[45/262] Compiling ArgumentParser SwiftExtensions.swift
[45/262] Wrapping AST for Logging for debugging
[48/262] Compiling ArgumentParser ParsableArguments.swift
[49/262] Compiling ArgumentParser ParsableCommand.swift
[50/262] Compiling ArgumentParser ArgumentDecoder.swift
[51/262] Compiling ArgumentParser ArgumentDefinition.swift
[52/262] Compiling ArgumentParser ArgumentSet.swift
[53/262] Compiling ArgumentParser CommandParser.swift
[54/262] Compiling ArgumentParser OptionGroup.swift
[55/262] Compiling ArgumentParser AsyncParsableCommand.swift
[56/262] Compiling ArgumentParser CommandConfiguration.swift
[57/262] Compiling ArgumentParser CommandGroup.swift
[58/262] Compiling ArgumentParser EnumerableFlag.swift
[71/262] Compiling ArgumentParser ExpressibleByArgument.swift
[72/262] Compiling ArgumentParser InputKey.swift
[73/262] Compiling ArgumentParser InputOrigin.swift
[74/262] Compiling ArgumentParser Name.swift
[75/262] Compiling ArgumentParser Parsed.swift
[76/262] Compiling ArgumentParser ParsedValues.swift
[77/262] Compiling ArgumentParser ParserError.swift
[78/262] Compiling ArgumentParser SplitArguments.swift
[79/262] Compiling ArgumentParser DumpHelpGenerator.swift
[80/262] Compiling ArgumentParser HelpCommand.swift
[81/262] Compiling ArgumentParser HelpGenerator.swift
[82/262] Compiling ArgumentParser MessageInfo.swift
[83/262] Compiling Gzip Data+Gzip.swift
[84/262] Emitting module Gzip
[86/263] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[87/263] Compiling SwiftProtobuf TextFormatEncoder.swift
[88/263] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[89/263] Compiling SwiftProtobuf Message+FieldMask.swift
[90/263] Compiling SwiftProtobuf Message+JSONAdditions.swift
[91/263] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[92/263] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[93/263] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[94/263] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[95/263] Compiling SwiftProtobuf Message.swift
[96/263] Compiling SwiftProtobuf MessageExtension.swift
[97/263] Compiling SwiftProtobuf NameMap.swift
[98/263] Compiling SwiftProtobuf PathDecoder.swift
[99/263] Compiling SwiftProtobuf PathVisitor.swift
[100/263] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[101/263] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[102/263] Compiling SwiftProtobuf TextFormatScanner.swift
[103/263] Compiling SwiftProtobuf TimeUtils.swift
[104/263] Compiling SwiftProtobuf UnknownStorage.swift
[105/263] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[106/263] Compiling SwiftProtobuf Varint.swift
[107/263] Compiling SwiftProtobuf Version.swift
[107/263] Wrapping AST for Gzip for debugging
[109/263] Compiling GISTools MultiPolygon.swift
[110/263] Compiling GISTools Point.swift
[111/263] Compiling GISTools Polygon.swift
[112/263] Compiling GISTools Polyline.swift
[113/263] Compiling GISTools Projectable.swift
[114/263] Compiling GISTools Projection.swift
[115/263] Compiling GISTools RTree.swift
[116/263] Compiling GISTools Ring.swift
[117/263] Compiling GISTools WKBCoder.swift
[118/263] Compiling GISTools WKTCoder.swift
[119/263] Compiling GISTools MapTile.swift
[120/263] Compiling ArgumentParser Tree.swift
[121/263] Compiling ArgumentParser CodingKeyValidator.swift
[122/263] Compiling ArgumentParser NonsenseFlagsValidator.swift
[123/263] Compiling ArgumentParser ParsableArgumentsValidation.swift
[124/263] Compiling ArgumentParser PositionalArgumentsValidator.swift
[125/263] Compiling ArgumentParser UniqueNamesValidator.swift
[137/263] Compiling ArgumentParser UsageGenerator.swift
[139/263] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[140/263] Compiling SwiftProtobuf ProtobufMap.swift
[141/263] Compiling SwiftProtobuf SelectiveVisitor.swift
[142/263] Compiling SwiftProtobuf SimpleExtensionMap.swift
[143/263] Compiling SwiftProtobuf StringUtils.swift
[144/263] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[145/263] Compiling SwiftProtobuf SwiftProtobufError.swift
[146/263] Compiling SwiftProtobuf TextFormatDecoder.swift
[147/263] Compiling SwiftProtobuf TextFormatDecodingError.swift
[222/275] Wrapping AST for ArgumentParser for debugging
[236/275] Emitting module SwiftProtobuf
[259/276] Wrapping AST for GISTools for debugging
[261/276] Compiling SwiftProtobuf api.pb.swift
[262/276] Compiling SwiftProtobuf descriptor.pb.swift
[263/276] Compiling SwiftProtobuf duration.pb.swift
[264/276] Compiling SwiftProtobuf empty.pb.swift
[265/276] Compiling SwiftProtobuf field_mask.pb.swift
[266/276] Compiling SwiftProtobuf source_context.pb.swift
[267/276] Compiling SwiftProtobuf struct.pb.swift
[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 DictionaryExtensions.swift
[275/292] Compiling MVTTools DoubleExtensions.swift
[276/294] Compiling MVTTools Query.swift
[277/294] Compiling MVTTools QueryParser.swift
[278/294] Compiling MVTTools StringExtensions.swift
[279/294] Compiling MVTTools GeoJson.swift
[280/294] Compiling MVTTools IntExtensions.swift
[281/294] Compiling MVTTools RingExtensions.swift
[282/294] Compiling MVTTools Info.swift
[283/294] Compiling MVTTools Merge.swift
[284/294] Compiling MVTTools ExportOptions.swift
[285/294] Compiling MVTTools ArrayExtensions.swift
[286/294] Emitting module MVTTools
[287/294] Compiling MVTTools MVTDecoder.swift
[288/294] Compiling MVTTools MVTEncoder.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/308] Compiling MVTCLI SetExtensions.swift
[296/308] Compiling MVTCLI StringExtensions.swift
[297/309] Compiling MVTCLI Version.swift
[298/309] Compiling MVTCLI Export.swift
[299/309] Compiling MVTCLI ArrayExtensions.swift
[300/309] Emitting module MVTCLI
[301/309] Compiling MVTCLI CLI.swift
[302/309] Compiling MVTCLI Dump.swift
[303/309] Compiling MVTCLI Merge.swift
[304/309] Compiling MVTCLI Query.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! (145.53s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.