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 OpenAPIDiff, reference main (e9eed4), with Swift 6.1 for Android on 11 Jun 2025 02:18:40 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIDiff.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mattpolzin/OpenAPIDiff
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e9eed42 Merge pull request #9 from mattpolzin/update-deps
Cloned https://github.com/mattpolzin/OpenAPIDiff.git
Revision (git rev-parse @):
e9eed4234895a859e9a3c61086d4bf9117ea1505
SUCCESS checkout https://github.com/mattpolzin/OpenAPIDiff.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIDiff.git
https://github.com/mattpolzin/OpenAPIDiff.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-rc.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "OpenAPIDiff",
  "name" : "OpenAPIDiff",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIDiff",
      "targets" : [
        "OpenAPIDiff"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "openapi-diff",
      "targets" : [
        "openapi-diff"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "openapi_diff",
      "module_type" : "SwiftTarget",
      "name" : "openapi-diff",
      "path" : "Sources/openapi-diff",
      "product_dependencies" : [
        "OpenAPIKitCompat",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "openapi-diff"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OpenAPIDiff"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OpenAPIDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIDiffTests",
      "path" : "Tests/OpenAPIDiffTests",
      "sources" : [
        "OpenAPIDiffTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIDiff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIDiff",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIDiff",
      "path" : "Sources/OpenAPIDiff",
      "product_dependencies" : [
        "OpenAPIKit",
        "Yams"
      ],
      "product_memberships" : [
        "OpenAPIDiff",
        "openapi-diff"
      ],
      "sources" : [
        "ApiComparable.swift",
        "ApiContext.swift",
        "ApiDiff.swift",
        "Comparable Conformances/Either+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/JSONSChema+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/OpenAPI+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/OpenAPIReference+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/Parameter+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/SecurityScheme+ApiComparable.swift",
        "Comparable Conformances/OrderedDictionary+ApiComparable.swift",
        "Comparable Conformances/Swift+ApiComparable.swift",
        "Exports.swift",
        "Identifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
f4339ce4abd6: Pulling fs layer
f4339ce4abd6: Verifying Checksum
f4339ce4abd6: Download complete
f4339ce4abd6: Pull complete
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/10737] Fetching yams
[753/26117] Fetching yams, swift-argument-parser
[8153/115862] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.54s)
[76251/100482] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (3.63s)
[67309/89745] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (7.66s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (8.66s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.91s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4 (1.53s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.0-rc.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[10/28] Compiling writer.c
[11/28] Compiling reader.c
[12/28] Compiling parser.c
[13/28] Write swift-version-24593BA9C3E375BF.txt
[14/28] Compiling api.c
[15/28] Compiling emitter.c
[16/30] Compiling scanner.c
[18/83] Emitting module OpenAPIKitCore
[19/87] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/87] Emitting module ArgumentParserToolInfo
[21/87] Compiling Yams Tag.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
[22/87] Compiling Yams YamlAnchorProviding.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/90] Wrapping AST for ArgumentParserToolInfo for debugging
[25/128] Emitting module ArgumentParser
[26/133] Compiling ArgumentParser ArgumentVisibility.swift
[27/133] Compiling ArgumentParser CompletionKind.swift
[28/133] Compiling ArgumentParser Errors.swift
[29/133] Compiling ArgumentParser Flag.swift
[30/133] Compiling ArgumentParser NameSpecification.swift
[31/133] Compiling ArgumentParser Option.swift
[32/133] Compiling ArgumentParser OptionGroup.swift
[33/133] Compiling ArgumentParser AsyncParsableCommand.swift
[34/133] Compiling ArgumentParser CommandConfiguration.swift
[35/133] Compiling ArgumentParser CommandGroup.swift
[36/133] Compiling ArgumentParser EnumerableFlag.swift
[37/133] Compiling ArgumentParser Name.swift
[38/133] Compiling ArgumentParser Parsed.swift
[39/133] Compiling ArgumentParser ParsedValues.swift
[40/133] Compiling ArgumentParser ParserError.swift
[41/133] Compiling ArgumentParser SplitArguments.swift
[42/133] Compiling ArgumentParser ExpressibleByArgument.swift
[43/133] Compiling ArgumentParser ParsableArguments.swift
[44/133] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/133] Compiling ArgumentParser ParsableCommand.swift
[46/133] Compiling ArgumentParser ArgumentDecoder.swift
[47/133] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/133] Compiling ArgumentParser CompletionsGenerator.swift
[49/133] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/133] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/133] Compiling ArgumentParser Argument.swift
[52/133] Compiling ArgumentParser ArgumentHelp.swift
[53/133] Compiling ArgumentParser ArgumentDefinition.swift
[54/133] Compiling ArgumentParser ArgumentSet.swift
[55/133] Compiling ArgumentParser CommandParser.swift
[56/133] Compiling ArgumentParser InputKey.swift
[57/133] Compiling ArgumentParser InputOrigin.swift
[58/133] Compiling ArgumentParser CollectionExtensions.swift
[59/133] Compiling ArgumentParser Platform.swift
[60/133] Compiling ArgumentParser SequenceExtensions.swift
[61/133] Compiling ArgumentParser StringExtensions.swift
[62/133] Compiling ArgumentParser Tree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/133] Compiling ArgumentParser DumpHelpGenerator.swift
[66/133] Compiling ArgumentParser HelpCommand.swift
[67/133] Compiling ArgumentParser HelpGenerator.swift
[68/133] Compiling ArgumentParser MessageInfo.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
[78/133] Compiling ArgumentParser UsageGenerator.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
[120/134] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/136] Wrapping AST for Yams for debugging
[127/136] Wrapping AST for ArgumentParser for debugging
[128/136] Wrapping AST for OpenAPIKitCore for debugging
[130/265] Compiling OpenAPIKit30 TypesAndFormats.swift
[131/265] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[132/265] Compiling OpenAPIKit30 SecurityScheme.swift
[133/265] Compiling OpenAPIKit30 Server.swift
[134/265] Compiling OpenAPIKit30 Tag.swift
[135/265] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[136/265] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
[137/265] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[138/265] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
[139/274] Emitting module OpenAPIKit30
[140/274] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[141/274] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[142/274] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[143/274] Compiling OpenAPIKit30 Validation+Builtins.swift
[144/274] Compiling OpenAPIKit30 Validation.swift
[145/274] Compiling OpenAPIKit30 Validator+Convenience.swift
[146/274] Compiling OpenAPIKit30 Validator.swift
[147/274] Compiling OpenAPIKit30 XML.swift
[148/274] Compiling OpenAPIKit30 _CoreReExport.swift
[149/274] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[150/274] Compiling OpenAPIKit30 DereferencedDocument.swift
[151/274] Compiling OpenAPIKit30 Document.swift
[152/274] Compiling OpenAPIKit30 DocumentInfo.swift
[153/274] Compiling OpenAPIKit30 ResolvedDocument.swift
[154/274] Compiling OpenAPIKit30 Either+Convenience.swift
[155/274] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[156/274] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[157/274] Compiling OpenAPIKit30 Either+Validatable.swift
[158/274] Compiling OpenAPIKit30 ParameterContext.swift
[159/274] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[160/274] Compiling OpenAPIKit30 DereferencedPathItem.swift
[161/274] Compiling OpenAPIKit30 PathItem.swift
[162/274] Compiling OpenAPIKit30 ResolvedRoute.swift
[163/274] Compiling OpenAPIKit30 DereferencedRequest.swift
[164/274] Compiling OpenAPIKit30 Request.swift
[165/274] Compiling OpenAPIKit30 DereferencedResponse.swift
[166/274] Compiling OpenAPIKit30 DocumentDecodingError.swift
[168/283] Compiling OpenAPIKit30 OperationDecodingError.swift
[169/283] Compiling OpenAPIKit30 PathDecodingError.swift
[170/283] Compiling OpenAPIKit30 ResponseDecodingError.swift
[171/283] Compiling OpenAPIKit30 Example.swift
[172/283] Compiling OpenAPIKit30 ExternalDocumentation.swift
[173/283] Compiling OpenAPIKit30 ExternalLoader.swift
[174/283] Compiling OpenAPIKit30 DereferencedHeader.swift
[175/283] Compiling OpenAPIKit30 Header.swift
[176/283] Compiling OpenAPIKit30 Response.swift
[177/283] Compiling OpenAPIKit30 RuntimeExpression.swift
[178/283] Compiling OpenAPIKit30 SchemaProtocols.swift
[179/283] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[180/283] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[181/283] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[182/283] Compiling OpenAPIKit30 JSONSchema.swift
[183/283] Compiling OpenAPIKit30 JSONSchemaContext.swift
[184/283] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[185/283] Compiling OpenAPIKit30 JSONReference.swift
[186/283] Compiling OpenAPIKit30 Link.swift
[187/283] Compiling OpenAPIKit30 OpenAPI.swift
[188/283] Compiling OpenAPIKit30 DereferencedOperation.swift
[189/283] Compiling OpenAPIKit30 Operation.swift
[190/283] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[191/283] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[192/283] Compiling OpenAPIKit30 DereferencedParameter.swift
[193/283] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[194/283] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[195/283] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[196/283] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[197/283] Compiling OpenAPIKit Validation+Builtins.swift
[198/283] Compiling OpenAPIKit Validation.swift
[199/283] Compiling OpenAPIKit Validator+Convenience.swift
[200/283] Compiling OpenAPIKit Validator.swift
[201/283] Compiling OpenAPIKit XML.swift
[202/283] Compiling OpenAPIKit _CoreReExport.swift
[212/283] Emitting module OpenAPIKit
[249/283] Compiling OpenAPIKit30 Parameter.swift
[258/283] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[259/283] Compiling OpenAPIKit30 Callbacks.swift
[260/283] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[261/283] Compiling OpenAPIKit30 Components+JSONReference.swift
[262/283] Compiling OpenAPIKit30 Components+Locatable.swift
[263/283] Compiling OpenAPIKit30 Components.swift
[264/283] Compiling OpenAPIKit30 Content.swift
[265/283] Compiling OpenAPIKit30 ContentEncoding.swift
[266/283] Compiling OpenAPIKit30 DereferencedContent.swift
[267/284] Wrapping AST for OpenAPIKit30 for debugging
[279/285] Wrapping AST for OpenAPIKit for debugging
[281/301] Compiling OpenAPIKitCompat Either+Map.swift
[282/301] Compiling OpenAPIDiff Exports.swift
[283/302] Compiling OpenAPIDiff SecurityScheme+ApiComparable.swift
[284/302] Compiling OpenAPIDiff OrderedDictionary+ApiComparable.swift
[285/302] Compiling OpenAPIDiff OpenAPIReference+ApiComparable.swift
[286/302] Compiling OpenAPIDiff Parameter+ApiComparable.swift
[287/302] Compiling OpenAPIDiff Swift+ApiComparable.swift
[288/302] Compiling OpenAPIDiff Identifiable.swift
[289/302] Compiling OpenAPIDiff JSONSChema+ApiComparable.swift
[290/302] Compiling OpenAPIDiff OpenAPI+ApiComparable.swift
[291/302] Compiling OpenAPIDiff ApiDiff.swift
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:152:23: warning: static property 'same' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
150 | // MARK: - Convenience
151 | extension ApiDiff {
152 |     public static let same: Self = .init(context: nil, diff: .same)
    |                       |- warning: static property 'same' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'same' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 |     public static func same(_ context: String? = nil) -> Self { .init(context: context, diff: .same) }
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:156:23: warning: static property 'added' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
154 |     public static func same(_ context: String? = nil) -> Self { .init(context: context, diff: .same) }
155 |
156 |     public static let added: Self = .init(context: nil, diff: .added)
    |                       |- warning: static property 'added' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'added' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     public static func added(_ context: String? = nil) -> Self { .init(context: context, diff: .added) }
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:160:23: warning: static property 'removed' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
158 |     public static func added(_ context: String? = nil) -> Self { .init(context: context, diff: .added) }
159 |
160 |     public static let removed: Self = .init(context: nil, diff: .removed)
    |                       |- warning: static property 'removed' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'removed' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     public static func removed(_ context: String? = nil) -> Self { .init(context: context, diff: .removed) }
[292/302] Compiling OpenAPIDiff Either+ApiComparable.swift
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:152:23: warning: static property 'same' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
150 | // MARK: - Convenience
151 | extension ApiDiff {
152 |     public static let same: Self = .init(context: nil, diff: .same)
    |                       |- warning: static property 'same' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'same' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 |     public static func same(_ context: String? = nil) -> Self { .init(context: context, diff: .same) }
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:156:23: warning: static property 'added' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
154 |     public static func same(_ context: String? = nil) -> Self { .init(context: context, diff: .same) }
155 |
156 |     public static let added: Self = .init(context: nil, diff: .added)
    |                       |- warning: static property 'added' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'added' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     public static func added(_ context: String? = nil) -> Self { .init(context: context, diff: .added) }
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:160:23: warning: static property 'removed' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
158 |     public static func added(_ context: String? = nil) -> Self { .init(context: context, diff: .added) }
159 |
160 |     public static let removed: Self = .init(context: nil, diff: .removed)
    |                       |- warning: static property 'removed' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'removed' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     public static func removed(_ context: String? = nil) -> Self { .init(context: context, diff: .removed) }
[293/302] Emitting module OpenAPIDiff
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:152:23: warning: static property 'same' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
150 | // MARK: - Convenience
151 | extension ApiDiff {
152 |     public static let same: Self = .init(context: nil, diff: .same)
    |                       |- warning: static property 'same' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'same' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 |     public static func same(_ context: String? = nil) -> Self { .init(context: context, diff: .same) }
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:156:23: warning: static property 'added' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
154 |     public static func same(_ context: String? = nil) -> Self { .init(context: context, diff: .same) }
155 |
156 |     public static let added: Self = .init(context: nil, diff: .added)
    |                       |- warning: static property 'added' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'added' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 |     public static func added(_ context: String? = nil) -> Self { .init(context: context, diff: .added) }
/host/spi-builder-workspace/Sources/OpenAPIDiff/ApiDiff.swift:160:23: warning: static property 'removed' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | public struct ApiDiff: CustomStringConvertible, Equatable, Comparable {
    |               `- note: consider making struct 'ApiDiff' conform to the 'Sendable' protocol
 11 |     public let context: String?
 12 |     public let diff: Diff
    :
158 |     public static func added(_ context: String? = nil) -> Self { .init(context: context, diff: .added) }
159 |
160 |     public static let removed: Self = .init(context: nil, diff: .removed)
    |                       |- warning: static property 'removed' is not concurrency-safe because non-'Sendable' type 'ApiDiff' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'removed' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 |
162 |     public static func removed(_ context: String? = nil) -> Self { .init(context: context, diff: .removed) }
[294/302] Compiling OpenAPIDiff ApiComparable.swift
[295/302] Compiling OpenAPIDiff ApiContext.swift
[296/303] Wrapping AST for OpenAPIDiff for debugging
[298/303] Emitting module OpenAPIKitCompat
[299/303] Compiling OpenAPIKitCompat Compat30To31.swift
[300/304] Wrapping AST for OpenAPIKitCompat for debugging
[302/306] Compiling openapi_diff main.swift
[303/306] Emitting module openapi_diff
[304/307] Wrapping AST for openapi-diff for debugging
[305/307] Write Objects.LinkFileList
[306/307] Linking openapi-diff
Build complete! (93.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-rc.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "OpenAPIDiff",
  "name" : "OpenAPIDiff",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIDiff",
      "targets" : [
        "OpenAPIDiff"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "openapi-diff",
      "targets" : [
        "openapi-diff"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "openapi_diff",
      "module_type" : "SwiftTarget",
      "name" : "openapi-diff",
      "path" : "Sources/openapi-diff",
      "product_dependencies" : [
        "OpenAPIKitCompat",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "openapi-diff"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OpenAPIDiff"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OpenAPIDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIDiffTests",
      "path" : "Tests/OpenAPIDiffTests",
      "sources" : [
        "OpenAPIDiffTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIDiff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIDiff",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIDiff",
      "path" : "Sources/OpenAPIDiff",
      "product_dependencies" : [
        "OpenAPIKit",
        "Yams"
      ],
      "product_memberships" : [
        "OpenAPIDiff",
        "openapi-diff"
      ],
      "sources" : [
        "ApiComparable.swift",
        "ApiContext.swift",
        "ApiDiff.swift",
        "Comparable Conformances/Either+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/JSONSChema+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/OpenAPI+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/OpenAPIReference+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/Parameter+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/SecurityScheme+ApiComparable.swift",
        "Comparable Conformances/OrderedDictionary+ApiComparable.swift",
        "Comparable Conformances/Swift+ApiComparable.swift",
        "Exports.swift",
        "Identifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.