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 Linux on 11 Jun 2025 02:20:50 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.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:         linux
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-0":/host -w "$PWD" 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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/10737] Fetching yams
[2042/26117] Fetching yams, swift-argument-parser
[23327/115862] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (3.53s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.59s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (3.65s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (4.75s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.49s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4 (0.92s)
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[10/28] Compiling reader.c
[11/28] Compiling writer.c
[12/28] Compiling parser.c
[13/28] Write swift-version-24593BA9C3E375BF.txt
[14/28] Compiling api.c
[15/28] Compiling emitter.c
[16/28] Compiling scanner.c
[18/83] Emitting module OpenAPIKitCore
[19/87] Emitting module ArgumentParserToolInfo
[20/87] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/88] Wrapping AST for ArgumentParserToolInfo for debugging
[23/88] 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
[24/88] 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
[25/128] Compiling ArgumentParser DumpHelpGenerator.swift
[26/128] Compiling ArgumentParser HelpCommand.swift
[27/128] Compiling ArgumentParser HelpGenerator.swift
[28/128] Compiling ArgumentParser MessageInfo.swift
[29/128] 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
[30/128] Compiling ArgumentParser CommandConfiguration.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/128] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/128] Compiling ArgumentParser ArgumentVisibility.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
[33/128] Compiling ArgumentParser CompletionKind.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/128] Compiling ArgumentParser Errors.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/128] Compiling ArgumentParser ParsableCommand.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/128] Compiling ArgumentParser ArgumentDecoder.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/128] Compiling ArgumentParser ZshCompletionsGenerator.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/128] Compiling ArgumentParser Argument.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/128] Compiling ArgumentParser ArgumentHelp.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/128] Compiling ArgumentParser Flag.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/128] Compiling ArgumentParser NameSpecification.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/128] Compiling ArgumentParser Option.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/128] Compiling ArgumentParser BashCompletionsGenerator.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/128] Compiling ArgumentParser CompletionsGenerator.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/128] Compiling ArgumentParser FishCompletionsGenerator.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
[46/128] Compiling ArgumentParser ExpressibleByArgument.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
[47/128] Compiling ArgumentParser ParsableArguments.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
[48/128] Compiling ArgumentParser ParsableArgumentsValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/128] Compiling ArgumentParser Name.swift
[50/128] Compiling ArgumentParser Parsed.swift
[51/128] Compiling ArgumentParser ParsedValues.swift
[52/128] Compiling ArgumentParser ParserError.swift
[53/128] Compiling ArgumentParser SplitArguments.swift
[54/128] Compiling ArgumentParser ArgumentDefinition.swift
[55/128] Compiling ArgumentParser ArgumentSet.swift
[56/128] Compiling ArgumentParser CommandParser.swift
[57/128] Compiling ArgumentParser InputKey.swift
[58/128] Compiling ArgumentParser InputOrigin.swift
[69/128] Compiling ArgumentParser AsyncParsableCommand.swift
[72/128] Compiling ArgumentParser EnumerableFlag.swift
[76/128] Compiling ArgumentParser OptionGroup.swift
[82/130] Emitting module ArgumentParser
[105/135] Compiling ArgumentParser UsageGenerator.swift
[105/135] Wrapping AST for Yams for debugging
[105/135] Wrapping AST for OpenAPIKitCore for debugging
[123/264] Compiling OpenAPIKit Parameter.swift
[124/264] Compiling OpenAPIKit ParameterContext.swift
[125/264] Compiling OpenAPIKit ParameterSchemaContext.swift
[126/264] Compiling OpenAPIKit DereferencedPathItem.swift
[127/264] Compiling OpenAPIKit PathItem.swift
[128/265] Wrapping AST for ArgumentParser for debugging
[130/265] Compiling OpenAPIKit DereferencedContentEncoding.swift
[131/265] Compiling OpenAPIKit DereferencedDocument.swift
[132/265] Compiling OpenAPIKit Document.swift
[133/265] Compiling OpenAPIKit DocumentInfo.swift
[134/265] Compiling OpenAPIKit ResolvedDocument.swift
[135/265] Compiling OpenAPIKit Either+Convenience.swift
[136/265] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
[137/265] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[138/265] Compiling OpenAPIKit Either+Summarizable.swift
[139/274] Compiling OpenAPIKit TypesAndFormats.swift
[140/274] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[141/274] Compiling OpenAPIKit SecurityScheme.swift
[142/274] Compiling OpenAPIKit Server.swift
[143/274] Compiling OpenAPIKit Tag.swift
[144/274] Compiling OpenAPIKit URLTemplate+Validatable.swift
[145/274] Compiling OpenAPIKit Array+ExternallyDereferenceable.swift
[146/274] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[147/274] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[149/283] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[150/283] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[151/283] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[152/283] Compiling OpenAPIKit Validation+Builtins.swift
[153/283] Compiling OpenAPIKit Validation.swift
[154/283] Compiling OpenAPIKit Validator+Convenience.swift
[155/283] Compiling OpenAPIKit Validator.swift
[156/283] Compiling OpenAPIKit XML.swift
[165/283] Compiling OpenAPIKit _CoreReExport.swift
[174/283] Compiling OpenAPIKit Either+Validatable.swift
[175/283] Compiling OpenAPIKit DereferencedResponse.swift
[176/283] Compiling OpenAPIKit Response.swift
[177/283] Compiling OpenAPIKit RuntimeExpression.swift
[178/283] Compiling OpenAPIKit SchemaProtocols.swift
[179/283] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[180/283] Compiling OpenAPIKit DereferencedJSONSchema.swift
[181/283] Compiling OpenAPIKit JSONSchema+Combining.swift
[182/283] Compiling OpenAPIKit JSONSchema.swift
[183/283] Compiling OpenAPIKit JSONSchemaContext.swift
[184/283] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[202/283] Compiling OpenAPIKit DereferencedSchemaContext.swift
[208/283] Compiling OpenAPIKit ResolvedRoute.swift
[209/283] Compiling OpenAPIKit DereferencedRequest.swift
[210/283] Compiling OpenAPIKit Request.swift
[212/283] Compiling OpenAPIKit DocumentDecodingError.swift
[213/283] Compiling OpenAPIKit OperationDecodingError.swift
[214/283] Compiling OpenAPIKit PathDecodingError.swift
[215/283] Compiling OpenAPIKit ResponseDecodingError.swift
[216/283] Compiling OpenAPIKit Example.swift
[217/283] Compiling OpenAPIKit ExternalDocumentation.swift
[218/283] Compiling OpenAPIKit ExternalLoader.swift
[219/283] Compiling OpenAPIKit DereferencedHeader.swift
[220/283] Compiling OpenAPIKit Header.swift
[221/283] Compiling OpenAPIKit JSONReference.swift
[222/283] Compiling OpenAPIKit Link.swift
[223/283] Compiling OpenAPIKit OpenAPI.swift
[224/283] Compiling OpenAPIKit DereferencedOperation.swift
[225/283] Compiling OpenAPIKit Operation.swift
[226/283] Compiling OpenAPIKit ResolvedEndpoint.swift
[227/283] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[228/283] Compiling OpenAPIKit DereferencedParameter.swift
[256/283] Emitting module OpenAPIKit
[257/283] Compiling OpenAPIKit AnyCodable+Validatable.swift
[258/283] Compiling OpenAPIKit Callbacks.swift
[259/283] Compiling OpenAPIKit CodableVendorExtendable.swift
[260/283] Compiling OpenAPIKit Components+JSONReference.swift
[261/283] Compiling OpenAPIKit Components+Locatable.swift
[262/283] Compiling OpenAPIKit Components.swift
[263/283] Compiling OpenAPIKit Content.swift
[264/283] Compiling OpenAPIKit ContentEncoding.swift
[265/283] Compiling OpenAPIKit DereferencedContent.swift
[267/284] Wrapping AST for OpenAPIKit for debugging
[269/297] Emitting module OpenAPIKit30
[270/297] Compiling OpenAPIDiff ApiDiff.swift
[271/297] Compiling OpenAPIDiff Either+ApiComparable.swift
[272/297] Compiling OpenAPIDiff ApiComparable.swift
[273/297] Compiling OpenAPIDiff ApiContext.swift
[274/297] Compiling OpenAPIDiff JSONSChema+ApiComparable.swift
[275/297] Compiling OpenAPIDiff OpenAPI+ApiComparable.swift
[276/297] Compiling OpenAPIDiff SecurityScheme+ApiComparable.swift
[277/297] Compiling OpenAPIDiff OrderedDictionary+ApiComparable.swift
[278/297] Compiling OpenAPIDiff OpenAPIReference+ApiComparable.swift
[279/298] Compiling OpenAPIDiff Exports.swift
[280/299] 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) }
[282/299] Compiling OpenAPIDiff Identifiable.swift
[285/299] Compiling OpenAPIDiff Swift+ApiComparable.swift
[287/299] Compiling OpenAPIDiff Parameter+ApiComparable.swift
[287/299] Wrapping AST for OpenAPIKit30 for debugging
[289/302] Compiling OpenAPIKitCompat Either+Map.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) }
/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) }
[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] Emitting module openapi_diff
[303/306] Compiling openapi_diff main.swift
[304/307] Wrapping AST for openapi-diff for debugging
[305/307] Write Objects.LinkFileList
[306/307] Linking openapi-diff
Build complete! (113.55s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.