The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-json-schema, reference main (78c93f), with Swift 6.0 for Linux on 6 Nov 2024 02:05:06 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ajevans99/swift-json-schema.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/ajevans99/swift-json-schema
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 78c93f3 CI step for Apple platforms (#47)
Submodule path 'Tests/JSONSchemaTests/JSON-Schema-Test-Suite': checked out '82a077498cc761d69e8530c721702be980926c89'
Submodule 'Tests/JSONValidationTests/JSON-Schema-Test-Suite' (https://github.com/json-schema-org/JSON-Schema-Test-Suite.git) registered for path 'Tests/JSONSchemaTests/JSON-Schema-Test-Suite'
Cloning into '/host/spi-builder-workspace/Tests/JSONSchemaTests/JSON-Schema-Test-Suite'...
Cloned https://github.com/ajevans99/swift-json-schema.git
Revision (git rev-parse @):
78c93f3f4de55bb6690412289e9036dacd59d97d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ajevans99/swift-json-schema.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ajevans99/swift-json-schema.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
7478e0ac0f23: Already exists
073b6eb2752c: Already exists
9d1941503502: Already exists
8fdae718ba6c: Already exists
3811ebf2e186: Pulling fs layer
4088c4d810fa: Pulling fs layer
4088c4d810fa: Download complete
3811ebf2e186: Pull complete
4088c4d810fa: Pull complete
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.40s)
[1/66360] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.12s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.41s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.14s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/45] Write sources
[20/45] Copying Resources
[21/45] Compiling _SwiftSyntaxCShims dummy.c
[22/45] Write swift-version-24593BA9C3E375BF.txt
[24/68] Emitting module SwiftSyntax510
[25/77] Emitting module JSONSchema
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[26/80] Compiling SwiftSyntax510 Empty.swift
[28/81] Emitting module SwiftSyntax600
[29/81] Compiling SwiftSyntax600 Empty.swift
[29/82] Wrapping AST for SwiftSyntax510 for debugging
[31/82] Emitting module SwiftSyntax509
[32/82] Compiling SwiftSyntax509 Empty.swift
[34/83] Wrapping AST for SwiftSyntax600 for debugging
[35/83] Wrapping AST for SwiftSyntax509 for debugging
[37/147] Compiling SwiftSyntax CustomTraits.swift
[38/147] Compiling SwiftSyntax Identifier.swift
[39/147] Compiling SwiftSyntax SyntaxNodeFactory.swift
[40/147] Compiling SwiftSyntax SyntaxHashable.swift
[41/147] Compiling SwiftSyntax SyntaxIdentifier.swift
[42/147] Compiling SwiftSyntax AbsolutePosition.swift
[43/147] Compiling SwiftSyntax MemoryLayout.swift
[44/147] Compiling SwiftSyntax MissingNodeInitializers.swift
[45/147] Compiling SwiftSyntax RawSyntax.swift
[46/147] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[47/147] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[48/147] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[49/147] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[50/147] Compiling SwiftSyntax BumpPtrAllocator.swift
[51/147] Compiling SwiftSyntax CommonAncestor.swift
[52/147] Compiling SwiftSyntax Convenience.swift
[53/147] Compiling SwiftSyntax SyntaxArena.swift
[54/147] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[55/147] Compiling SwiftSyntax SyntaxChildren.swift
[56/147] Compiling SwiftSyntax SyntaxCollection.swift
[57/147] Compiling SwiftSyntax SourceLocation.swift
[58/147] Compiling SwiftSyntax SourcePresence.swift
[59/147] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[60/147] Compiling SwiftSyntax Syntax.swift
[61/147] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[62/147] Compiling SwiftSyntax RawSyntaxTokenView.swift
[63/147] Compiling SwiftSyntax SourceEdit.swift
[64/147] Compiling SwiftSyntax SourceLength.swift
[65/148] Wrapping AST for JSONSchema for debugging
[85/156] Emitting module SwiftSyntax
[86/156] Compiling SwiftSyntax SyntaxKind.swift
[87/156] Compiling SwiftSyntax SyntaxRewriter.swift
[88/156] Compiling SwiftSyntax SyntaxTraits.swift
[89/156] Compiling SwiftSyntax SyntaxVisitor.swift
[90/156] Compiling SwiftSyntax TokenKind.swift
[91/156] Compiling SwiftSyntax Tokens.swift
[92/156] Compiling SwiftSyntax TriviaPieces.swift
[93/156] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[94/156] Compiling SwiftSyntax RawSyntaxNodesC.swift
[95/156] Compiling SwiftSyntax RawSyntaxNodesD.swift
[96/156] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[97/156] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[98/156] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[99/156] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[100/156] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[101/156] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[102/156] Compiling SwiftSyntax RawSyntaxValidation.swift
[103/156] Compiling SwiftSyntax SyntaxNodesAB.swift
[104/156] Compiling SwiftSyntax Utils.swift
[105/156] Compiling SwiftSyntax ChildNameForKeyPath.swift
[106/156] Compiling SwiftSyntax Keyword.swift
[107/156] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[108/156] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[109/156] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[110/156] Compiling SwiftSyntax SyntaxBaseNodes.swift
[111/156] Compiling SwiftSyntax SyntaxCollections.swift
[112/156] Compiling SwiftSyntax SyntaxEnum.swift
[123/156] Compiling SwiftSyntax SyntaxNodeStructure.swift
[124/156] Compiling SwiftSyntax SyntaxProtocol.swift
[125/156] Compiling SwiftSyntax SyntaxText.swift
[126/156] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[127/156] Compiling SwiftSyntax TokenDiagnostic.swift
[128/156] Compiling SwiftSyntax TokenSequence.swift
[129/156] Compiling SwiftSyntax TokenSyntax.swift
[130/156] Compiling SwiftSyntax Trivia.swift
[131/156] Compiling SwiftSyntax SyntaxNodesC.swift
[132/156] Compiling SwiftSyntax SyntaxNodesD.swift
[133/156] Compiling SwiftSyntax SyntaxNodesEF.swift
[134/156] Compiling SwiftSyntax SyntaxNodesGHI.swift
[135/156] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[136/156] Compiling SwiftSyntax SyntaxNodesOP.swift
[137/156] Compiling SwiftSyntax SyntaxNodesQRS.swift
[138/156] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[139/157] Wrapping AST for SwiftSyntax for debugging
[141/214] Compiling SwiftDiagnostics Message.swift
[142/215] Compiling SwiftBasicFormat Syntax+Extensions.swift
[143/215] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[144/215] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[145/215] Compiling SwiftParser Attributes.swift
[146/215] Compiling SwiftParser Availability.swift
[147/215] Emitting module SwiftDiagnostics
[148/215] Compiling SwiftParser CharacterInfo.swift
[149/215] Compiling SwiftParser CollectionNodes+Parsable.swift
[150/215] Compiling SwiftDiagnostics FixIt.swift
[151/215] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[152/215] Compiling SwiftBasicFormat InferIndentation.swift
[153/215] Compiling SwiftDiagnostics Note.swift
[154/215] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[155/215] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[156/216] Wrapping AST for SwiftDiagnostics for debugging
[158/216] Emitting module SwiftBasicFormat
[159/216] Compiling SwiftBasicFormat BasicFormat.swift
[160/217] Wrapping AST for SwiftBasicFormat for debugging
[162/217] Emitting module SwiftParser
[163/222] Compiling SwiftParser SwiftParserCompatibility.swift
[164/222] Compiling SwiftParser SwiftVersion.swift
[165/222] Compiling SwiftParser SyntaxUtils.swift
[166/222] Compiling SwiftParser TokenConsumer.swift
[167/222] Compiling SwiftParser TokenPrecedence.swift
[168/222] Compiling SwiftParser TokenSpec.swift
[169/222] Compiling SwiftParser TokenSpecSet.swift
[170/222] Compiling SwiftParser TopLevel.swift
[171/222] Compiling SwiftParser TriviaParser.swift
[172/222] Compiling SwiftParser Types.swift
[173/222] Compiling SwiftParser Modifiers.swift
[174/222] Compiling SwiftParser Names.swift
[175/222] Compiling SwiftParser Nominals.swift
[176/222] Compiling SwiftParser Parameters.swift
[177/222] Compiling SwiftParser ParseSourceFile.swift
[178/222] Compiling SwiftParser Parser.swift
[179/222] Compiling SwiftParser LexemeSequence.swift
[180/222] Compiling SwiftParser Lexer.swift
[181/222] Compiling SwiftParser RegexLiteralLexer.swift
[182/222] Compiling SwiftParser UnicodeScalarExtensions.swift
[183/222] Compiling SwiftParser Lookahead.swift
[184/222] Compiling SwiftParser LoopProgressCondition.swift
[189/222] Compiling SwiftParser Declarations.swift
[190/222] Compiling SwiftParser Directives.swift
[191/222] Compiling SwiftParser Patterns.swift
[192/222] Compiling SwiftParser Recovery.swift
[193/222] Compiling SwiftParser Specifiers.swift
[194/222] Compiling SwiftParser Statements.swift
[195/222] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[196/222] Compiling SwiftParser StringLiterals.swift
[197/222] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[198/222] Compiling SwiftParser Expressions.swift
[199/222] Compiling SwiftParser IncrementalParseTransition.swift
[200/222] Compiling SwiftParser IsValidIdentifier.swift
[201/222] Compiling SwiftParser Cursor.swift
[202/222] Compiling SwiftParser Lexeme.swift
[203/222] Compiling SwiftParser ExperimentalFeatures.swift
[204/222] Compiling SwiftParser IsLexerClassified.swift
[205/222] Compiling SwiftParser LayoutNodes+Parsable.swift
[206/222] Compiling SwiftParser Parser+TokenSpecSet.swift
[207/222] Compiling SwiftParser TokenSpecStaticMembers.swift
[208/223] Wrapping AST for SwiftParser for debugging
[210/246] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[211/247] Compiling SwiftOperators PrecedenceGroup.swift
[212/248] Compiling SwiftOperators PrecedenceGraph.swift
[213/248] Compiling SwiftOperators OperatorTable.swift
[214/248] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[215/248] Compiling SwiftOperators OperatorTable+Semantics.swift
[216/248] Compiling SwiftOperators SyntaxSynthesis.swift
[217/248] Emitting module SwiftOperators
[218/248] Compiling SwiftParserDiagnostics MissingNodesError.swift
[219/248] Compiling SwiftParserDiagnostics MissingTokenError.swift
[220/248] Compiling SwiftOperators OperatorTable+Folding.swift
[221/248] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[222/248] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[223/249] Wrapping AST for SwiftOperators for debugging
[225/249] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[226/249] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[227/249] Compiling SwiftParserDiagnostics Utils.swift
[230/249] Emitting module SwiftParserDiagnostics
[231/249] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[232/249] Compiling SwiftParserDiagnostics PresenceUtils.swift
[235/249] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[236/249] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[237/250] Wrapping AST for SwiftParserDiagnostics for debugging
[239/265] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[240/265] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[241/266] Compiling SwiftSyntaxBuilder Indenter.swift
[242/266] Compiling SwiftSyntaxBuilder ListBuilder.swift
[243/266] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[244/266] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[245/266] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[246/266] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[247/266] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[248/266] Emitting module SwiftSyntaxBuilder
[249/266] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[250/266] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[251/266] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[252/266] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[253/266] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[254/266] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[255/267] Wrapping AST for SwiftSyntaxBuilder for debugging
[257/284] Compiling SwiftSyntaxMacros Macro.swift
[258/284] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[259/284] Compiling SwiftSyntaxMacros AccessorMacro.swift
[260/284] Compiling SwiftSyntaxMacros AttachedMacro.swift
[261/284] Compiling SwiftSyntaxMacros BodyMacro.swift
[262/284] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[263/284] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[264/284] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[265/284] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[266/286] Compiling SwiftSyntaxMacros MemberMacro.swift
[267/286] Compiling SwiftSyntaxMacros PeerMacro.swift
[268/286] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[269/286] Compiling SwiftSyntaxMacros Macro+Format.swift
[270/286] Emitting module SwiftSyntaxMacros
[271/286] Compiling SwiftSyntaxMacros PreambleMacro.swift
[272/286] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[273/286] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[274/286] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[275/286] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[276/287] Wrapping AST for SwiftSyntaxMacros for debugging
[278/296] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[279/297] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[280/297] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[281/297] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[282/297] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[283/297] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[284/297] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[285/297] Emitting module SwiftSyntaxMacroExpansion
[286/297] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[287/297] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[288/298] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[290/310] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[291/311] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[292/311] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[293/311] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[294/311] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[295/311] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[296/311] Emitting module SwiftCompilerPluginMessageHandling
[297/311] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[298/311] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[299/311] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[300/311] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[301/311] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[302/311] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[303/312] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[305/314] Emitting module SwiftCompilerPlugin
[306/314] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[307/315] Wrapping AST for SwiftCompilerPlugin for debugging
[309/325] Compiling JSONSchemaMacro SchemableMember.swift
[310/326] Compiling JSONSchemaMacro SchemableEnumCase.swift
[311/326] Emitting module JSONSchemaMacro
[312/326] Compiling JSONSchemaMacro ExcludeFromSchemaMacro.swift
[313/326] Compiling JSONSchemaMacro JSONSchemaMacroPlugin.swift
[314/326] Compiling JSONSchemaMacro SchemaOptions.swift
[315/326] Compiling JSONSchemaMacro SchemaGenerator.swift
[316/326] Compiling JSONSchemaMacro TypeSpecificOptionMacros.swift
[317/326] Compiling JSONSchemaMacro SchemableMacro.swift
[318/326] Compiling JSONSchemaMacro SwiftSyntaxExtensions.swift
[319/326] Compiling JSONSchemaMacro SupportedPrimatives.swift
[320/327] Wrapping AST for JSONSchemaMacro for debugging
[321/327] Write Objects.LinkFileList
[322/327] Linking JSONSchemaMacro-tool
[324/372] Compiling JSONSchemaBuilder JSONProperty.swift
[325/372] Compiling JSONSchemaBuilder JSONPropertyComponent.swift
[326/372] Compiling JSONSchemaBuilder JSONPropertyComponents.swift
[327/372] Compiling JSONSchemaBuilder PropertyCompactMap.swift
[328/372] Compiling JSONSchemaBuilder PropertyConditional.swift
[329/372] Compiling JSONSchemaBuilder PropertyOptional.swift
[330/378] Compiling JSONSchemaBuilder Schemable.swift
[331/378] Compiling JSONSchemaBuilder Collection+nilIfEmpty.swift
[332/378] Compiling JSONSchemaBuilder Validated.swift
[333/378] Compiling JSONSchemaBuilder JSONPropertyValue.swift
[334/378] Compiling JSONSchemaBuilder JSONValueRepresentable.swift
[335/378] Compiling JSONSchemaBuilder JSONArrayValue.swift
[336/378] Emitting module JSONSchemaBuilder
[337/378] Compiling JSONSchemaBuilder Enum.swift
[338/378] Compiling JSONSchemaBuilder FlatMap.swift
[339/378] Compiling JSONSchemaBuilder JSONComponents.swift
[340/378] Compiling JSONSchemaBuilder Map.swift
[341/378] Compiling JSONSchemaBuilder Optional.swift
[342/378] Compiling JSONSchemaBuilder Passthrough.swift
[343/378] Compiling JSONSchemaBuilder ExcludeFromSchema.swift
[344/378] Compiling JSONSchemaBuilder SchemaOptions.swift
[345/378] Compiling JSONSchemaBuilder ArrayOptions.swift
[346/378] Compiling JSONSchemaBuilder NumberOptions.swift
[347/378] Compiling JSONSchemaBuilder ObjectOptions.swift
[348/378] Compiling JSONSchemaBuilder StringOptions.swift
[349/378] Compiling JSONSchemaBuilder JSONSchema.swift
[350/378] Compiling JSONSchemaBuilder JSONSchemaComponent+Annotations.swift
[351/378] Compiling JSONSchemaBuilder JSONSchemaComponent.swift
[352/378] Compiling JSONSchemaBuilder AdditionalProperties.swift
[353/378] Compiling JSONSchemaBuilder Any.swift
[354/378] Compiling JSONSchemaBuilder CompactMap.swift
[355/378] Compiling JSONSchemaBuilder Conditional.swift
[356/378] Compiling JSONSchemaBuilder JSONArray.swift
[357/378] Compiling JSONSchemaBuilder JSONBoolean.swift
[358/378] Compiling JSONSchemaBuilder JSONNull.swift
[359/378] Compiling JSONSchemaBuilder JSONNumber.swift
[360/378] Compiling JSONSchemaBuilder JSONObject.swift
[361/378] Compiling JSONSchemaBuilder JSONString.swift
[362/378] Compiling JSONSchemaBuilder JSONBooleanValue.swift
[363/378] Compiling JSONSchemaBuilder JSONIntegerValue.swift
[364/378] Compiling JSONSchemaBuilder JSONNullValue.swift
[365/378] Compiling JSONSchemaBuilder JSONNumberValue.swift
[366/378] Compiling JSONSchemaBuilder JSONObjectValue.swift
[367/378] Compiling JSONSchemaBuilder JSONStringValue.swift
[368/378] Compiling JSONSchemaBuilder JSONPropertyBuilder.swift
[369/378] Compiling JSONSchemaBuilder JSONPropertySchemaBuilder.swift
[370/378] Compiling JSONSchemaBuilder JSONSchemaBuilder.swift
[371/378] Compiling JSONSchemaBuilder JSONValueBuilder.swift
[372/378] Compiling JSONSchemaBuilder JSONAnyValue.swift
[373/378] Compiling JSONSchemaBuilder JSONBooleanSchema.swift
[374/378] Compiling JSONSchemaBuilder JSONComposition.swift
[375/379] Wrapping AST for JSONSchemaBuilder for debugging
[377/381] Emitting module JSONSchemaClient
/host/spi-builder-workspace/Sources/JSONSchemaClient/main.swift:91:1: warning: expression of type 'Schema' is unused
89 | let schema1 = try Schema(instance: schemaString, dialect: .draft2020_12)
90 | let result = try schema1.validate(instance: #"{"name": "Alice"}"#)
91 | schema1
   | `- warning: expression of type 'Schema' is unused
92 |
[378/381] Compiling JSONSchemaClient main.swift
/host/spi-builder-workspace/Sources/JSONSchemaClient/main.swift:91:1: warning: expression of type 'Schema' is unused
89 | let schema1 = try Schema(instance: schemaString, dialect: .draft2020_12)
90 | let result = try schema1.validate(instance: #"{"name": "Alice"}"#)
91 | schema1
   | `- warning: expression of type 'Schema' is unused
92 |
macro expansion @Schemable:2:21: warning: converting non-sendable function value to '@Sendable (JSONObject<PropertyTuple<JSONPropertyComponents.CompactMap<JSONProperty<JSONString>, String>, JSONProperty<JSONString>, JSONPropertyComponents.CompactMap<JSONProperty<some JSONSchemaComponent<Airline>>, Airline>, JSONPropertyComponents.CompactMap<JSONProperty<JSONNumber>, Double>>>.Output) -> Flight' may introduce data races
`- /host/spi-builder-workspace/Sources/JSONSchemaClient/main.swift:48:1: note: expanded code originates here
46 |   @NumberOptions(multipleOf: 0.5)
47 |   let duration: Double
48 | }
   +--- macro expansion @Schemable -------------------------------------
   | 1 | static var schema: some JSONSchemaComponent<Flight> {
   | 2 |   JSONSchema(Flight.init) {
   |   |                     `- warning: converting non-sendable function value to '@Sendable (JSONObject<PropertyTuple<JSONPropertyComponents.CompactMap<JSONProperty<JSONString>, String>, JSONProperty<JSONString>, JSONPropertyComponents.CompactMap<JSONProperty<some JSONSchemaComponent<Airline>>, Airline>, JSONPropertyComponents.CompactMap<JSONProperty<JSONNumber>, Double>>>.Output) -> Flight' may introduce data races
   | 3 |       JSONObject {
   | 4 |           JSONProperty(key: "origin") {
   +--------------------------------------------------------------------
49 |
50 | let data: JSONValue = [
[379/382] Wrapping AST for JSONSchemaClient for debugging
[380/382] Write Objects.LinkFileList
[381/382] Linking JSONSchemaClient
Build complete! (149.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-json-schema",
  "name" : "swift-json-schema",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONSchemaBuilder",
      "targets" : [
        "JSONSchemaBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONSchemaClient",
      "targets" : [
        "JSONSchemaClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "JSONSchemaMacro",
      "targets" : [
        "JSONSchemaMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/JSONSchemaTests/JSON-Schema-Test-Suite",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "JSONPointerTests.swift",
        "JSONSchemaTestSuite.swift",
        "JSONValueTests.swift",
        "KeywordTests.swift",
        "SchemaTests.swift",
        "Utils/FileLoader.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaMacroTests",
      "path" : "Tests/JSONSchemaMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosGenericTestSupport"
      ],
      "sources" : [
        "Helpers/MacroExpansion+SwiftTesting.swift",
        "SchemaOptionsTests.swift",
        "SchemableEnumExpansionTests.swift",
        "SchemableExpansionTests.swift",
        "TypeSpecificSchemaOptionsTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaMacro",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaMacro",
      "path" : "Sources/JSONSchemaMacro",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "JSONSchemaBuilder",
        "JSONSchemaClient",
        "JSONSchemaMacro"
      ],
      "sources" : [
        "ExcludeFromSchemaMacro.swift",
        "JSONSchemaMacroPlugin.swift",
        "SchemaOptions.swift",
        "Schemable/SchemaGenerator.swift",
        "Schemable/SchemableEnumCase.swift",
        "Schemable/SchemableMacro.swift",
        "Schemable/SchemableMember.swift",
        "Schemable/SupportedPrimatives.swift",
        "Schemable/SwiftSyntaxExtensions.swift",
        "TypeSpecificOptionMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JSONSchemaClient",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaClient",
      "path" : "Sources/JSONSchemaClient",
      "product_memberships" : [
        "JSONSchemaClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "JSONSchema",
        "JSONSchemaBuilder",
        "JSONSchemaMacro"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JSONSchemaBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaBuilderTests",
      "path" : "Tests/JSONSchemaBuilderTests",
      "sources" : [
        "DocumentationExampleTests.swift",
        "JSONCompositionTests.swift",
        "JSONEnumTests.swift",
        "JSONPropertyTests.swift",
        "JSONSchemaTests.swift",
        "JSONValueTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchemaBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchemaBuilder",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaBuilder",
      "path" : "Sources/JSONSchemaBuilder",
      "product_memberships" : [
        "JSONSchemaBuilder",
        "JSONSchemaClient"
      ],
      "sources" : [
        "Builders/JSONPropertyBuilder.swift",
        "Builders/JSONPropertySchemaBuilder.swift",
        "Builders/JSONSchemaBuilder.swift",
        "Builders/JSONValueBuilder.swift",
        "JSONComponent/JSONAnyValue.swift",
        "JSONComponent/JSONBooleanSchema.swift",
        "JSONComponent/JSONComposition.swift",
        "JSONComponent/JSONSchema.swift",
        "JSONComponent/JSONSchemaComponent+Annotations.swift",
        "JSONComponent/JSONSchemaComponent.swift",
        "JSONComponent/Modifier/AdditionalProperties.swift",
        "JSONComponent/Modifier/Any.swift",
        "JSONComponent/Modifier/CompactMap.swift",
        "JSONComponent/Modifier/Conditional.swift",
        "JSONComponent/Modifier/Enum.swift",
        "JSONComponent/Modifier/FlatMap.swift",
        "JSONComponent/Modifier/JSONComponents.swift",
        "JSONComponent/Modifier/Map.swift",
        "JSONComponent/Modifier/Optional.swift",
        "JSONComponent/Modifier/Passthrough.swift",
        "JSONComponent/TypeSpecific/JSONArray.swift",
        "JSONComponent/TypeSpecific/JSONBoolean.swift",
        "JSONComponent/TypeSpecific/JSONNull.swift",
        "JSONComponent/TypeSpecific/JSONNumber.swift",
        "JSONComponent/TypeSpecific/JSONObject.swift",
        "JSONComponent/TypeSpecific/JSONString.swift",
        "JSONPropertyComponent/JSONProperty.swift",
        "JSONPropertyComponent/JSONPropertyComponent.swift",
        "JSONPropertyComponent/Modifier/JSONPropertyComponents.swift",
        "JSONPropertyComponent/Modifier/PropertyCompactMap.swift",
        "JSONPropertyComponent/Modifier/PropertyConditional.swift",
        "JSONPropertyComponent/Modifier/PropertyOptional.swift",
        "Macros/SchemaOptions/ExcludeFromSchema.swift",
        "Macros/SchemaOptions/SchemaOptions.swift",
        "Macros/SchemaOptions/TypeSpecific/ArrayOptions.swift",
        "Macros/SchemaOptions/TypeSpecific/NumberOptions.swift",
        "Macros/SchemaOptions/TypeSpecific/ObjectOptions.swift",
        "Macros/SchemaOptions/TypeSpecific/StringOptions.swift",
        "Macros/Schemable.swift",
        "Utils/Collection+nilIfEmpty.swift",
        "Validaton/Validated.swift",
        "Values/JSONPropertyValue.swift",
        "Values/JSONValueRepresentable.swift",
        "Values/TypeSpecific/JSONArrayValue.swift",
        "Values/TypeSpecific/JSONBooleanValue.swift",
        "Values/TypeSpecific/JSONIntegerValue.swift",
        "Values/TypeSpecific/JSONNullValue.swift",
        "Values/TypeSpecific/JSONNumberValue.swift",
        "Values/TypeSpecific/JSONObjectValue.swift",
        "Values/TypeSpecific/JSONStringValue.swift"
      ],
      "target_dependencies" : [
        "JSONSchema",
        "JSONSchemaMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_memberships" : [
        "JSONSchema",
        "JSONSchemaBuilder",
        "JSONSchemaClient"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/JSONSchema/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Annotations/Annotation.swift",
        "Annotations/AnnotationContainer.swift",
        "Annotations/JSONType.swift",
        "Dialect.swift",
        "JSONValue/Array+JSONValue.swift",
        "JSONValue/JSONValue+Codable.swift",
        "JSONValue/JSONValue+ExpressibleByLiteral.swift",
        "JSONValue/JSONValue.swift",
        "Keywords/Keyword.swift",
        "Keywords/Keywords+Annotation.swift",
        "Keywords/Keywords+Applicator.swift",
        "Keywords/Keywords+Assertion.swift",
        "Keywords/Keywords+Identifier.swift",
        "Keywords/Keywords+Metadata.swift",
        "Keywords/Keywords+Reference.swift",
        "Keywords/Keywords+Reserved.swift",
        "Keywords/Keywords.swift",
        "Pointers/JSONPointer.swift",
        "Schema+Codable.swift",
        "Schema+Equatable.swift",
        "Schema.swift",
        "Validation/Context.swift",
        "Validation/Errors/SchemaIssue.swift",
        "Validation/Errors/ValidationIssue.swift",
        "Validation/ValidatableSchema.swift",
        "Validation/ValidationLocation.swift",
        "Validation/ValidationResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.