The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Slate, reference master (604042), with Swift 6.1 for macOS (SPM) on 3 May 2026 22:18:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jmfieldman/Slate.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmfieldman/Slate
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 604042c sync configure
Cloned https://github.com/jmfieldman/Slate.git
Revision (git rev-parse @):
604042c89f6638165c9b196e1bfb2f02c469311f
SUCCESS checkout https://github.com/jmfieldman/Slate.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jmfieldman/Slate.git
https://github.com/jmfieldman/Slate.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "603.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Slate",
  "name" : "Slate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Slate",
      "targets" : [
        "Slate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SlateSchema",
      "targets" : [
        "SlateSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "slate-generator",
      "targets" : [
        "SlateGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SlateSchemaMacros",
      "targets" : [
        "SlateSchemaMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SlateTests",
      "module_type" : "SwiftTarget",
      "name" : "SlateTests",
      "path" : "Tests/SlateTests",
      "sources" : [
        "SlateAccessGateTests.swift",
        "SlateObjectCacheTests.swift",
        "SlatePredicateTests.swift",
        "SlateRuntimeTests.swift",
        "SlateStreamTests.swift"
      ],
      "target_dependencies" : [
        "Slate",
        "SlateFixturePatientModels",
        "SlateFixturePatientPersistence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlateSchemaMacros",
      "module_type" : "SwiftTarget",
      "name" : "SlateSchemaMacros",
      "path" : "Sources/SlateSchemaMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "Slate",
        "SlateSchema",
        "SlateSchemaMacros"
      ],
      "sources" : [
        "SlateSchemaPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SlateSchemaMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SlateSchemaMacroTests",
      "path" : "Tests/SlateSchemaMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SlateSchemaMacroTests.swift"
      ],
      "target_dependencies" : [
        "SlateSchemaMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlateSchema",
      "module_type" : "SwiftTarget",
      "name" : "SlateSchema",
      "path" : "Sources/SlateSchema",
      "product_memberships" : [
        "Slate",
        "SlateSchema"
      ],
      "sources" : [
        "Annotations.swift",
        "SlateSchema.swift"
      ],
      "target_dependencies" : [
        "SlateSchemaMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlateGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SlateGeneratorTests",
      "path" : "Tests/SlateGeneratorTests",
      "sources" : [
        "SlateGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "SlateGeneratorLib",
        "SlateFixturePatientModels",
        "SlateFixturePatientPersistence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlateGeneratorLib",
      "module_type" : "SwiftTarget",
      "name" : "SlateGeneratorLib",
      "path" : "Sources/SlateGeneratorLib",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "slate-generator"
      ],
      "sources" : [
        "GeneratedFileWriter.swift",
        "GeneratedSchemaRenderer.swift",
        "SchemaDumper.swift",
        "SchemaModel.swift",
        "SchemaValidator.swift",
        "SwiftSchemaParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlateGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SlateGenerator",
      "path" : "Sources/SlateGenerator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "slate-generator"
      ],
      "sources" : [
        "SlateGeneratorCommand.swift"
      ],
      "target_dependencies" : [
        "SlateGeneratorLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SlateFixturePatientPersistence",
      "module_type" : "SwiftTarget",
      "name" : "SlateFixturePatientPersistence",
      "path" : "Sources/SlateFixturePatientPersistence",
      "sources" : [
        "DatabasePatient.swift",
        "DatabasePatientNote.swift",
        "Patient+SlateBridge.swift",
        "PatientNote+SlateBridge.swift",
        "PatientSlateSchema.swift"
      ],
      "target_dependencies" : [
        "Slate",
        "SlateSchema",
        "SlateFixturePatientModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlateFixturePatientModels",
      "module_type" : "SwiftTarget",
      "name" : "SlateFixturePatientModels",
      "path" : "Sources/SlateFixturePatientModels",
      "sources" : [
        "Patient.swift",
        "PatientNote.swift"
      ],
      "target_dependencies" : [
        "SlateSchema"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Slate",
      "module_type" : "SwiftTarget",
      "name" : "Slate",
      "path" : "Sources/Slate",
      "product_memberships" : [
        "Slate"
      ],
      "sources" : [
        "Internal/NSManagedObjectContext+Async.swift",
        "Internal/SlateAccessGate.swift",
        "Internal/SlateObjectCache.swift",
        "Internal/SlateStoreOwner.swift",
        "Slate.swift",
        "SlateError.swift",
        "SlateMutationContext.swift",
        "SlatePredicate.swift",
        "SlateQueryContext.swift",
        "SlateStream.swift"
      ],
      "target_dependencies" : [
        "SlateSchema"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/51] Write sources
[7/51] Write slate-generator-entitlement.plist
[11/51] Write sources
[43/51] Write swift-version-2F0A5646E1D333AE.txt
[45/67] Emitting module SwiftSyntax602
[46/67] Emitting module SwiftSyntax600
[47/67] Compiling SwiftSyntax600 Empty.swift
[48/67] Compiling SwiftSyntax603 Empty.swift
[49/67] Emitting module SwiftSyntax603
[51/67] Compiling SwiftSyntax603 Empty.swift
[52/67] Emitting module SwiftSyntax600
[53/67] Compiling SwiftSyntax600 Empty.swift
[54/67] Emitting module SwiftSyntax602
[55/67] Compiling SwiftSyntax602 Empty.swift
[56/67] Emitting module SwiftSyntax601
[57/67] Compiling SwiftSyntax601 Empty.swift
[58/67] Emitting module SwiftSyntax601
[59/67] Compiling SwiftSyntax602 Empty.swift
[60/67] Compiling SwiftSyntax601 Empty.swift
[61/77] Emitting module SwiftSyntax510
[62/77] Compiling SwiftSyntax510 Empty.swift
[63/77] Emitting module SwiftSyntax509
[64/77] Compiling SwiftSyntax509 Empty.swift
[65/77] Emitting module SwiftSyntax510
[66/77] Compiling SwiftSyntax510 Empty.swift
[67/77] Emitting module SwiftSyntax509
[68/77] Compiling SwiftSyntax509 Empty.swift
[68/77] Compiling _SwiftSyntaxCShims PlatformMutex.c
[71/205] Emitting module ArgumentParserToolInfo
[72/205] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/252] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/252] Compiling ArgumentParser CompletionsGenerator.swift
[75/252] Compiling ArgumentParser FishCompletionsGenerator.swift
[76/252] Compiling ArgumentParser ZshCompletionsGenerator.swift
[77/252] Compiling ArgumentParser Argument.swift
[78/252] Compiling ArgumentParser ArgumentDiscussion.swift
[79/252] Compiling ArgumentParser CommandConfiguration.swift
[87/266] Compiling ArgumentParser CommandGroup.swift
[88/266] Compiling ArgumentParser EnumerableFlag.swift
[89/266] Compiling ArgumentParser ExpressibleByArgument.swift
[90/266] Compiling ArgumentParser ParsableArguments.swift
[91/266] Compiling ArgumentParser NameSpecification.swift
[92/266] Compiling ArgumentParser Option.swift
[93/266] Compiling ArgumentParser OptionGroup.swift
[101/266] Compiling ArgumentParser ParentCommand.swift
[102/266] Compiling ArgumentParser AsyncParsableCommand.swift
[103/266] Compiling ArgumentParser MessageInfo.swift
[104/266] Compiling ArgumentParser UsageGenerator.swift
[105/266] Compiling ArgumentParser CollectionExtensions.swift
[106/266] Compiling ArgumentParser Foundation.swift
[107/266] Compiling ArgumentParser Mutex.swift
[108/266] Compiling SwiftSyntax Tokens.swift
[109/266] Compiling SwiftSyntax TriviaPieces.swift
[110/266] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[111/266] Compiling SwiftSyntax RawSyntaxNodesC.swift
[112/266] Compiling SwiftSyntax RawSyntaxNodesD.swift
[113/266] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[114/266] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[115/266] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[116/266] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[117/266] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[118/266] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[119/266] Compiling SwiftSyntax RawSyntaxValidation.swift
[120/266] Compiling SwiftSyntax SyntaxNodesAB.swift
[121/266] Compiling SwiftSyntax SyntaxNodesC.swift
[134/271] Emitting module ArgumentParser
[135/271] Compiling ArgumentParser Platform.swift
[136/271] Compiling ArgumentParser SequenceExtensions.swift
[137/271] Compiling ArgumentParser StringExtensions.swift
[138/271] Compiling ArgumentParser SwiftExtensions.swift
[139/271] Compiling ArgumentParser Tree.swift
[140/271] Compiling ArgumentParser InputKey.swift
[141/271] Compiling ArgumentParser InputOrigin.swift
[142/271] Compiling ArgumentParser Name.swift
[143/271] Compiling ArgumentParser Parsed.swift
[144/271] Compiling ArgumentParser ParsedValues.swift
[145/271] Compiling ArgumentParser CodingKeyValidator.swift
[146/271] Compiling ArgumentParser NonsenseFlagsValidator.swift
[147/271] Compiling ArgumentParser ParsableArgumentsValidation.swift
[148/271] Compiling ArgumentParser PositionalArgumentsValidator.swift
[149/271] Compiling ArgumentParser UniqueNamesValidator.swift
[156/271] Compiling ArgumentParser ParserError.swift
[157/271] Compiling ArgumentParser SplitArguments.swift
[158/271] Compiling ArgumentParser DumpHelpGenerator.swift
[159/271] Compiling ArgumentParser HelpCommand.swift
[160/271] Compiling ArgumentParser HelpGenerator.swift
[161/271] Compiling ArgumentParser ParsableCommand.swift
[162/271] Compiling ArgumentParser ArgumentDecoder.swift
[163/271] Compiling ArgumentParser ArgumentDefinition.swift
[164/271] Compiling ArgumentParser ArgumentSet.swift
[165/271] Compiling ArgumentParser CommandParser.swift
[171/271] Compiling ArgumentParser ArgumentHelp.swift
[172/271] Compiling ArgumentParser ArgumentVisibility.swift
[173/271] Compiling ArgumentParser CompletionKind.swift
[174/271] Compiling ArgumentParser Errors.swift
[175/271] Compiling ArgumentParser Flag.swift
[181/271] Emitting module SwiftSyntax
[253/271] Compiling SwiftSyntax SyntaxNodesD.swift
[254/271] Compiling SwiftSyntax SyntaxNodesEF.swift
[255/271] Compiling SwiftSyntax SyntaxNodesGHI.swift
[256/271] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[257/271] Compiling SwiftSyntax SyntaxNodesOP.swift
[258/271] Compiling SwiftSyntax SyntaxNodesQRS.swift
[259/271] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[267/374] Emitting module SwiftDiagnostics
[268/375] Compiling SwiftDiagnostics Message.swift
[269/375] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[270/375] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[271/375] Compiling SwiftBasicFormat Syntax+Extensions.swift
[272/375] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[273/375] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[274/375] Compiling SwiftDiagnostics Convenience.swift
[275/375] Compiling SwiftDiagnostics Diagnostic.swift
[276/375] Compiling SwiftDiagnostics Note.swift
[277/375] Compiling SwiftBasicFormat Indenter.swift
[278/375] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[279/375] Compiling SwiftDiagnostics FixIt.swift
[280/375] Compiling SwiftBasicFormat InferIndentation.swift
[281/375] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[282/375] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[283/375] Emitting module SwiftBasicFormat
[284/375] Compiling SwiftBasicFormat BasicFormat.swift
[285/375] Compiling SwiftParser Attributes.swift
[286/375] Compiling SwiftParser Availability.swift
[287/375] Compiling SwiftParser CharacterInfo.swift
[288/375] Compiling SwiftParser CollectionNodes+Parsable.swift
[289/375] Compiling SwiftParser CompilerFiles.swift
[290/379] Compiling SwiftParser IncrementalParseTransition.swift
[291/379] Compiling SwiftParser RegexLiteralLexer.swift
[292/379] Compiling SwiftParser UnicodeScalarExtensions.swift
[293/379] Compiling SwiftParser Lookahead.swift
[294/379] Emitting module SwiftParser
[295/379] Compiling SwiftParser TopLevel.swift
[296/379] Compiling SwiftParser TriviaParser.swift
[297/379] Compiling SwiftParser Types.swift
[298/379] Compiling SwiftParser ExperimentalFeatures.swift
[299/383] Compiling SwiftParser TokenConsumer.swift
[300/383] Compiling SwiftParser TokenPrecedence.swift
[301/383] Compiling SwiftParser TokenSpec.swift
[302/383] Compiling SwiftParser TokenSpecSet.swift
[303/383] Compiling SwiftParser StringLiterals.swift
[304/383] Compiling SwiftParser SwiftParserCompatibility.swift
[305/383] Compiling SwiftParser SwiftVersion.swift
[306/383] Compiling SwiftParser SyntaxUtils.swift
[310/383] Compiling SwiftParser LoopProgressCondition.swift
[311/383] Compiling SwiftParser Modifiers.swift
[314/383] Compiling SwiftParser Names.swift
[315/383] Compiling SwiftParser Nominals.swift
[316/383] Compiling SwiftParser Parameters.swift
[317/383] Compiling SwiftParser Specifiers.swift
[318/383] Compiling SwiftParser Statements.swift
[319/383] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[327/383] Compiling SwiftParser ParseSourceFile.swift
[328/383] Compiling SwiftParser Parser.swift
[329/383] Compiling SwiftParser Patterns.swift
[330/383] Compiling SwiftParser Recovery.swift
[346/383] Emitting module SwiftParser
[347/383] Compiling SwiftParser IsValidIdentifier.swift
[348/383] Compiling SwiftParser Cursor.swift
[349/383] Compiling SwiftParser Lexeme.swift
[350/383] Compiling SwiftParser LexemeSequence.swift
[351/383] Compiling SwiftParser Lexer.swift
[352/383] Compiling SwiftParser Declarations.swift
[353/383] Compiling SwiftParser Directives.swift
[354/383] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[355/383] Compiling SwiftParser Expressions.swift
[371/383] Compiling SwiftParser IsLexerClassified.swift
[372/383] Compiling SwiftParser LayoutNodes+Parsable.swift
[373/383] Compiling SwiftParser Parser+TokenSpecSet.swift
[374/383] Compiling SwiftParser TokenSpecStaticMembers.swift
[379/420] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[380/421] Compiling SwiftOperators PrecedenceGraph.swift
[381/421] Compiling SwiftOperators PrecedenceGroup.swift
[382/422] Compiling SwiftOperators OperatorTable.swift
[383/422] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[384/422] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[385/422] Compiling SwiftOperators SyntaxSynthesis.swift
[386/422] Compiling SwiftOperators OperatorTable+Semantics.swift
[387/422] Compiling SwiftOperators OperatorError.swift
[388/422] Compiling SwiftOperators OperatorTable+Defaults.swift
[389/422] Emitting module SwiftOperators
[390/422] Compiling SwiftOperators Operator.swift
[391/422] Compiling SwiftOperators OperatorTable+Folding.swift
[392/422] Compiling SwiftOperators OperatorError+Diagnostics.swift
[393/422] Compiling SwiftParserDiagnostics Utils.swift
[394/422] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[395/422] Compiling SwiftParserDiagnostics PresenceUtils.swift
[396/422] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[397/422] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[398/422] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[399/422] Compiling SwiftParserDiagnostics MissingNodesError.swift
[400/422] Compiling SwiftParserDiagnostics MissingTokenError.swift
[401/422] Emitting module SwiftParserDiagnostics
[402/422] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[403/422] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[404/437] Emitting module SwiftSyntaxBuilder
[405/437] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[406/437] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[407/438] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[408/438] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[409/438] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[410/438] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[411/438] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[412/438] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[413/438] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[414/438] Compiling SwiftSyntaxBuilder Indenter.swift
[415/438] Compiling SwiftSyntaxBuilder ListBuilder.swift
[416/438] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[417/438] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[418/438] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[419/438] Compiling SlateGeneratorLib SchemaDumper.swift
[420/438] Compiling SlateGeneratorLib SchemaValidator.swift
[421/438] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[422/438] Compiling SlateGeneratorLib SchemaDumper.swift
[423/438] Compiling SlateGeneratorLib SchemaModel.swift
[424/453] Compiling SlateGeneratorLib GeneratedFileWriter.swift
[425/453] Emitting module SlateGeneratorLib
[426/453] Compiling SlateGeneratorLib GeneratedSchemaRenderer.swift
[427/453] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[428/453] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[429/453] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[430/454] Compiling SlateGeneratorLib GeneratedSchemaRenderer.swift
[431/454] Compiling SlateGeneratorLib GeneratedFileWriter.swift
[432/454] Emitting module SlateGeneratorLib
[433/454] Compiling SwiftIfConfig ConfiguredRegions.swift
[434/454] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[435/454] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[436/454] Compiling SwiftIfConfig BuildConfiguration.swift
[437/454] Emitting module SwiftIfConfig
[438/454] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[439/454] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[440/454] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[441/454] Compiling SwiftIfConfig IfConfigFunctions.swift
[442/454] Compiling SwiftIfConfig IfConfigRegionState.swift
[443/454] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[444/454] Compiling SwiftIfConfig IfConfigEvaluation.swift
[445/454] Compiling SwiftIfConfig VersionTuple.swift
[446/472] Compiling SwiftSyntaxMacros Macro.swift
[447/472] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[448/472] Compiling SwiftSyntaxMacros PreambleMacro.swift
[449/472] Compiling SwiftSyntaxMacros MemberMacro.swift
[450/472] Compiling SwiftSyntaxMacros PeerMacro.swift
[451/472] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[452/472] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[453/473] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[454/473] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[455/473] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[456/473] Compiling SwiftSyntaxMacros Macro+Format.swift
[457/473] Compiling SwiftSyntaxMacros AttachedMacro.swift
[458/473] Compiling SwiftSyntaxMacros BodyMacro.swift
[459/473] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[460/473] Compiling SwiftSyntaxMacros AccessorMacro.swift
[461/473] Emitting module SwiftSyntaxMacros
[462/473] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[463/473] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[464/473] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[465/473] Compiling SlateGeneratorLib SwiftSchemaParser.swift
[466/473] Compiling SlateGeneratorLib SchemaModel.swift
[467/485] Compiling SlateGeneratorLib SchemaValidator.swift
[468/485] Compiling SlateGeneratorLib SwiftSchemaParser.swift
[469/485] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[470/485] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[471/485] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[472/485] Emitting module SwiftSyntaxMacroExpansion
[473/485] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[474/485] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[475/485] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[476/485] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[477/485] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[478/485] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[479/485] Compiling SlateGenerator SlateGeneratorCommand.swift
[480/485] Emitting module SlateGenerator
[480/497] Write Objects.LinkFileList
[482/497] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[483/497] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[484/497] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[485/497] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[486/497] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[487/497] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[488/497] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[489/497] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[490/497] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[491/497] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[492/497] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[493/497] Emitting module SwiftCompilerPluginMessageHandling
[494/498] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[494/500] Linking slate-generator
[496/500] Emitting module SwiftCompilerPlugin
[497/500] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[497/500] Applying slate-generator
[499/502] Emitting module SlateSchemaMacros
[500/502] Compiling SlateSchemaMacros SlateSchemaPlugin.swift
[500/502] Write Objects.LinkFileList
[501/502] Linking SlateSchemaMacros-tool
[503/508] Compiling SlateSchema Annotations.swift
[505/508] Emitting module SlateSchema
[507/508] Compiling SlateSchema SlateSchema.swift
[509/534] Compiling SlateFixturePatientModels PatientNote.swift
[511/534] Compiling SlateFixturePatientModels Patient.swift
[512/534] Emitting module SlateFixturePatientModels
[514/534] Compiling SlateFixturePatientModels Patient.swift
[515/534] Compiling Slate SlateQueryContext.swift
[516/535] Compiling Slate SlatePredicate.swift
[517/535] Compiling Slate SlateQueryContext.swift
[518/535] Compiling Slate SlatePredicate.swift
[519/535] Compiling Slate SlateMutationContext.swift
[520/535] Compiling Slate SlateError.swift
[522/536] Compiling Slate SlateMutationContext.swift
[523/536] Compiling Slate SlateObjectCache.swift
[524/536] Compiling Slate SlateStoreOwner.swift
[525/536] Compiling Slate SlateAccessGate.swift
[526/536] Emitting module Slate
[527/536] Compiling Slate Slate.swift
[528/536] Compiling Slate NSManagedObjectContext+Async.swift
[529/536] Compiling Slate SlateAccessGate.swift
[530/536] Compiling Slate SlateObjectCache.swift
[531/536] Compiling Slate SlateStoreOwner.swift
[532/536] Compiling Slate NSManagedObjectContext+Async.swift
[533/536] Emitting module Slate
[534/536] Compiling Slate Slate.swift
[535/536] Compiling Slate SlateStream.swift
[537/548] Compiling SlateFixturePatientPersistence PatientNote+SlateBridge.swift
[538/548] Compiling SlateFixturePatientPersistence Patient+SlateBridge.swift
[539/548] Emitting module SlateFixturePatientPersistence
[540/548] Compiling SlateFixturePatientPersistence PatientSlateSchema.swift
[541/548] Compiling SlateFixturePatientPersistence DatabasePatient.swift
[542/548] Compiling SlateFixturePatientPersistence PatientNote+SlateBridge.swift
[543/548] Compiling SlateFixturePatientPersistence DatabasePatientNote.swift
[544/548] Compiling SlateFixturePatientPersistence PatientSlateSchema.swift
[545/548] Compiling SlateFixturePatientPersistence DatabasePatientNote.swift
[546/548] Emitting module SlateFixturePatientPersistence
[547/548] Compiling SlateFixturePatientPersistence Patient+SlateBridge.swift
[548/548] Compiling SlateFixturePatientPersistence DatabasePatient.swift
Build complete! (43.47s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/75039] Fetching swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.32s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.92s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 603.0.0 (7.07s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.50s)
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.7.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 603.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "603.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Slate",
  "name" : "Slate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Slate",
      "targets" : [
        "Slate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SlateSchema",
      "targets" : [
        "SlateSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "slate-generator",
      "targets" : [
        "SlateGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SlateSchemaMacros",
      "targets" : [
        "SlateSchemaMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SlateTests",
      "module_type" : "SwiftTarget",
      "name" : "SlateTests",
      "path" : "Tests/SlateTests",
      "sources" : [
        "SlateAccessGateTests.swift",
        "SlateObjectCacheTests.swift",
        "SlatePredicateTests.swift",
        "SlateRuntimeTests.swift",
        "SlateStreamTests.swift"
      ],
      "target_dependencies" : [
        "Slate",
        "SlateFixturePatientModels",
        "SlateFixturePatientPersistence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlateSchemaMacros",
      "module_type" : "SwiftTarget",
      "name" : "SlateSchemaMacros",
      "path" : "Sources/SlateSchemaMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "Slate",
        "SlateSchema",
        "SlateSchemaMacros"
      ],
      "sources" : [
        "SlateSchemaPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SlateSchemaMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SlateSchemaMacroTests",
      "path" : "Tests/SlateSchemaMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SlateSchemaMacroTests.swift"
      ],
      "target_dependencies" : [
        "SlateSchemaMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlateSchema",
      "module_type" : "SwiftTarget",
      "name" : "SlateSchema",
      "path" : "Sources/SlateSchema",
      "product_memberships" : [
        "Slate",
        "SlateSchema"
      ],
      "sources" : [
        "Annotations.swift",
        "SlateSchema.swift"
      ],
      "target_dependencies" : [
        "SlateSchemaMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlateGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SlateGeneratorTests",
      "path" : "Tests/SlateGeneratorTests",
      "sources" : [
        "SlateGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "SlateGeneratorLib",
        "SlateFixturePatientModels",
        "SlateFixturePatientPersistence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlateGeneratorLib",
      "module_type" : "SwiftTarget",
      "name" : "SlateGeneratorLib",
      "path" : "Sources/SlateGeneratorLib",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "slate-generator"
      ],
      "sources" : [
        "GeneratedFileWriter.swift",
        "GeneratedSchemaRenderer.swift",
        "SchemaDumper.swift",
        "SchemaModel.swift",
        "SchemaValidator.swift",
        "SwiftSchemaParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlateGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SlateGenerator",
      "path" : "Sources/SlateGenerator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "slate-generator"
      ],
      "sources" : [
        "SlateGeneratorCommand.swift"
      ],
      "target_dependencies" : [
        "SlateGeneratorLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SlateFixturePatientPersistence",
      "module_type" : "SwiftTarget",
      "name" : "SlateFixturePatientPersistence",
      "path" : "Sources/SlateFixturePatientPersistence",
      "sources" : [
        "DatabasePatient.swift",
        "DatabasePatientNote.swift",
        "Patient+SlateBridge.swift",
        "PatientNote+SlateBridge.swift",
        "PatientSlateSchema.swift"
      ],
      "target_dependencies" : [
        "Slate",
        "SlateSchema",
        "SlateFixturePatientModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlateFixturePatientModels",
      "module_type" : "SwiftTarget",
      "name" : "SlateFixturePatientModels",
      "path" : "Sources/SlateFixturePatientModels",
      "sources" : [
        "Patient.swift",
        "PatientNote.swift"
      ],
      "target_dependencies" : [
        "SlateSchema"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Slate",
      "module_type" : "SwiftTarget",
      "name" : "Slate",
      "path" : "Sources/Slate",
      "product_memberships" : [
        "Slate"
      ],
      "sources" : [
        "Internal/NSManagedObjectContext+Async.swift",
        "Internal/SlateAccessGate.swift",
        "Internal/SlateObjectCache.swift",
        "Internal/SlateStoreOwner.swift",
        "Slate.swift",
        "SlateError.swift",
        "SlateMutationContext.swift",
        "SlatePredicate.swift",
        "SlateQueryContext.swift",
        "SlateStream.swift"
      ],
      "target_dependencies" : [
        "SlateSchema"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.