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 amiibo-service, reference v1.3.0 (fae4b4), with Swift 6.1 for Android on 10 Nov 2025 02:31:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rock-n-code/amiibo-service.git
Reference: v1.3.0
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/rock-n-code/amiibo-service
 * tag               v1.3.0     -> FETCH_HEAD
HEAD is now at fae4b44 Added support for Switch 2 games to the Amiibo type. (#21)
Cloned https://github.com/rock-n-code/amiibo-service.git
Revision (git rev-parse @):
fae4b4469812905321bf26b7aaf5debe2ae7fe18
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/rock-n-code/amiibo-service.git at v1.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rock-n-code/amiibo-service.git
https://github.com/rock-n-code/amiibo-service.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "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.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "amiibo-service",
  "name" : "amiibo-service",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "amiibo-service",
      "targets" : [
        "AmiiboService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmiiboServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "AmiiboServiceTests",
      "path" : "Tests/AmiiboService",
      "sources" : [
        "Tests/Public/Services/AmiiboServiceLiveTests.swift",
        "Types/Clients/AmiiboMockClient.swift",
        "Types/Extensions/Tag+Customs.swift"
      ],
      "target_dependencies" : [
        "AmiiboService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmiiboService",
      "module_type" : "SwiftTarget",
      "name" : "AmiiboService",
      "path" : "Sources/AmiiboService",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "amiibo-service"
      ],
      "sources" : [
        "Internal/Extensions/DateFormatter+Properties.swift",
        "Internal/Protocols/KeyNameFilter.swift",
        "Internal/Protocols/KeyNameModel.swift",
        "Internal/Transcoders/ISOTimestampTranscoder.swift",
        "Public/Clients/AmiiboLiveClient.swift",
        "Public/Errors/AmiiboServiceError.swift",
        "Public/Filters/AmiiboFilter.swift",
        "Public/Filters/AmiiboSeriesFilter.swift",
        "Public/Filters/AmiiboTypeFilter.swift",
        "Public/Filters/GameCharacterFilter.swift",
        "Public/Filters/GameSeriesFilter.swift",
        "Public/Models/Amiibo.swift",
        "Public/Models/Amiibo/Amiibo+Game.swift",
        "Public/Models/Amiibo/Amiibo+Platform.swift",
        "Public/Models/Amiibo/Amiibo+Release.swift",
        "Public/Models/Amiibo/Amiibo+Usage.swift",
        "Public/Models/AmiiboSeries.swift",
        "Public/Models/AmiiboType.swift",
        "Public/Models/GameCharacter.swift",
        "Public/Models/GameSeries.swift",
        "Public/Protocols/AmiiboClient.swift",
        "Public/Services/AmiiboService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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-openapi-generator.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-openapi-urlsession
[1/2160] Fetching swift-docc-plugin
[217/3222] Fetching swift-docc-plugin, swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.59s)
[455/18655] Fetching swift-docc-plugin, swift-openapi-generator
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.88s)
[5609/16495] Fetching swift-openapi-generator
Fetching https://github.com/apple/swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-generator.git from cache (1.81s)
[1/5818] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.61s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (6.66s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
[1/939] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.46s)
[1/18289] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.30s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (3.36s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.30s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3573] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.71s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.22s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.10s)
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.35s)
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mattpolzin/OpenAPIKit
[1/16686] Fetching swift-argument-parser
[2/22715] Fetching swift-argument-parser, swift-algorithms
[545/33978] Fetching swift-argument-parser, swift-algorithms, yams
[5009/149917] Fetching swift-argument-parser, swift-algorithms, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (3.87s)
[70847/143888] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.99s)
[61903/132625] Fetching swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (12.89s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (13.07s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (14.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (2.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.21s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.24s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (1.37s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (1.21s)
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/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-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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.3
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.2.0
[0/36] Write sources
[13/36] Compiling writer.c
[14/36] Compiling reader.c
[15/36] Compiling parser.c
[16/36] Compiling api.c
[17/36] Compiling emitter.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[19/36] Compiling _NumericsShims _NumericsShims.c
[20/36] Compiling scanner.c
[22/118] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/120] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/120] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/120] Compiling RealModule RealFunctions.swift
[26/120] Emitting module RealModule
[27/120] Compiling Yams Node.Scalar.swift
[28/120] Compiling Yams Node.Sequence.swift
[29/121] Emitting module ArgumentParserToolInfo
[30/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/122] Compiling Yams Anchor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/122] Compiling Yams Constructor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/122] Compiling Yams Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/122] Compiling Yams RedundancyAliasingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/122] Compiling Yams Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/122] Compiling Yams Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/122] Compiling Yams Node.Alias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/122] Compiling Yams Node.Mapping.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/122] Compiling Yams Representer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/122] Compiling Yams Mark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/122] Compiling RealModule Real.swift
[46/122] Compiling RealModule Float16+Real.swift
[47/122] Compiling RealModule Float80+Real.swift
[48/122] Compiling Yams Emitter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/122] Compiling Yams Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/122] Compiling Yams AliasDereferencingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/123] Emitting module OpenAPIKitCore
[55/127] Compiling RealModule RelaxedArithmetic.swift
[57/128] Wrapping AST for ArgumentParserToolInfo for debugging
[58/128] Wrapping AST for InternalCollectionsUtilities for debugging
[59/128] Wrapping AST for RealModule for debugging
[61/252] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/252] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/254] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/254] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/261] Compiling Yams YamlError.swift
[72/261] Compiling Yams YamlTagProviding.swift
[73/261] Compiling OrderedCollections _HashTable.swift
[74/261] Compiling OrderedCollections _Hashtable+Header.swift
[75/261] Compiling OrderedCollections OrderedSet+Initializers.swift
[76/264] Emitting module ArgumentParser
[77/270] Compiling OrderedCollections _HashTable+Bucket.swift
[78/270] Compiling OrderedCollections _HashTable+BucketIterator.swift
[80/270] Compiling Algorithms Trim.swift
[81/270] Compiling Algorithms Unique.swift
[82/270] Compiling Algorithms Windows.swift
[83/270] Compiling OrderedCollections OrderedSet+Codable.swift
[84/270] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[85/270] Compiling OrderedCollections OrderedSet+Descriptions.swift
[86/270] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/270] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/270] Compiling OrderedCollections OrderedSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/270] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/270] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/270] Compiling ArgumentParser PositionalArgumentsValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/270] Compiling ArgumentParser UniqueNamesValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/270] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/270] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/270] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/270] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/270] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/270] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/270] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/270] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/270] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/270] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/270] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/270] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/270] Compiling ArgumentParser Tree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/270] Compiling ArgumentParser CodingKeyValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/270] Compiling ArgumentParser NonsenseFlagsValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/270] Compiling ArgumentParser ParsableArgumentsValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/270] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/270] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/270] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/270] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/270] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/270] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/270] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/270] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/271] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/271] Wrapping AST for OrderedCollections for debugging
[230/273] Wrapping AST for OpenAPIKitCore for debugging
[231/273] Wrapping AST for Yams for debugging
[265/393] Emitting module Algorithms
[265/394] Wrapping AST for ArgumentParser for debugging
[267/394] Wrapping AST for Algorithms for debugging
[269/394] Emitting module OpenAPIKit
[270/402] Emitting module OpenAPIKit30
[271/402] Compiling OpenAPIKit AnyCodable+Validatable.swift
[272/402] Compiling OpenAPIKit Callbacks.swift
[273/402] Compiling OpenAPIKit CodableVendorExtendable.swift
[274/402] Compiling OpenAPIKit Components+JSONReference.swift
[275/402] Compiling OpenAPIKit Components+Locatable.swift
[276/402] Compiling OpenAPIKit Components.swift
[277/402] Compiling OpenAPIKit Content.swift
[278/402] Compiling OpenAPIKit ContentEncoding.swift
[279/402] Compiling OpenAPIKit DereferencedContent.swift
[280/410] Compiling OpenAPIKit Link.swift
[281/410] Compiling OpenAPIKit OpenAPI.swift
[282/410] Compiling OpenAPIKit DereferencedOperation.swift
[283/410] Compiling OpenAPIKit Operation.swift
[284/410] Compiling OpenAPIKit ResolvedEndpoint.swift
[285/410] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[286/410] Compiling OpenAPIKit DereferencedParameter.swift
[287/410] Compiling OpenAPIKit DereferencedSchemaContext.swift
[288/410] Compiling OpenAPIKit Parameter.swift
[289/410] Compiling OpenAPIKit ParameterContext.swift
[290/410] Compiling OpenAPIKit ParameterSchemaContext.swift
[291/410] Compiling OpenAPIKit DereferencedPathItem.swift
[292/410] Compiling OpenAPIKit PathItem.swift
[293/410] Compiling OpenAPIKit ResolvedRoute.swift
[294/410] Compiling OpenAPIKit DereferencedRequest.swift
[295/410] Compiling OpenAPIKit Request.swift
[296/410] Compiling OpenAPIKit DocumentDecodingError.swift
[297/410] Compiling OpenAPIKit OperationDecodingError.swift
[298/410] Compiling OpenAPIKit PathDecodingError.swift
[299/410] Compiling OpenAPIKit ResponseDecodingError.swift
[300/410] Compiling OpenAPIKit Example.swift
[301/410] Compiling OpenAPIKit ExternalDocumentation.swift
[302/410] Compiling OpenAPIKit DereferencedHeader.swift
[303/410] Compiling OpenAPIKit Header.swift
[304/410] Compiling OpenAPIKit JSONReference.swift
[330/410] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[331/410] Compiling OpenAPIKit30 Validation+Builtins.swift
[332/410] Compiling OpenAPIKit30 Validation.swift
[333/410] Compiling OpenAPIKit30 Validator+Convenience.swift
[334/410] Compiling OpenAPIKit30 Validator.swift
[335/410] Compiling OpenAPIKit30 XML.swift
[336/410] Compiling OpenAPIKit30 _CoreReExport.swift
[337/410] Compiling OpenAPIKit _CoreReExport.swift
[347/410] Compiling OpenAPIKit DereferencedContentEncoding.swift
[348/410] Compiling OpenAPIKit DereferencedDocument.swift
[349/410] Compiling OpenAPIKit Document.swift
[350/410] Compiling OpenAPIKit DocumentInfo.swift
[351/410] Compiling OpenAPIKit ResolvedDocument.swift
[352/410] Compiling OpenAPIKit Either+Convenience.swift
[353/410] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[354/410] Compiling OpenAPIKit Either+Summarizable.swift
[355/410] Compiling OpenAPIKit Either+Validatable.swift
[356/410] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[365/410] Compiling OpenAPIKit DereferencedResponse.swift
[366/410] Compiling OpenAPIKit Response.swift
[367/410] Compiling OpenAPIKit RuntimeExpression.swift
[368/410] Compiling OpenAPIKit SchemaProtocols.swift
[369/410] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[370/410] Compiling OpenAPIKit DereferencedJSONSchema.swift
[371/410] Compiling OpenAPIKit JSONSchema+Combining.swift
[372/410] Compiling OpenAPIKit JSONSchema.swift
[373/410] Compiling OpenAPIKit JSONSchemaContext.swift
[374/410] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[375/410] Compiling OpenAPIKit TypesAndFormats.swift
[376/410] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[377/410] Compiling OpenAPIKit SecurityScheme.swift
[378/410] Compiling OpenAPIKit Server.swift
[379/410] Compiling OpenAPIKit Tag.swift
[388/411] Wrapping AST for OpenAPIKit30 for debugging
[406/412] Wrapping AST for OpenAPIKit for debugging
[408/415] Compiling OpenAPIKitCompat Either+Map.swift
[409/415] Emitting module OpenAPIKitCompat
[410/415] Compiling OpenAPIKitCompat Compat30To31.swift
[411/416] Wrapping AST for OpenAPIKitCompat for debugging
[413/498] Compiling _OpenAPIGeneratorCore Config.swift
[414/498] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[415/498] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[416/498] Compiling _OpenAPIGeneratorCore Errors.swift
[417/498] Compiling _OpenAPIGeneratorCore Foundation.swift
[418/498] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[419/498] Compiling _OpenAPIGeneratorCore String.swift
[420/498] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[421/498] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[422/498] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[423/498] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[424/498] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[425/509] Emitting module _OpenAPIGeneratorCore
[426/509] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[427/509] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[428/509] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[429/509] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[430/509] Compiling _OpenAPIGeneratorCore translateComponents.swift
[431/509] Compiling _OpenAPIGeneratorCore translateOperations.swift
[432/509] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[433/509] Compiling _OpenAPIGeneratorCore translateServers.swift
[434/509] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[435/509] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[436/509] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[437/509] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[438/509] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[439/509] Compiling _OpenAPIGeneratorCore translateArray.swift
[440/509] Compiling _OpenAPIGeneratorCore translateCodable.swift
[441/509] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[442/509] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[443/509] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[444/509] Compiling _OpenAPIGeneratorCore translateSchema.swift
[445/509] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[446/509] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[447/509] Compiling _OpenAPIGeneratorCore Annotations.swift
[448/509] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[449/509] Compiling _OpenAPIGeneratorCore Constants.swift
[450/509] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[451/509] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[452/509] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[453/509] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[454/509] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[455/509] Compiling _OpenAPIGeneratorCore ContentType.swift
[456/509] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[457/509] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[458/509] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[459/509] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[460/509] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[461/509] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[462/509] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[463/509] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[464/509] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[465/509] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[466/509] Compiling _OpenAPIGeneratorCore translateParameter.swift
[467/509] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[468/509] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[469/509] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[470/509] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[471/509] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[472/509] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[473/509] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[474/509] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[475/509] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[476/509] Compiling _OpenAPIGeneratorCore translateResponse.swift
[477/509] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[478/509] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[479/509] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[480/509] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[481/509] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[482/509] Compiling _OpenAPIGeneratorCore Builtins.swift
[483/509] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[484/509] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[485/509] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[486/509] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[487/509] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[488/509] Compiling _OpenAPIGeneratorCore TypeName.swift
[489/509] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[490/509] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[491/509] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[492/509] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[493/509] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[494/509] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[495/509] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[496/509] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[497/509] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[498/509] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[499/509] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[500/509] Compiling _OpenAPIGeneratorCore YamsParser.swift
[501/509] Compiling _OpenAPIGeneratorCore validateDoc.swift
[502/509] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[503/509] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[504/509] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[505/509] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[506/510] Wrapping AST for _OpenAPIGeneratorCore for debugging
[508/519] Compiling swift_openapi_generator PluginSource.swift
[509/520] Compiling swift_openapi_generator Tool.swift
[510/520] Compiling swift_openapi_generator UserConfig.swift
[511/520] Compiling swift_openapi_generator runGenerator.swift
[512/520] Compiling swift_openapi_generator GenerateOptions.swift
[513/520] Compiling swift_openapi_generator Extensions.swift
[514/520] Compiling swift_openapi_generator FilterCommand.swift
[515/520] Emitting module swift_openapi_generator
[516/520] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[517/520] Compiling swift_openapi_generator GenerateCommand.swift
[518/521] Wrapping AST for swift-openapi-generator for debugging
[519/521] Write Objects.LinkFileList
[520/521] Linking swift-openapi-generator-tool
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/49] Write sources
[22/49] Compiling writer.c
[22/49] Write sources
[25/49] Compiling _NumericsShims _NumericsShims.c
[26/49] Compiling reader.c
[27/49] Compiling api.c
[28/49] Compiling parser.c
[29/49] Compiling emitter.c
[30/49] Compiling scanner.c
[31/49] Write swift-version-24593BA9C3E375BF.txt
[33/79] Emitting module ArgumentParserToolInfo
[34/80] Wrapping AST for ArgumentParserToolInfo for debugging
[36/80] Emitting module RealModule
[37/80] Emitting module OpenAPIKitCore
[40/83] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/84] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/88] Wrapping AST for RealModule for debugging
[45/88] Emitting module ArgumentParser
[45/89] Wrapping AST for Yams for debugging
[47/90] Wrapping AST for OpenAPIKitCore for debugging
[48/90] Wrapping AST for InternalCollectionsUtilities for debugging
[49/90] Wrapping AST for ArgumentParser for debugging
[51/90] Emitting module OpenAPIKit30
[53/91] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/91] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/93] Emitting module OpenAPIKit
[56/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/94] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/94] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/94] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/94] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/94] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/94] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/94] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/94] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/94] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/94] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/95] Wrapping AST for OpenAPIKit30 for debugging
[74/95] Wrapping AST for OpenAPIKit for debugging
[76/96] Emitting module OpenAPIKitCompat
[78/112] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/112] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/114] Wrapping AST for OpenAPIKitCompat for debugging
[81/114] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/114] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/114] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/115] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/115] Compiling HTTPTypes ISOLatin1String.swift
[88/116] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/116] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/116] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/116] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/116] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/116] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/116] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/116] Wrapping AST for OrderedCollections for debugging
[97/116] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/116] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/116] Compiling HTTPTypes HTTPResponse.swift
[100/116] Compiling HTTPTypes HTTPRequest.swift
[101/116] Emitting module HTTPTypes
[102/116] Emitting module Algorithms
[103/117] Compiling HTTPTypes NIOLock.swift
[105/117] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/118] Wrapping AST for Algorithms for debugging
[108/119] Compiling HTTPTypes HTTPParsedFields.swift
[109/119] Compiling HTTPTypes HTTPRequest+URL.swift
[110/119] Emitting module _OpenAPIGeneratorCore
[111/120] Wrapping AST for _OpenAPIGeneratorCore for debugging
[113/121] Emitting module swift_openapi_generator
[114/122] Wrapping AST for swift-openapi-generator for debugging
[115/122] Write Objects.LinkFileList
[119/122] Compiling HTTPTypes HTTPFields.swift
[120/184] Linking swift-openapi-generator-tool
[122/184] Emitting module OpenAPIRuntime
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/AmiiboService/openapi.yaml
- Configuration path: /host/spi-builder-workspace/Sources/AmiiboService/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- 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/AmiiboService/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...
[122/192] Running swift-openapi-generator
[123/192] Write sources
[125/192] Compiling OpenAPIRuntime URICodeCodingKey.swift
[126/192] Compiling OpenAPIRuntime URICoderConfiguration.swift
[127/192] Compiling OpenAPIRuntime URIEncodedNode.swift
[128/192] Compiling OpenAPIRuntime URIParsedTypes.swift
[129/192] Compiling OpenAPIRuntime URIDecoder.swift
[130/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[131/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[132/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[133/192] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[134/192] Compiling OpenAPIRuntime CodableExtensions.swift
[135/192] Compiling OpenAPIRuntime Configuration.swift
[136/192] Compiling OpenAPIRuntime Converter+Client.swift
[137/192] Compiling OpenAPIRuntime Converter+Common.swift
[138/192] Compiling OpenAPIRuntime Converter+Server.swift
[139/192] Compiling OpenAPIRuntime Converter.swift
[140/192] Compiling OpenAPIRuntime CurrencyExtensions.swift
[141/192] Compiling OpenAPIRuntime ErrorExtensions.swift
[142/192] Compiling OpenAPIRuntime Acceptable.swift
[143/192] Compiling OpenAPIRuntime Base64EncodedData.swift
[144/192] Compiling OpenAPIRuntime ByteUtilities.swift
[145/192] Compiling OpenAPIRuntime ContentDisposition.swift
[146/192] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[147/192] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[148/192] Compiling OpenAPIRuntime OpenAPIValue.swift
[149/192] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[150/192] Compiling OpenAPIRuntime UndocumentedPayload.swift
[151/192] Compiling OpenAPIRuntime FoundationExtensions.swift
[152/192] Compiling OpenAPIRuntime ParameterStyles.swift
[153/192] Compiling OpenAPIRuntime ServerVariable.swift
[154/192] Compiling OpenAPIRuntime URLExtensions.swift
[155/192] Compiling OpenAPIRuntime Deprecated.swift
[156/192] Compiling OpenAPIRuntime ClientError.swift
[157/192] Compiling OpenAPIRuntime CodingErrors.swift
[158/192] Compiling OpenAPIRuntime RuntimeError.swift
[159/192] Compiling OpenAPIRuntime ServerError.swift
[160/192] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[161/192] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[162/192] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[163/192] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[164/192] Compiling OpenAPIRuntime ServerSentEvents.swift
[165/192] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[166/192] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[167/192] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[168/192] Compiling OpenAPIRuntime ClientTransport.swift
[169/192] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[170/192] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[171/192] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[172/192] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[173/192] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[174/192] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[175/192] Compiling OpenAPIRuntime MultipartValidation.swift
[176/192] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[177/192] Compiling OpenAPIRuntime CurrencyTypes.swift
[178/192] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[179/192] Compiling OpenAPIRuntime HTTPBody.swift
[180/192] Compiling OpenAPIRuntime ServerTransport.swift
[181/192] Compiling OpenAPIRuntime UniversalClient.swift
[182/192] Compiling OpenAPIRuntime UniversalServer.swift
[183/192] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[184/192] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[185/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[186/192] Compiling OpenAPIRuntime URIEncoder.swift
[187/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[188/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[189/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[190/192] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[191/192] Compiling OpenAPIRuntime URIParser.swift
[192/192] Compiling OpenAPIRuntime URISerializer.swift
[194/200] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[195/200] Compiling OpenAPIURLSession Lock.swift
[196/200] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[197/200] Compiling OpenAPIURLSession URLSessionTransport.swift
[198/200] Compiling OpenAPIURLSession URLSession+Extensions.swift
[199/200] Emitting module OpenAPIURLSession
[200/200] Compiling OpenAPIURLSession BufferedStream.swift
[202/224] Compiling AmiiboService GameSeries.swift
[203/224] Compiling AmiiboService AmiiboClient.swift
[204/224] Compiling AmiiboService AmiiboService.swift
[205/227] Compiling AmiiboService AmiiboSeries.swift
[206/227] Compiling AmiiboService AmiiboType.swift
[207/227] Compiling AmiiboService GameCharacter.swift
[208/227] Compiling AmiiboService AmiiboSeriesFilter.swift
[209/227] Compiling AmiiboService AmiiboTypeFilter.swift
[210/227] Compiling AmiiboService GameCharacterFilter.swift
[211/227] Emitting module AmiiboService
[212/227] Compiling AmiiboService Amiibo+Platform.swift
[213/227] Compiling AmiiboService Amiibo+Release.swift
[214/227] Compiling AmiiboService Amiibo+Usage.swift
[215/227] Compiling AmiiboService DateFormatter+Properties.swift
[216/227] Compiling AmiiboService KeyNameFilter.swift
[217/227] Compiling AmiiboService KeyNameModel.swift
[218/227] Compiling AmiiboService ISOTimestampTranscoder.swift
[219/227] Compiling AmiiboService GameSeriesFilter.swift
[220/227] Compiling AmiiboService Amiibo.swift
[221/227] Compiling AmiiboService Amiibo+Game.swift
[222/227] Compiling AmiiboService AmiiboLiveClient.swift
[223/227] Compiling AmiiboService AmiiboServiceError.swift
[224/227] Compiling AmiiboService AmiiboFilter.swift
[225/227] Compiling AmiiboService Types.swift
[226/227] Compiling AmiiboService Client.swift
[227/227] Compiling AmiiboService Server.swift
Build complete! (244.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "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.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "amiibo-service",
  "name" : "amiibo-service",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "amiibo-service",
      "targets" : [
        "AmiiboService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmiiboServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "AmiiboServiceTests",
      "path" : "Tests/AmiiboService",
      "sources" : [
        "Tests/Public/Services/AmiiboServiceLiveTests.swift",
        "Types/Clients/AmiiboMockClient.swift",
        "Types/Extensions/Tag+Customs.swift"
      ],
      "target_dependencies" : [
        "AmiiboService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmiiboService",
      "module_type" : "SwiftTarget",
      "name" : "AmiiboService",
      "path" : "Sources/AmiiboService",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "amiibo-service"
      ],
      "sources" : [
        "Internal/Extensions/DateFormatter+Properties.swift",
        "Internal/Protocols/KeyNameFilter.swift",
        "Internal/Protocols/KeyNameModel.swift",
        "Internal/Transcoders/ISOTimestampTranscoder.swift",
        "Public/Clients/AmiiboLiveClient.swift",
        "Public/Errors/AmiiboServiceError.swift",
        "Public/Filters/AmiiboFilter.swift",
        "Public/Filters/AmiiboSeriesFilter.swift",
        "Public/Filters/AmiiboTypeFilter.swift",
        "Public/Filters/GameCharacterFilter.swift",
        "Public/Filters/GameSeriesFilter.swift",
        "Public/Models/Amiibo.swift",
        "Public/Models/Amiibo/Amiibo+Game.swift",
        "Public/Models/Amiibo/Amiibo+Platform.swift",
        "Public/Models/Amiibo/Amiibo+Release.swift",
        "Public/Models/Amiibo/Amiibo+Usage.swift",
        "Public/Models/AmiiboSeries.swift",
        "Public/Models/AmiiboType.swift",
        "Public/Models/GameCharacter.swift",
        "Public/Models/GameSeries.swift",
        "Public/Protocols/AmiiboClient.swift",
        "Public/Services/AmiiboService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.