The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MojangAPI, reference main (cb6c0d), with Swift 6.1 for Linux on 29 Dec 2025 22:00:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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/wangzhizhou/MojangAPI.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/wangzhizhou/MojangAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb6c0dc 添加注释
Cloned https://github.com/wangzhizhou/MojangAPI.git
Revision (git rev-parse @):
cb6c0dc905be3cb02c03ff036e74c2914f09c0c3
SUCCESS checkout https://github.com/wangzhizhou/MojangAPI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wangzhizhou/MojangAPI.git
https://github.com/wangzhizhou/MojangAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator.git"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession.git"
    }
  ],
  "manifest_display_name" : "MojangAPI",
  "name" : "MojangAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MojangAPI",
      "targets" : [
        "MojangAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MojangAPITests",
      "module_type" : "SwiftTarget",
      "name" : "MojangAPITests",
      "path" : "Tests/MojangAPITests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MojangAPITests/Fixtures/manifest.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/MojangAPITests/Fixtures/user_notch.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MojangAPITests.swift",
        "OfflineModelTests.swift",
        "UnitTests.swift"
      ],
      "target_dependencies" : [
        "MojangAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MojangAPI",
      "module_type" : "SwiftTarget",
      "name" : "MojangAPI",
      "path" : "Sources/MojangAPI",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MojangAPI"
      ],
      "sources" : [
        "Cache.swift",
        "DTO.swift",
        "Error.swift",
        "Mojang+Internal.swift",
        "Mojang.swift",
        "Output+Extensions.swift",
        "Types+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-openapi-generator.git
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-openapi-urlsession.git
[1/1063] Fetching swift-openapi-urlsession
[459/6898] Fetching swift-openapi-urlsession, swift-openapi-runtime
[3515/23423] Fetching swift-openapi-urlsession, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-urlsession.git from cache (0.54s)
[4416/22360] Fetching swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.80s)
[7767/16525] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator.git from cache (1.54s)
Computing version for https://github.com/apple/swift-openapi-urlsession.git
Computed https://github.com/apple/swift-openapi-urlsession.git at 1.2.0 (5.60s)
Fetching https://github.com/apple/swift-collections
[1/18407] Fetching swift-collections
Fetching https://github.com/apple/swift-http-types
Fetched https://github.com/apple/swift-collections from cache (9.85s)
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (1.74s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.9.0 (12.27s)
Computing version for https://github.com/apple/swift-openapi-generator.git
Computed https://github.com/apple/swift-openapi-generator.git at 1.10.3 (1.21s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
[1/11273] Fetching yams
[2/28260] Fetching yams, swift-argument-parser
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetched https://github.com/apple/swift-argument-parser from cache (1.73s)
[8117/11273] Fetching yams
[9584/17317] Fetching yams, swift-algorithms
[17318/135706] Fetching yams, swift-algorithms, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (0.99s)
[16009/129662] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (2.88s)
[10656/118389] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (7.93s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (10.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.12s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.54s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.55s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (0.62s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (0.73s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession.git
Working copy of https://github.com/apple/swift-openapi-urlsession.git resolved at 1.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.7.0
Creating working copy for https://github.com/apple/swift-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-openapi-generator.git
Working copy of https://github.com/apple/swift-openapi-generator.git resolved at 1.10.3
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
[0/36] Write sources
[10/36] Compiling _NumericsShims _NumericsShims.c
[11/36] Write sources
[14/36] Compiling reader.c
[15/36] Compiling parser.c
[16/36] Compiling api.c
[17/36] Compiling writer.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[19/36] Compiling emitter.c
[20/36] Compiling scanner.c
[22/118] Emitting module OpenAPIKitCore
[23/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/122] Emitting module ArgumentParserToolInfo
[25/123] Compiling Yams Mark.swift
[26/123] Compiling Yams Node.Alias.swift
[27/123] Compiling Yams Node.Mapping.swift
[28/123] Compiling Yams Tag.swift
[29/123] Compiling Yams YamlAnchorProviding.swift
[30/125] Compiling RealModule RealFunctions.swift
[31/125] Compiling RealModule Real.swift
[33/125] Compiling Yams Decoder.swift
[36/125] Compiling Yams Node.Scalar.swift
[37/125] Compiling Yams Node.Sequence.swift
[38/128] Compiling Yams AliasDereferencingStrategy.swift
[39/128] Compiling Yams Anchor.swift
[40/128] Emitting module RealModule
[42/128] Compiling Yams Node.swift
[43/128] Compiling Yams Resolver.swift
[44/128] Compiling Yams Emitter.swift
[45/128] Compiling Yams Encoder.swift
[46/128] Emitting module InternalCollectionsUtilities
[49/128] Compiling Yams Constructor.swift
[50/128] Compiling RealModule RelaxedArithmetic.swift
[51/128] Compiling RealModule Float16+Real.swift
[56/128] Compiling RealModule Float80+Real.swift
[57/129] Compiling Yams String+Yams.swift
[58/129] Compiling Yams Parser.swift
[59/129] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[60/129] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[61/130] Wrapping AST for ArgumentParserToolInfo for debugging
[63/130] Wrapping AST for RealModule for debugging
[64/201] Wrapping AST for InternalCollectionsUtilities for debugging
[66/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[69/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[70/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/256] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/256] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[73/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[74/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[75/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[76/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[77/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[78/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[79/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[80/263] Compiling OrderedCollections OrderedSet+Initializers.swift
[81/263] Compiling OrderedCollections OrderedSet+Insertions.swift
[82/263] Compiling OrderedCollections OrderedSet+Invariants.swift
[83/263] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[84/263] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[85/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[86/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[87/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[88/263] Emitting module ArgumentParser
[89/269] Compiling OrderedCollections OrderedDictionary.swift
[90/269] Compiling OrderedCollections OrderedSet+Codable.swift
[91/269] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/269] Compiling OrderedCollections OrderedSet+Descriptions.swift
[93/269] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/269] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/269] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/269] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/269] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[98/269] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[110/272] Compiling OrderedCollections OrderedDictionary+Codable.swift
[111/272] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[112/272] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[113/272] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[114/272] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[115/272] Compiling OrderedCollections OrderedDictionary+Elements.swift
[118/272] Compiling Algorithms Trim.swift
[119/272] Compiling Algorithms Unique.swift
[120/272] Compiling Algorithms Windows.swift
[121/272] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[122/272] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[123/272] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[124/272] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[125/272] Compiling OrderedCollections OrderedDictionary+Values.swift
[130/272] Compiling OrderedCollections _HashTable+Bucket.swift
[131/272] Compiling OrderedCollections _HashTable+BucketIterator.swift
[132/272] Compiling OrderedCollections _HashTable+Constants.swift
[133/272] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[134/272] Compiling OrderedCollections _HashTable+Testing.swift
[138/272] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[139/272] Compiling OrderedCollections _HashTable.swift
[140/272] Compiling OrderedCollections _Hashtable+Header.swift
[146/272] Emitting module Yams
[203/274] Wrapping AST for OpenAPIKitCore for debugging
[212/274] Wrapping AST for Yams for debugging
[214/274] Compiling OrderedCollections OrderedSet+Sendable.swift
[215/274] Compiling OrderedCollections OrderedSet+SubSequence.swift
[216/274] Compiling OrderedCollections OrderedSet+Testing.swift
[217/274] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[218/274] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[219/274] Compiling OrderedCollections OrderedSet.swift
[220/274] Compiling OrderedCollections _UnsafeBitset.swift
[221/297] Compiling ArgumentParser Tree.swift
[222/297] Compiling ArgumentParser CodingKeyValidator.swift
[223/297] Compiling ArgumentParser NonsenseFlagsValidator.swift
[224/297] Compiling ArgumentParser ParsableArgumentsValidation.swift
[225/297] Compiling ArgumentParser PositionalArgumentsValidator.swift
[226/298] Compiling ArgumentParser UniqueNamesValidator.swift
[227/333] Compiling OpenAPIKit30 Components+Locatable.swift
[228/333] Compiling OpenAPIKit30 Components.swift
[229/333] Compiling OpenAPIKit30 Content.swift
[230/333] Compiling OpenAPIKit30 ContentEncoding.swift
[232/333] Compiling OpenAPIKit30 DereferencedContent.swift
[233/333] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[234/333] Compiling OpenAPIKit30 DereferencedDocument.swift
[235/333] Compiling OpenAPIKit30 Document.swift
[236/333] Compiling OpenAPIKit30 DocumentInfo.swift
[237/333] Compiling OpenAPIKit30 ResolvedDocument.swift
[238/333] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[239/333] Compiling OpenAPIKit30 Callbacks.swift
[240/333] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[241/333] Compiling OpenAPIKit30 Components+JSONReference.swift
[245/393] Emitting module OrderedCollections
[246/394] Compiling OpenAPIKit DereferencedParameter.swift
[247/394] Compiling OpenAPIKit DereferencedSchemaContext.swift
[248/394] Compiling OpenAPIKit Parameter.swift
[249/394] Compiling OpenAPIKit ParameterContext.swift
[250/394] Compiling OpenAPIKit ParameterSchemaContext.swift
[251/394] Compiling OpenAPIKit DereferencedPathItem.swift
[252/394] Compiling OpenAPIKit Link.swift
[253/394] Compiling OpenAPIKit OpenAPI.swift
[254/394] Compiling OpenAPIKit DereferencedOperation.swift
[255/394] Compiling OpenAPIKit Operation.swift
[256/394] Compiling OpenAPIKit ResolvedEndpoint.swift
[257/394] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[258/394] Wrapping AST for OrderedCollections for debugging
[260/394] Emitting module Algorithms
[262/395] Compiling OpenAPIKit ResponseDecodingError.swift
[263/395] Compiling OpenAPIKit Example.swift
[264/395] Compiling OpenAPIKit ExternalDocumentation.swift
[265/395] Compiling OpenAPIKit DereferencedHeader.swift
[266/395] Compiling OpenAPIKit Header.swift
[267/395] Compiling OpenAPIKit JSONReference.swift
[267/396] Wrapping AST for Algorithms for debugging
[269/396] Emitting module OpenAPIKit
[270/404] Wrapping AST for ArgumentParser for debugging
[272/404] Emitting module OpenAPIKit30
[273/412] Compiling OpenAPIKit DocumentDecodingError.swift
[274/412] Compiling OpenAPIKit OperationDecodingError.swift
[275/412] Compiling OpenAPIKit PathDecodingError.swift
[282/412] Compiling OpenAPIKit JSONSchema.swift
[283/412] Compiling OpenAPIKit JSONSchemaContext.swift
[284/412] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[285/412] Compiling OpenAPIKit TypesAndFormats.swift
[286/412] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[287/412] Compiling OpenAPIKit SecurityScheme.swift
[288/412] Compiling OpenAPIKit Server.swift
[289/412] Compiling OpenAPIKit Tag.swift
[290/412] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[291/412] Compiling OpenAPIKit30 Validation+Builtins.swift
[292/412] Compiling OpenAPIKit30 Validation.swift
[293/412] Compiling OpenAPIKit30 Validator+Convenience.swift
[294/412] Compiling OpenAPIKit30 Validator.swift
[295/412] Compiling OpenAPIKit30 XML.swift
[296/412] Compiling OpenAPIKit30 _CoreReExport.swift
[297/412] Compiling OpenAPIKit _CoreReExport.swift
[319/412] Compiling OpenAPIKit PathItem.swift
[320/412] Compiling OpenAPIKit ResolvedRoute.swift
[321/412] Compiling OpenAPIKit DereferencedRequest.swift
[322/412] Compiling OpenAPIKit DereferencedContentEncoding.swift
[323/412] Compiling OpenAPIKit DereferencedDocument.swift
[324/412] Compiling OpenAPIKit Document.swift
[325/412] Compiling OpenAPIKit DocumentInfo.swift
[326/412] Compiling OpenAPIKit ResolvedDocument.swift
[327/412] Compiling OpenAPIKit Either+Convenience.swift
[328/412] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[329/412] Compiling OpenAPIKit Either+Summarizable.swift
[330/412] Compiling OpenAPIKit Either+Validatable.swift
[331/412] Compiling OpenAPIKit AnyCodable+Validatable.swift
[332/412] Compiling OpenAPIKit Callbacks.swift
[333/412] Compiling OpenAPIKit CodableVendorExtendable.swift
[334/412] Compiling OpenAPIKit Components+JSONReference.swift
[335/412] Compiling OpenAPIKit Components+Locatable.swift
[336/412] Compiling OpenAPIKit Components.swift
[337/412] Compiling OpenAPIKit Content.swift
[338/412] Compiling OpenAPIKit ContentEncoding.swift
[339/412] Compiling OpenAPIKit DereferencedContent.swift
[366/412] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[374/412] Compiling OpenAPIKit Request.swift
[375/412] Compiling OpenAPIKit DereferencedResponse.swift
[376/412] Compiling OpenAPIKit Response.swift
[377/412] Compiling OpenAPIKit RuntimeExpression.swift
[378/412] Compiling OpenAPIKit SchemaProtocols.swift
[379/412] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[380/412] Compiling OpenAPIKit DereferencedJSONSchema.swift
[381/412] Compiling OpenAPIKit JSONSchema+Combining.swift
[382/413] Wrapping AST for OpenAPIKit30 for debugging
[408/414] Wrapping AST for OpenAPIKit for debugging
[410/417] Compiling OpenAPIKitCompat Either+Map.swift
[411/417] Compiling OpenAPIKitCompat Compat30To31.swift
[412/417] Emitting module OpenAPIKitCompat
[413/418] Wrapping AST for OpenAPIKitCompat for debugging
[415/500] Emitting module _OpenAPIGeneratorCore
[416/511] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[417/511] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[418/511] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[419/511] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[420/511] Compiling _OpenAPIGeneratorCore translateResponse.swift
[421/511] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[422/511] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[423/511] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[424/511] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[425/511] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[426/511] Compiling _OpenAPIGeneratorCore Builtins.swift
[427/511] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[428/511] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[429/511] Compiling _OpenAPIGeneratorCore translateArray.swift
[430/511] Compiling _OpenAPIGeneratorCore translateCodable.swift
[431/511] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[432/511] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[433/511] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[434/511] Compiling _OpenAPIGeneratorCore translateSchema.swift
[435/511] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[436/511] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[437/511] Compiling _OpenAPIGeneratorCore Annotations.swift
[438/511] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[439/511] Compiling _OpenAPIGeneratorCore Config.swift
[440/511] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[441/511] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[442/511] Compiling _OpenAPIGeneratorCore Errors.swift
[443/511] Compiling _OpenAPIGeneratorCore Foundation.swift
[444/511] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[445/511] Compiling _OpenAPIGeneratorCore String.swift
[446/511] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[447/511] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[448/511] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[449/511] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[450/511] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[451/511] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[452/511] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[453/511] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[454/511] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[455/511] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[456/511] Compiling _OpenAPIGeneratorCore TypeName.swift
[457/511] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[458/511] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[459/511] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[460/511] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[461/511] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[462/511] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[463/511] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[464/511] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[465/511] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[466/511] Compiling _OpenAPIGeneratorCore translateComponents.swift
[467/511] Compiling _OpenAPIGeneratorCore translateOperations.swift
[468/511] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[469/511] Compiling _OpenAPIGeneratorCore translateServers.swift
[470/511] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[471/511] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[472/511] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[473/511] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[474/511] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[475/511] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[476/511] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[477/511] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[478/511] Compiling _OpenAPIGeneratorCore translateParameter.swift
[479/511] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[480/511] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[481/511] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[482/511] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[483/511] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[484/511] Compiling _OpenAPIGeneratorCore Constants.swift
[485/511] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[486/511] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[487/511] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[488/511] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[489/511] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[490/511] Compiling _OpenAPIGeneratorCore ContentType.swift
[491/511] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[492/511] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[493/511] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[494/511] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[495/511] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[496/511] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[497/511] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[498/511] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[499/511] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[500/511] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[501/511] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[502/511] Compiling _OpenAPIGeneratorCore YamsParser.swift
[503/511] Compiling _OpenAPIGeneratorCore validateDoc.swift
[504/511] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[505/511] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[506/511] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[507/511] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[508/512] Wrapping AST for _OpenAPIGeneratorCore for debugging
[510/521] Compiling swift_openapi_generator Tool.swift
[511/521] Compiling swift_openapi_generator UserConfig.swift
[512/522] Compiling swift_openapi_generator PluginSource.swift
[513/522] Compiling swift_openapi_generator GenerateOptions.swift
[514/522] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[515/522] Compiling swift_openapi_generator GenerateCommand.swift
[516/522] Emitting module swift_openapi_generator
[517/522] Compiling swift_openapi_generator Extensions.swift
[518/522] Compiling swift_openapi_generator FilterCommand.swift
[519/522] Compiling swift_openapi_generator runGenerator.swift
[520/523] Wrapping AST for swift-openapi-generator for debugging
[521/523] Write Objects.LinkFileList
[522/523] Linking swift-openapi-generator-tool
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/47] Write sources
[19/47] Compiling _NumericsShims _NumericsShims.c
[20/47] Write sources
[23/47] Compiling writer.c
[24/47] Compiling reader.c
[25/47] Compiling parser.c
[26/47] Compiling api.c
[27/47] Compiling emitter.c
[28/47] Write swift-version-24593BA9C3E375BF.txt
[29/47] Compiling scanner.c
[31/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/79] Emitting module ArgumentParserToolInfo
[34/80] Compiling InternalCollectionsUtilities Debugging.swift
[35/80] Compiling InternalCollectionsUtilities Descriptions.swift
[36/80] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/80] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[39/80] Compiling HTTPTypes ISOLatin1String.swift
[40/81] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[41/81] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/81] Emitting module RealModule
[44/82] Wrapping AST for ArgumentParserToolInfo for debugging
[46/82] Emitting module OpenAPIKitCore
[48/83] Compiling HTTPTypes HTTPParsedFields.swift
[50/83] Emitting module InternalCollectionsUtilities
[52/85] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/85] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/85] Compiling InternalCollectionsUtilities Integer rank.swift
[56/85] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[57/85] Emitting module InternalCollectionsUtilities
[58/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/85] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/86] Wrapping AST for RealModule for debugging
[61/86] Compiling HTTPTypes HTTPRequest.swift
[62/86] Compiling HTTPTypes HTTPResponse.swift
[63/86] Compiling HTTPTypes HTTPRequest+URL.swift
[64/86] Emitting module Yams
[65/86] Compiling HTTPTypes NIOLock.swift
[67/97] Wrapping AST for Yams for debugging
[68/106] Wrapping AST for OpenAPIKitCore for debugging
[69/106] Wrapping AST for InternalCollectionsUtilities for debugging
[71/106] Compiling DequeModule Deque+Equatable.swift
[72/106] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/106] Compiling DequeModule Deque+CustomReflectable.swift
[74/106] Compiling DequeModule Deque+Descriptions.swift
[75/108] Emitting module ArgumentParser
[76/109] Compiling DequeModule _DequeBuffer.swift
[77/109] Compiling DequeModule _DequeBufferHeader.swift
[79/109] Compiling DequeModule Deque+Extras.swift
[80/109] Compiling DequeModule Deque+Hashable.swift
[80/109] Wrapping AST for ArgumentParser for debugging
[82/109] Compiling DequeModule Deque+Testing.swift
[83/109] Compiling DequeModule Deque._Storage.swift
[84/109] Compiling DequeModule Deque._UnsafeHandle.swift
[85/109] Compiling DequeModule Deque.swift
[86/109] Compiling DequeModule _DequeSlot.swift
[87/109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/109] Emitting module DequeModule
[89/109] Compiling DequeModule Deque+Codable.swift
[90/109] Compiling DequeModule Deque+Collection.swift
[91/110] Emitting module OpenAPIKit30
[94/111] Emitting module OpenAPIKit
[95/112] Wrapping AST for OpenAPIKit30 for debugging
[96/112] Wrapping AST for OpenAPIKit for debugging
[98/113] Emitting module OrderedCollections
[100/114] Emitting module HTTPTypes
[103/114] Compiling HTTPTypes HTTPFields.swift
[104/115] Emitting module OpenAPIKitCompat
[106/116] Wrapping AST for OrderedCollections for debugging
[107/116] Wrapping AST for OpenAPIKitCompat for debugging
[109/177] Emitting module Algorithms
[110/178] Wrapping AST for Algorithms for debugging
[112/179] Compiling OpenAPIRuntime FoundationExtensions.swift
[113/179] Compiling OpenAPIRuntime ParameterStyles.swift
[114/179] Compiling OpenAPIRuntime ServerVariable.swift
[115/179] Compiling OpenAPIRuntime URLExtensions.swift
[116/179] Compiling OpenAPIRuntime Deprecated.swift
[117/179] Compiling OpenAPIRuntime ClientError.swift
[118/179] Compiling OpenAPIRuntime CodingErrors.swift
[119/179] Compiling OpenAPIRuntime RuntimeError.swift
[120/179] Compiling OpenAPIRuntime ServerError.swift
[121/187] Emitting module OpenAPIRuntime
[122/187] Compiling OpenAPIRuntime Acceptable.swift
[123/187] Compiling OpenAPIRuntime Base64EncodedData.swift
[124/187] Compiling OpenAPIRuntime ByteUtilities.swift
[125/187] Compiling OpenAPIRuntime ContentDisposition.swift
[126/187] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[127/187] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[128/187] Compiling OpenAPIRuntime OpenAPIValue.swift
[129/187] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[130/187] Compiling OpenAPIRuntime UndocumentedPayload.swift
[131/187] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[132/187] Compiling OpenAPIRuntime CodableExtensions.swift
[133/187] Compiling OpenAPIRuntime Configuration.swift
[134/187] Compiling OpenAPIRuntime Converter+Client.swift
[135/187] Compiling OpenAPIRuntime Converter+Common.swift
[136/187] Compiling OpenAPIRuntime Converter+Server.swift
[137/187] Compiling OpenAPIRuntime Converter.swift
[138/187] Compiling OpenAPIRuntime CurrencyExtensions.swift
[139/187] Compiling OpenAPIRuntime ErrorExtensions.swift
[140/187] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[141/187] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[142/187] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[143/187] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[144/187] Compiling OpenAPIRuntime ServerSentEvents.swift
[145/187] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[146/187] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[147/187] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[148/187] Compiling OpenAPIRuntime ClientTransport.swift
[149/187] Compiling OpenAPIRuntime CurrencyTypes.swift
[150/187] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[151/187] Compiling OpenAPIRuntime HTTPBody.swift
[152/187] Compiling OpenAPIRuntime ServerTransport.swift
[153/187] Compiling OpenAPIRuntime UniversalClient.swift
[154/187] Compiling OpenAPIRuntime UniversalServer.swift
[155/187] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[156/187] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[157/187] Compiling OpenAPIRuntime URICodeCodingKey.swift
[158/187] Compiling OpenAPIRuntime URICoderConfiguration.swift
[159/187] Compiling OpenAPIRuntime URIEncodedNode.swift
[160/187] Compiling OpenAPIRuntime URIParsedTypes.swift
[161/187] Compiling OpenAPIRuntime URIDecoder.swift
[162/187] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[163/187] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[164/187] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[165/187] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[166/187] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[167/187] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[168/187] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[169/187] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[170/187] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[171/187] Compiling OpenAPIRuntime MultipartValidation.swift
[172/187] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[173/187] Emitting module _OpenAPIGeneratorCore
[174/188] Wrapping AST for _OpenAPIGeneratorCore for debugging
[176/188] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[177/188] Compiling OpenAPIRuntime URIEncoder.swift
[178/188] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[179/188] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[180/188] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[181/188] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[182/188] Compiling OpenAPIRuntime URIParser.swift
[183/188] Compiling OpenAPIRuntime URISerializer.swift
[185/197] Emitting module swift_openapi_generator
[186/198] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[188/198] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[189/198] Compiling OpenAPIURLSession Lock.swift
[189/198] Wrapping AST for swift-openapi-generator for debugging
[190/198] Write Objects.LinkFileList
[192/198] Compiling OpenAPIURLSession URLSession+Extensions.swift
[193/198] Compiling OpenAPIURLSession URLSessionTransport.swift
[193/198] Linking swift-openapi-generator-tool
[195/198] Emitting module OpenAPIURLSession
[196/198] Compiling OpenAPIURLSession BufferedStream.swift
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/MojangAPI/openapi.yaml
- Configuration path: /host/spi-builder-workspace/Sources/MojangAPI/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: public
- Naming strategy: idiomatic
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/MojangAPI/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /host/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[197/199] Running swift-openapi-generator
[198/199] Write sources
[200/209] Compiling MojangAPI Output+Extensions.swift
[201/209] Compiling MojangAPI Mojang.swift
[202/210] Compiling MojangAPI Server.swift
[203/210] Compiling MojangAPI Cache.swift
[204/210] Compiling MojangAPI DTO.swift
[205/210] Compiling MojangAPI Error.swift
[206/210] Compiling MojangAPI Mojang+Internal.swift
[207/210] Emitting module MojangAPI
[208/210] Compiling MojangAPI Client.swift
[209/210] Compiling MojangAPI Types.swift
[210/210] Compiling MojangAPI Types+.swift
Build complete! (122.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator.git"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession.git"
    }
  ],
  "manifest_display_name" : "MojangAPI",
  "name" : "MojangAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MojangAPI",
      "targets" : [
        "MojangAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MojangAPITests",
      "module_type" : "SwiftTarget",
      "name" : "MojangAPITests",
      "path" : "Tests/MojangAPITests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MojangAPITests/Fixtures/manifest.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/MojangAPITests/Fixtures/user_notch.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MojangAPITests.swift",
        "OfflineModelTests.swift",
        "UnitTests.swift"
      ],
      "target_dependencies" : [
        "MojangAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MojangAPI",
      "module_type" : "SwiftTarget",
      "name" : "MojangAPI",
      "path" : "Sources/MojangAPI",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "MojangAPI"
      ],
      "sources" : [
        "Cache.swift",
        "DTO.swift",
        "Error.swift",
        "Mojang+Internal.swift",
        "Mojang.swift",
        "Output+Extensions.swift",
        "Types+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.