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 Linux on 10 Nov 2025 02:36:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.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:         linux
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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-openapi-urlsession
[1/2160] Fetching swift-docc-plugin
[239/3222] Fetching swift-docc-plugin, swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.47s)
[497/2160] Fetching swift-docc-plugin
Fetching https://github.com/apple/swift-openapi-generator.git
Fetching https://github.com/apple/swift-openapi-runtime
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.69s)
[1/5818] Fetching swift-openapi-runtime
[5819/22313] Fetching swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.57s)
[2475/16495] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator.git from cache (1.44s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (6.82s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
[1/939] Fetching swift-http-types
[912/19228] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.91s)
[8048/18289] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.13s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (3.14s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.07s)
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.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.88s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.15s)
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.33s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-algorithms
[1/16686] Fetching swift-argument-parser
[2/22715] Fetching swift-argument-parser, swift-algorithms
[1286/33978] Fetching swift-argument-parser, swift-algorithms, yams
[2539/149917] Fetching swift-argument-parser, swift-algorithms, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.08s)
[25726/143888] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (1.87s)
[26130/127202] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (11.88s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (11.97s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (14.26s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (2.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (6.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.74s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (1.80s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (0.67s)
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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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/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-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-openapi-generator.git
Working copy of https://github.com/apple/swift-openapi-generator.git resolved at 1.10.3
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.2.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/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/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
[0/36] Write sources
[10/36] Compiling _NumericsShims _NumericsShims.c
[10/36] Write sources
[14/36] Compiling reader.c
[15/36] Compiling writer.c
[16/36] Compiling parser.c
[17/36] Compiling api.c
[18/36] Compiling emitter.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[20/36] Compiling scanner.c
[22/118] 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
[23/118] 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
[24/120] 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
[25/120] 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
[26/120] Emitting module RealModule
[27/120] Compiling Yams Decoder.swift
[28/120] Compiling Yams Emitter.swift
[29/120] 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
[30/120] 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
[31/121] 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
[32/121] Compiling RealModule Float16+Real.swift
[33/121] Compiling Yams Encoder.swift
[34/121] Compiling Yams AliasDereferencingStrategy.swift
[35/121] Emitting module ArgumentParserToolInfo
[36/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/122] Compiling RealModule Float80+Real.swift
[38/122] Compiling Yams Anchor.swift
[40/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
[41/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
[42/122] Compiling Yams Node.Scalar.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 Yams Node.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
[44/122] Compiling RealModule Real.swift
[45/122] Compiling RealModule RealFunctions.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
[52/122] Compiling RealModule RelaxedArithmetic.swift
[53/123] 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
[54/123] 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
[55/124] Wrapping AST for ArgumentParserToolInfo for debugging
[57/124] Wrapping AST for InternalCollectionsUtilities for debugging
[58/168] Wrapping AST for RealModule for debugging
[60/248] Compiling Algorithms Reductions.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/248] Compiling Algorithms Rotate.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/250] 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
[63/250] 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
[64/250] 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
[65/250] 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
[66/250] 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
[67/250] 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
[68/250] 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
[69/250] Compiling Algorithms AdjacentPairs.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/250] Compiling Algorithms Chain.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/250] Compiling Algorithms Chunked.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/250] Compiling Algorithms Combinations.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
[73/250] Compiling Algorithms FlattenCollection.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
[74/250] Compiling Algorithms Grouped.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
[75/250] Compiling Algorithms Indexed.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
[76/250] Compiling Algorithms Intersperse.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
[77/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[78/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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/257] 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
[80/257] 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
[81/257] 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
[82/257] 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
[83/257] 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
[86/257] Compiling Algorithms Joined.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
[88/257] Compiling Algorithms Keyed.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/257] Compiling Algorithms MinMax.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/257] Compiling Algorithms Partition.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/257] Compiling Algorithms Permutations.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/257] Compiling Algorithms Product.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/257] Compiling Algorithms RandomSample.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
[95/257] 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
[96/257] Compiling OrderedCollections OrderedSet+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
[97/257] Compiling OrderedCollections OrderedSet+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
[98/257] Compiling OrderedCollections OrderedSet+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
[99/257] 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
[100/257] 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
[101/257] 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
[102/257] 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
[103/257] Compiling OrderedCollections OrderedSet+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
[104/257] Compiling OrderedCollections OrderedSet+Insertions.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
[105/257] Compiling OrderedCollections OrderedSet+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
[106/257] Compiling OrderedCollections OrderedSet+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
[107/257] 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
[108/257] 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
[109/257] 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
[110/257] 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
[114/260] Compiling Algorithms Split.swift
[115/260] Compiling Algorithms Stride.swift
[116/260] Compiling Yams YamlError.swift
[117/260] Compiling Yams YamlTagProviding.swift
[118/260] Compiling Algorithms Cycle.swift
[119/260] Compiling Algorithms EitherSequence.swift
[120/260] Compiling Algorithms FirstNonNil.swift
[127/260] 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
[128/260] 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
[129/260] 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
[130/260] 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
[131/260] 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
[132/260] 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
[133/260] 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
<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
[142/260] Compiling Algorithms Trim.swift
[143/260] Compiling Algorithms Unique.swift
[144/260] Compiling Algorithms Windows.swift
[155/266] Emitting module ArgumentParser
<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
[166/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
[174/271] Emitting module OpenAPIKitCore
<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
[217/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
[218/271] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[219/271] Compiling OpenAPIKitCore Optional+Zip.swift
[220/271] Compiling OpenAPIKitCore Result+Value.swift
[221/271] Compiling OpenAPIKitCore Validatable.swift
[235/273] Wrapping AST for OrderedCollections for debugging
[236/273] Wrapping AST for Yams for debugging
[237/273] Wrapping AST for OpenAPIKitCore for debugging
[239/332] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[240/332] Compiling OpenAPIKit30 Components+JSONReference.swift
[241/332] Compiling OpenAPIKit30 Components+Locatable.swift
[242/332] Compiling OpenAPIKit30 Components.swift
[243/332] Compiling OpenAPIKit30 Content.swift
[244/332] Compiling OpenAPIKit30 ContentEncoding.swift
[245/392] Compiling OpenAPIKit Content.swift
[246/392] Compiling OpenAPIKit ContentEncoding.swift
[247/392] Compiling OpenAPIKit DereferencedContent.swift
[248/392] Compiling OpenAPIKit DereferencedContentEncoding.swift
[249/392] Compiling OpenAPIKit DereferencedDocument.swift
[250/392] Compiling OpenAPIKit Document.swift
[251/392] Compiling OpenAPIKit DocumentInfo.swift
[252/392] Compiling OpenAPIKit ResolvedDocument.swift
[253/392] Compiling OpenAPIKit Either+Convenience.swift
[254/392] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[255/392] Compiling OpenAPIKit Either+Summarizable.swift
[256/392] Compiling OpenAPIKit Either+Validatable.swift
[257/392] Compiling OpenAPIKit DocumentDecodingError.swift
[258/392] Compiling OpenAPIKit OperationDecodingError.swift
[259/392] Compiling OpenAPIKit PathDecodingError.swift
[260/392] Compiling OpenAPIKit ResponseDecodingError.swift
[261/392] Compiling OpenAPIKit Example.swift
[262/392] Compiling OpenAPIKit ExternalDocumentation.swift
[263/392] Compiling OpenAPIKit DereferencedHeader.swift
[265/393] Emitting module Algorithms
[266/394] Wrapping AST for ArgumentParser for debugging
[267/394] Wrapping AST for Algorithms for debugging
[269/394] Emitting module OpenAPIKit30
[270/402] Emitting module OpenAPIKit
[278/410] Compiling OpenAPIKit Header.swift
[279/410] Compiling OpenAPIKit JSONReference.swift
[280/410] Compiling OpenAPIKit AnyCodable+Validatable.swift
[281/410] Compiling OpenAPIKit Callbacks.swift
[282/410] Compiling OpenAPIKit CodableVendorExtendable.swift
[283/410] Compiling OpenAPIKit Components+JSONReference.swift
[284/410] Compiling OpenAPIKit Components+Locatable.swift
[285/410] Compiling OpenAPIKit Components.swift
[288/410] Compiling OpenAPIKit JSONSchema.swift
[289/410] Compiling OpenAPIKit JSONSchemaContext.swift
[290/410] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[291/410] Compiling OpenAPIKit TypesAndFormats.swift
[292/410] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[293/410] Compiling OpenAPIKit SecurityScheme.swift
[294/410] Compiling OpenAPIKit Server.swift
[295/410] Compiling OpenAPIKit Tag.swift
[323/410] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[324/410] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[325/410] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[326/410] Compiling OpenAPIKit Validation+Builtins.swift
[327/410] Compiling OpenAPIKit Validation.swift
[328/410] Compiling OpenAPIKit Validator+Convenience.swift
[329/410] Compiling OpenAPIKit Validator.swift
[330/410] Compiling OpenAPIKit XML.swift
[333/410] Compiling OpenAPIKit Link.swift
[334/410] Compiling OpenAPIKit OpenAPI.swift
[335/410] Compiling OpenAPIKit DereferencedOperation.swift
[336/410] Compiling OpenAPIKit Operation.swift
[337/410] Compiling OpenAPIKit ResolvedEndpoint.swift
[338/410] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[339/410] Compiling OpenAPIKit DereferencedRequest.swift
[340/410] Compiling OpenAPIKit Request.swift
[341/410] Compiling OpenAPIKit DereferencedResponse.swift
[342/410] Compiling OpenAPIKit Response.swift
[343/410] Compiling OpenAPIKit RuntimeExpression.swift
[344/410] Compiling OpenAPIKit SchemaProtocols.swift
[345/410] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[346/410] Compiling OpenAPIKit DereferencedJSONSchema.swift
[347/410] Compiling OpenAPIKit JSONSchema+Combining.swift
[348/410] Compiling OpenAPIKit DereferencedParameter.swift
[349/410] Compiling OpenAPIKit DereferencedSchemaContext.swift
[350/410] Compiling OpenAPIKit Parameter.swift
[351/410] Compiling OpenAPIKit ParameterContext.swift
[352/410] Compiling OpenAPIKit ParameterSchemaContext.swift
[353/410] Compiling OpenAPIKit DereferencedPathItem.swift
[354/410] Compiling OpenAPIKit PathItem.swift
[355/410] Compiling OpenAPIKit ResolvedRoute.swift
[372/411] Compiling OpenAPIKit _CoreReExport.swift
[372/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] Emitting module _OpenAPIGeneratorCore
[414/509] Compiling _OpenAPIGeneratorCore Constants.swift
[415/509] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[416/509] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[417/509] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[418/509] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[419/509] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[420/509] Compiling _OpenAPIGeneratorCore ContentType.swift
[421/509] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[422/509] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[423/509] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[424/509] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[425/509] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[426/509] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[427/509] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[428/509] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[429/509] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[430/509] Compiling _OpenAPIGeneratorCore translateResponse.swift
[431/509] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[432/509] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[433/509] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[434/509] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[435/509] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[436/509] Compiling _OpenAPIGeneratorCore Builtins.swift
[437/509] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[438/509] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[439/509] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[440/509] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[441/509] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[442/509] Compiling _OpenAPIGeneratorCore TypeName.swift
[443/509] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[444/509] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[445/509] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[446/509] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[447/509] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[448/509] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[449/509] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[450/509] Compiling _OpenAPIGeneratorCore translateArray.swift
[451/509] Compiling _OpenAPIGeneratorCore translateCodable.swift
[452/509] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[453/509] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[454/509] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[455/509] Compiling _OpenAPIGeneratorCore translateSchema.swift
[456/509] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[457/509] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[458/509] Compiling _OpenAPIGeneratorCore Annotations.swift
[459/509] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[460/509] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[461/509] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[462/509] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[463/509] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[464/509] Compiling _OpenAPIGeneratorCore translateComponents.swift
[465/509] Compiling _OpenAPIGeneratorCore translateOperations.swift
[466/509] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[467/509] Compiling _OpenAPIGeneratorCore translateServers.swift
[468/509] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[469/509] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[470/509] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[471/509] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[472/509] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[473/509] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[474/509] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[475/509] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[476/509] Compiling _OpenAPIGeneratorCore translateParameter.swift
[477/509] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[478/509] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[479/509] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[480/509] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[481/509] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[482/509] Compiling _OpenAPIGeneratorCore Config.swift
[483/509] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[484/509] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[485/509] Compiling _OpenAPIGeneratorCore Errors.swift
[486/509] Compiling _OpenAPIGeneratorCore Foundation.swift
[487/509] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[488/509] Compiling _OpenAPIGeneratorCore String.swift
[489/509] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[490/509] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[491/509] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[492/509] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[493/509] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.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 Tool.swift
[509/520] Compiling swift_openapi_generator UserConfig.swift
[510/520] Compiling swift_openapi_generator PluginSource.swift
[511/520] Compiling swift_openapi_generator runGenerator.swift
[512/520] Emitting module swift_openapi_generator
[513/520] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[514/520] Compiling swift_openapi_generator GenerateCommand.swift
[515/520] Compiling swift_openapi_generator Extensions.swift
[516/520] Compiling swift_openapi_generator FilterCommand.swift
[517/520] Compiling swift_openapi_generator GenerateOptions.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
[24/49] Compiling _NumericsShims _NumericsShims.c
[25/49] Compiling reader.c
[26/49] Compiling writer.c
[27/49] Compiling api.c
[28/49] Write swift-version-24593BA9C3E375BF.txt
[29/49] Compiling parser.c
[30/49] Compiling scanner.c
[31/49] Compiling emitter.c
[33/79] 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
[34/79] 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
[35/81] 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
[36/81] 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
[37/81] 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
[38/81] 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
[39/81] 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
[40/81] 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
[41/81] Emitting module ArgumentParserToolInfo
[42/82] 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
[43/82] 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
[45/82] Compiling HTTPTypes ISOLatin1String.swift
[46/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
[46/83] Wrapping AST for ArgumentParserToolInfo for debugging
[48/83] Emitting module HTTPTypes
[49/83] Emitting module RealModule
[50/84] 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
[51/85] Emitting module OpenAPIKitCore
[52/86] Compiling HTTPTypes NIOLock.swift
[56/87] Compiling HTTPTypes HTTPRequest+URL.swift
[57/87] Compiling HTTPTypes HTTPParsedFields.swift
[57/87] Wrapping AST for InternalCollectionsUtilities for debugging
[59/87] Compiling HTTPTypes HTTPRequest.swift
[60/87] Compiling HTTPTypes HTTPResponse.swift
[61/87] 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
[61/87] Wrapping AST for RealModule for debugging
[64/89] 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
[65/89] 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
[66/89] 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/89] 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/89] 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/89] Compiling HTTPTypes HTTPField.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/89] Compiling HTTPTypes HTTPFieldName.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/91] Wrapping AST for Yams for debugging
[72/91] Wrapping AST for OpenAPIKitCore for debugging
[74/93] Emitting module ArgumentParser
[76/109] 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
[77/109] 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
[78/111] 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
[79/111] 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
[80/111] 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
[81/111] 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
[81/111] Wrapping AST for ArgumentParser for debugging
[83/111] 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
[84/111] 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
[85/111] 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
[86/111] 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
[87/111] 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
[88/111] 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
[89/111] 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
[90/111] 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
[91/111] 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
[92/111] 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
[93/111] 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
[95/112] 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
[96/113] Wrapping AST for OrderedCollections for debugging
[98/113] Emitting module OpenAPIKit30
[99/114] Emitting module OpenAPIKit
[101/115] Wrapping AST for OpenAPIKit30 for debugging
[102/115] Wrapping AST for OpenAPIKit for debugging
[104/116] Emitting module Algorithms
[105/117] Emitting module OpenAPIKitCompat
[108/118] Compiling HTTPTypes HTTPFields.swift
[111/119] Wrapping AST for Algorithms for debugging
[112/119] Wrapping AST for OpenAPIKitCompat for debugging
[114/181] Emitting module OpenAPIRuntime
[115/189] Compiling OpenAPIRuntime URICodeCodingKey.swift
[116/189] Compiling OpenAPIRuntime URICoderConfiguration.swift
[117/189] Compiling OpenAPIRuntime URIEncodedNode.swift
[118/189] Compiling OpenAPIRuntime URIParsedTypes.swift
[119/189] Compiling OpenAPIRuntime URIDecoder.swift
[120/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[121/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[122/189] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[123/189] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[124/189] Compiling OpenAPIRuntime CodableExtensions.swift
[125/189] Compiling OpenAPIRuntime Configuration.swift
[126/189] Compiling OpenAPIRuntime Converter+Client.swift
[127/189] Compiling OpenAPIRuntime Converter+Common.swift
[128/189] Compiling OpenAPIRuntime Converter+Server.swift
[129/189] Compiling OpenAPIRuntime Converter.swift
[130/189] Compiling OpenAPIRuntime CurrencyExtensions.swift
[131/189] Compiling OpenAPIRuntime ErrorExtensions.swift
[132/189] Compiling OpenAPIRuntime Acceptable.swift
[133/189] Compiling OpenAPIRuntime Base64EncodedData.swift
[134/189] Compiling OpenAPIRuntime ByteUtilities.swift
[135/189] Compiling OpenAPIRuntime ContentDisposition.swift
[136/189] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[137/189] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[138/189] Compiling OpenAPIRuntime OpenAPIValue.swift
[139/189] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[140/189] Compiling OpenAPIRuntime UndocumentedPayload.swift
[141/189] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[142/189] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[143/189] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[144/189] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[145/189] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[146/189] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[147/189] Compiling OpenAPIRuntime MultipartValidation.swift
[148/189] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[149/189] Emitting module _OpenAPIGeneratorCore
[151/190] Compiling OpenAPIRuntime CurrencyTypes.swift
[152/190] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[153/190] Compiling OpenAPIRuntime HTTPBody.swift
[154/190] Compiling OpenAPIRuntime ServerTransport.swift
[155/190] Compiling OpenAPIRuntime UniversalClient.swift
[156/190] Compiling OpenAPIRuntime UniversalServer.swift
[157/190] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[158/190] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[158/190] Wrapping AST for _OpenAPIGeneratorCore for debugging
[160/190] Compiling OpenAPIRuntime FoundationExtensions.swift
[161/190] Compiling OpenAPIRuntime ParameterStyles.swift
[162/190] Compiling OpenAPIRuntime ServerVariable.swift
[163/190] Compiling OpenAPIRuntime URLExtensions.swift
[164/190] Compiling OpenAPIRuntime Deprecated.swift
[165/190] Compiling OpenAPIRuntime ClientError.swift
[166/190] Compiling OpenAPIRuntime CodingErrors.swift
[167/190] Compiling OpenAPIRuntime RuntimeError.swift
[168/190] Compiling OpenAPIRuntime ServerError.swift
[169/190] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[170/190] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[171/190] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[172/190] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[173/190] Compiling OpenAPIRuntime ServerSentEvents.swift
[174/190] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[175/190] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[176/190] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[177/190] Compiling OpenAPIRuntime ClientTransport.swift
[178/191] Emitting module swift_openapi_generator
[179/192] Wrapping AST for swift-openapi-generator for debugging
[180/192] Write Objects.LinkFileList
[182/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[183/192] Compiling OpenAPIRuntime URIEncoder.swift
[184/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[185/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[186/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[187/192] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[188/192] Compiling OpenAPIRuntime URIParser.swift
[189/192] Compiling OpenAPIRuntime URISerializer.swift
[191/200] Compiling OpenAPIURLSession URLSession+Extensions.swift
[192/200] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[193/200] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[194/200] Compiling OpenAPIURLSession Lock.swift
[194/200] Linking swift-openapi-generator-tool
[196/200] Compiling OpenAPIURLSession URLSessionTransport.swift
[197/200] Emitting module OpenAPIURLSession
[198/200] Compiling OpenAPIURLSession BufferedStream.swift
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...
[198/201] Running swift-openapi-generator
[199/201] Write sources
[202/224] Compiling AmiiboService GameSeries.swift
[203/224] Compiling AmiiboService AmiiboClient.swift
[204/224] Compiling AmiiboService AmiiboService.swift
[205/224] Compiling AmiiboService AmiiboSeries.swift
[206/224] Compiling AmiiboService AmiiboType.swift
[207/224] Compiling AmiiboService GameCharacter.swift
[208/227] Compiling AmiiboService AmiiboSeriesFilter.swift
[209/227] Compiling AmiiboService AmiiboTypeFilter.swift
[210/227] Compiling AmiiboService GameCharacterFilter.swift
[211/227] Compiling AmiiboService GameSeriesFilter.swift
[212/227] Compiling AmiiboService Amiibo.swift
[213/227] Compiling AmiiboService Amiibo+Game.swift
[214/227] Compiling AmiiboService Amiibo+Platform.swift
[215/227] Compiling AmiiboService Amiibo+Release.swift
[216/227] Compiling AmiiboService Amiibo+Usage.swift
[217/227] Emitting module AmiiboService
[218/227] Compiling AmiiboService DateFormatter+Properties.swift
[219/227] Compiling AmiiboService KeyNameFilter.swift
[220/227] Compiling AmiiboService KeyNameModel.swift
[221/227] Compiling AmiiboService ISOTimestampTranscoder.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! (276.66s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.