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 5.10 for Linux on 11 Jun 2025 02:18:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 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:             5.10
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIDiff.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
2ec76a50fe7c: Pulling fs layer
031194576cad: Pulling fs layer
f49f3db6a794: Pulling fs layer
099074009041: Pulling fs layer
1c860ee09f9d: Pulling fs layer
099074009041: Waiting
b15e5e447641: Pulling fs layer
1c860ee09f9d: Waiting
b15e5e447641: Waiting
2ec76a50fe7c: Verifying Checksum
2ec76a50fe7c: Download complete
099074009041: Download complete
2ec76a50fe7c: Pull complete
1c860ee09f9d: Verifying Checksum
1c860ee09f9d: Download complete
b15e5e447641: Verifying Checksum
b15e5e447641: Download complete
031194576cad: Verifying Checksum
031194576cad: Download complete
031194576cad: Pull complete
f49f3db6a794: Verifying Checksum
f49f3db6a794: Download complete
f49f3db6a794: Pull complete
099074009041: Pull complete
1c860ee09f9d: Pull complete
b15e5e447641: Pull complete
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/10737] Fetching yams
[1183/26117] Fetching yams, swift-argument-parser
[8606/115862] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.66s)
[22159/100482] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (8.06s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (8.14s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (1.76s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4 (0.80s)
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.71s)
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/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
[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] Compiling api.c
[14/28] Compiling emitter.c
[14/28] Write swift-version-24593BA9C3E375BF.txt
[16/28] Compiling scanner.c
[18/83] Compiling Yams Tag.swift
[19/83] Compiling Yams YamlAnchorProviding.swift
[20/85] Emitting module ArgumentParserToolInfo
[21/85] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/86] Wrapping AST for ArgumentParserToolInfo for debugging
[24/124] Compiling ArgumentParser OptionGroup.swift
[25/124] Compiling ArgumentParser AsyncParsableCommand.swift
[26/124] Compiling ArgumentParser CommandConfiguration.swift
[27/124] Compiling ArgumentParser CommandGroup.swift
[28/124] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Resolver.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Resolver.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[31/129] Compiling ArgumentParser NameSpecification.swift
[32/129] Compiling ArgumentParser Option.swift
[36/129] Emitting module OpenAPIKitCore
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[37/129] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/129] Compiling ArgumentParser CompletionsGenerator.swift
[39/129] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/129] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/129] Compiling ArgumentParser Argument.swift
[42/129] Compiling ArgumentParser ArgumentHelp.swift
[43/129] Compiling ArgumentParser ArgumentVisibility.swift
[44/129] Compiling ArgumentParser CompletionKind.swift
[45/129] Compiling ArgumentParser Errors.swift
[46/129] Compiling ArgumentParser Flag.swift
[47/129] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[48/129] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/129] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[50/129] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/Shared/OAuthFlows.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/129] Compiling ArgumentParser Name.swift
[52/129] Compiling ArgumentParser Parsed.swift
[53/129] Compiling ArgumentParser ParsedValues.swift
[54/129] Compiling ArgumentParser ParserError.swift
[55/129] Compiling ArgumentParser SplitArguments.swift
[58/129] Compiling ArgumentParser ExpressibleByArgument.swift
[59/129] Compiling ArgumentParser ParsableArguments.swift
[60/129] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/129] Compiling ArgumentParser ParsableCommand.swift
[62/129] Compiling ArgumentParser ArgumentDecoder.swift
[63/129] Compiling ArgumentParser ArgumentDefinition.swift
[73/133] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Resolver.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[80/133] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[81/133] Compiling OpenAPIKitCore Optional+Zip.swift
[82/133] Compiling OpenAPIKitCore Result+Value.swift
[83/133] Compiling OpenAPIKitCore Validatable.swift
[93/135] Wrapping AST for Yams for debugging
[95/135] Compiling ArgumentParser CollectionExtensions.swift
[96/135] Compiling ArgumentParser Platform.swift
[97/135] Compiling ArgumentParser SequenceExtensions.swift
[98/135] Compiling ArgumentParser StringExtensions.swift
[99/135] Compiling ArgumentParser Tree.swift
[99/135] Wrapping AST for OpenAPIKitCore for debugging
[101/135] Emitting module ArgumentParser
[108/264] Compiling OpenAPIKit Either+Summarizable.swift
[109/264] Compiling OpenAPIKit Either+Validatable.swift
[110/264] Compiling OpenAPIKit JSONReference.swift
[111/264] Compiling OpenAPIKit Link.swift
[112/264] Compiling OpenAPIKit OpenAPI.swift
[113/264] Compiling OpenAPIKit DereferencedSchemaContext.swift
[114/264] Compiling OpenAPIKit DocumentDecodingError.swift
[115/264] Compiling OpenAPIKit OperationDecodingError.swift
[116/264] Compiling OpenAPIKit PathDecodingError.swift
[117/264] Compiling OpenAPIKit ResponseDecodingError.swift
[118/264] Compiling OpenAPIKit DereferencedOperation.swift
[119/264] Compiling OpenAPIKit Operation.swift
[120/264] Compiling OpenAPIKit ResolvedEndpoint.swift
[121/264] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[122/264] Compiling OpenAPIKit DereferencedParameter.swift
[123/264] Compiling OpenAPIKit Example.swift
[124/264] Compiling OpenAPIKit ExternalDocumentation.swift
[125/264] Compiling OpenAPIKit ExternalLoader.swift
[126/264] Compiling OpenAPIKit DereferencedHeader.swift
[127/264] Compiling OpenAPIKit Header.swift
[128/265] Wrapping AST for ArgumentParser for debugging
[130/265] Compiling OpenAPIKit TypesAndFormats.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[131/265] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[132/265] Compiling OpenAPIKit SecurityScheme.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[133/265] Compiling OpenAPIKit Server.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[134/265] Compiling OpenAPIKit Tag.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[135/265] Compiling OpenAPIKit URLTemplate+Validatable.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[136/265] Compiling OpenAPIKit Array+ExternallyDereferenceable.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[137/265] Compiling OpenAPIKit Container+DecodeURLAsString.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[138/265] Compiling OpenAPIKit Dictionary+ExternallyDereferenceable.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[139/274] Compiling OpenAPIKit SimplifiedJSONSchema.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[148/283] Emitting module OpenAPIKit30
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[149/283] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[150/283] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[151/283] Compiling OpenAPIKit30 Validation+Builtins.swift
[152/283] Compiling OpenAPIKit30 Validation.swift
[153/283] Compiling OpenAPIKit30 Validator+Convenience.swift
[154/283] Compiling OpenAPIKit30 Validator.swift
[155/283] Compiling OpenAPIKit30 XML.swift
[156/283] Compiling OpenAPIKit30 _CoreReExport.swift
[157/283] Compiling OpenAPIKit _CoreReExport.swift
[158/283] Compiling OpenAPIKit AnyCodable+Validatable.swift
[159/283] Compiling OpenAPIKit Callbacks.swift
[160/283] Compiling OpenAPIKit CodableVendorExtendable.swift
[161/283] Compiling OpenAPIKit Components+JSONReference.swift
[162/283] Compiling OpenAPIKit Components+Locatable.swift
[163/283] Compiling OpenAPIKit Components.swift
[164/283] Compiling OpenAPIKit Content.swift
[165/283] Compiling OpenAPIKit ContentEncoding.swift
[166/283] Compiling OpenAPIKit DereferencedContent.swift
[167/283] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[176/283] Compiling OpenAPIKit DereferencedDocument.swift
[177/283] Compiling OpenAPIKit Document.swift
[178/283] Compiling OpenAPIKit DocumentInfo.swift
[179/283] Compiling OpenAPIKit ResolvedDocument.swift
[180/283] Compiling OpenAPIKit Either+Convenience.swift
[181/283] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
[182/283] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[185/283] Compiling OpenAPIKit DereferencedResponse.swift
[186/283] Compiling OpenAPIKit Response.swift
[187/283] Compiling OpenAPIKit RuntimeExpression.swift
[188/283] Compiling OpenAPIKit SchemaProtocols.swift
[189/283] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[190/283] Compiling OpenAPIKit DereferencedJSONSchema.swift
[191/283] Compiling OpenAPIKit JSONSchema+Combining.swift
[192/283] Compiling OpenAPIKit JSONSchema.swift
[193/283] Compiling OpenAPIKit JSONSchemaContext.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[203/283] Compiling OpenAPIKit DereferencedContentEncoding.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit30/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[239/283] Emitting module OpenAPIKit
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Example.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Link.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Security/SecurityScheme.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[260/283] Compiling OpenAPIKit Parameter.swift
[261/283] Compiling OpenAPIKit ParameterContext.swift
[262/283] Compiling OpenAPIKit ParameterSchemaContext.swift
[263/283] Compiling OpenAPIKit DereferencedPathItem.swift
[264/283] Compiling OpenAPIKit PathItem.swift
[265/283] Compiling OpenAPIKit ResolvedRoute.swift
[266/283] Compiling OpenAPIKit DereferencedRequest.swift
[267/283] Compiling OpenAPIKit Request.swift
[278/285] Wrapping AST for OpenAPIKit30 for debugging
[279/285] Wrapping AST for OpenAPIKit for debugging
[281/301] Compiling OpenAPIDiff Exports.swift
[282/301] Compiling OpenAPIKitCompat Either+Map.swift
[283/302] Compiling OpenAPIDiff Identifiable.swift
[284/302] Compiling OpenAPIDiff SecurityScheme+ApiComparable.swift
[285/302] Compiling OpenAPIDiff OrderedDictionary+ApiComparable.swift
[286/302] Compiling OpenAPIDiff OpenAPIReference+ApiComparable.swift
[287/302] Compiling OpenAPIDiff Parameter+ApiComparable.swift
[288/302] Compiling OpenAPIDiff Swift+ApiComparable.swift
[289/302] Compiling OpenAPIDiff JSONSChema+ApiComparable.swift
[290/302] Compiling OpenAPIDiff OpenAPI+ApiComparable.swift
[291/302] Compiling OpenAPIDiff ApiComparable.swift
[292/302] Compiling OpenAPIDiff ApiContext.swift
[293/302] Compiling OpenAPIDiff ApiDiff.swift
[294/302] Compiling OpenAPIDiff Either+ApiComparable.swift
[295/302] Emitting module OpenAPIDiff
[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! (171.72s)
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-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.