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 Defaults, reference main (d88a5c), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 13:30:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindresorhus/Defaults.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/Defaults
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d88a5c8 Minor tweaks
Cloned https://github.com/sindresorhus/Defaults.git
Revision (git rev-parse @):
d88a5c8cdb498e7536ef5ff88e7120e9b5874806
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sindresorhus/Defaults.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sindresorhus/Defaults.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/26] Write sources
[12/26] Copying PrivacyInfo.xcprivacy
[16/26] Write sources
[21/26] Copying PrivacyInfo.xcprivacy
[22/26] Compiling _SwiftSyntaxCShims dummy.c
[23/26] Write swift-version-1EA4D86E10B52AF.txt
[25/60] Emitting module SwiftSyntax601
[26/60] Emitting module SwiftSyntax600
[27/60] Compiling SwiftSyntax600 Empty.swift
[28/60] Compiling SwiftSyntax510 Empty.swift
[29/60] Emitting module SwiftSyntax510
[30/60] Compiling SwiftSyntax509 Empty.swift
[31/60] Emitting module SwiftSyntax509
[32/60] Compiling SwiftSyntax601 Empty.swift
[33/126] Compiling SwiftSyntax EditorPlaceholder.swift
[34/126] Compiling SwiftSyntax Identifier.swift
[35/126] Compiling SwiftSyntax MemoryLayout.swift
[36/126] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/126] Compiling SwiftSyntax RawSyntax.swift
[38/126] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/133] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[42/133] Compiling SwiftSyntax SyntaxChildren.swift
[43/133] Compiling SwiftSyntax SyntaxCollection.swift
[44/133] Compiling SwiftSyntax SyntaxHashable.swift
[45/133] Compiling SwiftSyntax SyntaxIdentifier.swift
[46/133] Compiling SwiftSyntax SyntaxNodeFactory.swift
[47/133] Compiling SwiftSyntax SyntaxNodeStructure.swift
[48/133] Emitting module SwiftSyntax
[49/133] Compiling SwiftSyntax SyntaxProtocol.swift
[50/133] Compiling SwiftSyntax SyntaxText.swift
[51/133] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[52/133] Compiling SwiftSyntax TokenDiagnostic.swift
[53/133] Compiling SwiftSyntax TokenSequence.swift
[54/133] Compiling SwiftSyntax TokenSyntax.swift
[55/133] Compiling SwiftSyntax Trivia.swift
[56/133] Compiling SwiftSyntax AbsolutePosition.swift
[57/133] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[58/133] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[59/133] Compiling SwiftSyntax Assert.swift
[60/133] Compiling SwiftSyntax BumpPtrAllocator.swift
[61/133] Compiling SwiftSyntax CommonAncestor.swift
[62/133] Compiling SwiftSyntax Convenience.swift
[63/133] Compiling SwiftSyntax CustomTraits.swift
[64/133] Compiling SwiftSyntax Tokens.swift
[65/133] Compiling SwiftSyntax TriviaPieces.swift
[66/133] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[67/133] Compiling SwiftSyntax RawSyntaxNodesC.swift
[68/133] Compiling SwiftSyntax RawSyntaxNodesD.swift
[69/133] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[70/133] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[71/133] Emitting module Defaults
[72/134] Compiling Defaults resource_bundle_accessor.swift
[73/134] Compiling Defaults Observation+Combine.swift
[74/134] Compiling Defaults Observation.swift
[75/134] Compiling Defaults UserDefaults.swift
[76/134] Compiling Defaults Utilities.swift
[77/134] Compiling Defaults Observation.swift
[78/135] Compiling Defaults resource_bundle_accessor.swift
[79/135] Compiling SwiftSyntax SyntaxCollections.swift
[80/135] Compiling SwiftSyntax SyntaxEnum.swift
[81/135] Compiling SwiftSyntax SyntaxKind.swift
[82/135] Compiling SwiftSyntax SyntaxRewriter.swift
[83/135] Compiling SwiftSyntax SyntaxTraits.swift
[84/135] Compiling SwiftSyntax SyntaxVisitor.swift
[85/135] Compiling SwiftSyntax TokenKind.swift
[86/135] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:286:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
284 | 			observation.start(options: initial ? [.initial] : [])
285 |
286 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
287 | 				// `invalidate()` should be thread-safe, but it is not in practice.
288 | 				Task { @MainActor in
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:336:33: warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
334 | 			let immutableObservations = observations
335 |
336 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
337 | 				// `invalidate()` should be thread-safe, but it is not in practice.
338 | 				Task { @MainActor in
[87/135] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:286:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
284 | 			observation.start(options: initial ? [.initial] : [])
285 |
286 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
287 | 				// `invalidate()` should be thread-safe, but it is not in practice.
288 | 				Task { @MainActor in
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:336:33: warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
334 | 			let immutableObservations = observations
335 |
336 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
337 | 				// `invalidate()` should be thread-safe, but it is not in practice.
338 | 				Task { @MainActor in
[88/135] Compiling SwiftSyntax Keyword.swift
[89/135] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[90/135] Compiling Defaults Reset.swift
[91/135] Compiling Defaults SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:42:30: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 40 | 				// The `@MainActor` is important as the `.send()` method doesn't inherit the `@MainActor` from the class.
 41 | 				task = .detached(priority: .userInitiated) { @MainActor [weak self, key] in
 42 | 					for await _ in Defaults.updates(key, initial: false) {
    |                              `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 43 | 						guard let self else {
 44 | 							return
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:41:73: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |
 40 | 				// The `@MainActor` is important as the `.send()` method doesn't inherit the `@MainActor` from the class.
 41 | 				task = .detached(priority: .userInitiated) { @MainActor [weak self, key] in
    |                                                                         `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 | 					for await _ in Defaults.updates(key, initial: false) {
 43 | 						guard let self else {
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:58:12: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 56 |
 57 | 						Task { @MainActor in
 58 | 							self?.objectWillChange.send()
    |            `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 59 | 						}
 60 | 					}
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:52:20: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 50 | 			} else {
 51 | 				cancellable = Defaults.publisher(key, options: [.prior])
 52 | 					.sink { [weak self] change in
    |                    `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 53 | 						guard change.isPrior else {
 54 | 							return
[92/135] Compiling Defaults Utilities.swift
[93/135] Compiling Defaults Reset.swift
[94/135] Compiling Defaults SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:42:30: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 40 | 				// The `@MainActor` is important as the `.send()` method doesn't inherit the `@MainActor` from the class.
 41 | 				task = .detached(priority: .userInitiated) { @MainActor [weak self, key] in
 42 | 					for await _ in Defaults.updates(key, initial: false) {
    |                              `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 43 | 						guard let self else {
 44 | 							return
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:41:73: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |
 40 | 				// The `@MainActor` is important as the `.send()` method doesn't inherit the `@MainActor` from the class.
 41 | 				task = .detached(priority: .userInitiated) { @MainActor [weak self, key] in
    |                                                                         `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 | 					for await _ in Defaults.updates(key, initial: false) {
 43 | 						guard let self else {
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:58:12: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 56 |
 57 | 						Task { @MainActor in
 58 | 							self?.objectWillChange.send()
    |            `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 59 | 						}
 60 | 					}
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/SwiftUI.swift:52:20: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 50 | 			} else {
 51 | 				cancellable = Defaults.publisher(key, options: [.prior])
 52 | 					.sink { [weak self] change in
    |                    `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 53 | 						guard change.isPrior else {
 54 | 							return
[95/135] Compiling Defaults UserDefaults.swift
[96/135] Compiling Defaults Observation+Combine.swift
[97/135] Compiling SwiftSyntax Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:286:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
284 | 			observation.start(options: initial ? [.initial] : [])
285 |
286 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
287 | 				// `invalidate()` should be thread-safe, but it is not in practice.
288 | 				Task { @MainActor in
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:336:33: warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
334 | 			let immutableObservations = observations
335 |
336 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
337 | 				// `invalidate()` should be thread-safe, but it is not in practice.
338 | 				Task { @MainActor in
[98/135] Compiling SwiftSyntax ChildNameForKeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:286:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
284 | 			observation.start(options: initial ? [.initial] : [])
285 |
286 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
287 | 				// `invalidate()` should be thread-safe, but it is not in practice.
288 | 				Task { @MainActor in
/Users/admin/builder/spi-builder-workspace/Sources/Defaults/Defaults.swift:336:33: warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
334 | 			let immutableObservations = observations
335 |
336 | 			continuation.onTermination = { _ in
    |                                 `- warning: capture of non-sendable type '(each Value).Type' in an isolated closure; this is an error in the Swift 6 language mode
337 | 				// `invalidate()` should be thread-safe, but it is not in practice.
338 | 				Task { @MainActor in
[105/135] Emitting module Defaults
[106/135] Compiling SwiftSyntax SourceEdit.swift
[107/135] Compiling SwiftSyntax SourceLength.swift
[108/135] Compiling SwiftSyntax SourceLocation.swift
[109/135] Compiling SwiftSyntax SourcePresence.swift
[110/135] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[111/135] Compiling SwiftSyntax Syntax.swift
[112/135] Compiling SwiftSyntax SyntaxArena.swift
[113/135] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[114/135] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[115/135] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[116/135] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[117/135] Compiling SwiftSyntax RawSyntaxValidation.swift
[118/135] Compiling SwiftSyntax SyntaxNodesAB.swift
[119/135] Compiling SwiftSyntax SyntaxNodesC.swift
[126/135] Compiling SwiftSyntax SyntaxBaseNodes.swift
[127/135] Compiling SwiftSyntax SyntaxNodesD.swift
[128/135] Compiling SwiftSyntax SyntaxNodesEF.swift
[129/135] Compiling SwiftSyntax SyntaxNodesGHI.swift
[130/135] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[131/135] Compiling SwiftSyntax SyntaxNodesOP.swift
[132/135] Compiling SwiftSyntax SyntaxNodesQRS.swift
[133/135] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[134/194] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[135/194] Compiling SwiftBasicFormat Syntax+Extensions.swift
[136/194] Compiling SwiftBasicFormat Indenter.swift
[137/194] Compiling SwiftBasicFormat InferIndentation.swift
[138/194] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[139/194] Compiling SwiftDiagnostics Message.swift
[140/195] Compiling SwiftBasicFormat BasicFormat.swift
[141/195] Emitting module SwiftBasicFormat
[142/195] Compiling SwiftDiagnostics Note.swift
[143/195] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[144/195] Compiling SwiftDiagnostics FixIt.swift
[145/195] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[146/195] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[147/195] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[148/195] Compiling SwiftDiagnostics Convenience.swift
[149/195] Compiling SwiftDiagnostics Diagnostic.swift
[150/195] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[151/195] Emitting module SwiftDiagnostics
[152/195] Compiling SwiftParser TokenConsumer.swift
[153/195] Compiling SwiftParser TokenPrecedence.swift
[154/195] Compiling SwiftParser TokenSpec.swift
[155/195] Compiling SwiftParser TokenSpecSet.swift
[156/199] Compiling SwiftParser StringLiterals.swift
[157/199] Compiling SwiftParser SwiftParserCompatibility.swift
[158/199] Compiling SwiftParser SwiftVersion.swift
[159/199] Compiling SwiftParser SyntaxUtils.swift
[160/199] Compiling SwiftParser TopLevel.swift
[161/199] Compiling SwiftParser TriviaParser.swift
[162/199] Compiling SwiftParser Types.swift
[163/199] Compiling SwiftParser ExperimentalFeatures.swift
[164/199] Compiling SwiftParser UnicodeScalarExtensions.swift
[165/199] Compiling SwiftParser Lookahead.swift
[166/199] Compiling SwiftParser LoopProgressCondition.swift
[167/199] Compiling SwiftParser Modifiers.swift
[168/199] Compiling SwiftParser Names.swift
[169/199] Compiling SwiftParser Nominals.swift
[170/199] Compiling SwiftParser Parameters.swift
[171/199] Compiling SwiftParser ParseSourceFile.swift
[172/199] Compiling SwiftParser Parser.swift
[173/199] Compiling SwiftParser Patterns.swift
[174/199] Compiling SwiftParser Recovery.swift
[175/199] Compiling SwiftParser Specifiers.swift
[176/199] Compiling SwiftParser Statements.swift
[177/199] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[178/199] Emitting module SwiftParser
[179/199] Compiling SwiftParser Attributes.swift
[180/199] Compiling SwiftParser Availability.swift
[181/199] Compiling SwiftParser CharacterInfo.swift
[182/199] Compiling SwiftParser CollectionNodes+Parsable.swift
[183/199] Compiling SwiftParser Declarations.swift
[184/199] Compiling SwiftParser Directives.swift
[185/199] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[186/199] Compiling SwiftParser Expressions.swift
[187/199] Compiling SwiftParser IncrementalParseTransition.swift
[188/199] Compiling SwiftParser IsValidIdentifier.swift
[189/199] Compiling SwiftParser Cursor.swift
[190/199] Compiling SwiftParser Lexeme.swift
[191/199] Compiling SwiftParser LexemeSequence.swift
[192/199] Compiling SwiftParser Lexer.swift
[193/199] Compiling SwiftParser RegexLiteralLexer.swift
[194/199] Compiling SwiftParser IsLexerClassified.swift
[195/199] Compiling SwiftParser LayoutNodes+Parsable.swift
[196/199] Compiling SwiftParser Parser+TokenSpecSet.swift
[197/199] Compiling SwiftParser TokenSpecStaticMembers.swift
[198/222] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[199/223] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[200/223] Compiling SwiftOperators PrecedenceGraph.swift
[201/223] Compiling SwiftOperators PrecedenceGroup.swift
[202/223] Compiling SwiftOperators OperatorTable.swift
[203/224] Compiling SwiftOperators OperatorTable+Semantics.swift
[204/224] Compiling SwiftOperators OperatorError.swift
[205/224] Compiling SwiftOperators OperatorTable+Defaults.swift
[206/224] Compiling SwiftOperators Operator.swift
[207/224] Compiling SwiftOperators OperatorTable+Folding.swift
[208/224] Compiling SwiftOperators OperatorError+Diagnostics.swift
[209/224] Emitting module SwiftOperators
[210/224] Compiling SwiftOperators SyntaxSynthesis.swift
[211/224] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[212/224] Compiling SwiftParserDiagnostics Utils.swift
[213/224] Compiling SwiftParserDiagnostics PresenceUtils.swift
[214/224] Compiling SwiftParserDiagnostics MissingNodesError.swift
[215/224] Compiling SwiftParserDiagnostics MissingTokenError.swift
[216/224] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[217/224] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[218/224] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[219/224] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[220/224] Emitting module SwiftParserDiagnostics
[221/224] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[222/224] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[223/239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[224/239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[225/240] Compiling SwiftSyntaxBuilder Indenter.swift
[226/240] Compiling SwiftSyntaxBuilder ListBuilder.swift
[227/240] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[228/240] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[229/240] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[230/240] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[231/240] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[232/240] Emitting module SwiftSyntaxBuilder
[233/240] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[234/240] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[235/240] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[236/240] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[237/240] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[238/240] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[239/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[240/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[241/259] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[242/259] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[243/259] Compiling SwiftSyntaxMacros Macro.swift
[244/259] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[245/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[246/259] Compiling SwiftSyntaxMacros MemberMacro.swift
[247/259] Compiling SwiftSyntaxMacros PeerMacro.swift
[248/259] Compiling SwiftSyntaxMacros AttachedMacro.swift
[249/259] Compiling SwiftSyntaxMacros BodyMacro.swift
[250/259] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[251/259] Compiling SwiftSyntaxMacros Macro+Format.swift
[252/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[253/259] Compiling SwiftSyntaxMacros AccessorMacro.swift
[254/259] Emitting module SwiftSyntaxMacros
[255/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[256/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[257/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[258/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[259/269] Emitting module SwiftSyntaxMacroExpansion
[260/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[261/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[262/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[263/269] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[264/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[265/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[266/269] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[267/269] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[268/281] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[269/281] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[270/281] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[271/281] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[272/281] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[273/281] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[274/281] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[275/281] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[276/281] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[277/281] Emitting module SwiftCompilerPluginMessageHandling
[278/281] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[279/281] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[280/282] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[281/284] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[282/284] Emitting module SwiftCompilerPlugin
[283/287] Emitting module DefaultsMacrosDeclarations
[284/287] Compiling DefaultsMacrosDeclarations DefaultsMacrosPlugin.swift
[285/287] Compiling DefaultsMacrosDeclarations ObservableDefaultMacro.swift
[285/287] Write Objects.LinkFileList
[286/287] Linking DefaultsMacrosDeclarations-tool
[288/291] Compiling DefaultsMacros ObservableDefault.swift
[289/291] Emitting module DefaultsMacros
[290/291] Compiling DefaultsMacros ObservableDefault.swift
[291/291] Emitting module DefaultsMacros
Build complete! (32.89s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70927] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (6.02s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Defaults",
  "name" : "Defaults",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Defaults",
      "targets" : [
        "Defaults"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DefaultsMacros",
      "targets" : [
        "DefaultsMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DefaultsMacrosDeclarations",
      "targets" : [
        "DefaultsMacrosDeclarations"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DefaultsTests",
      "module_type" : "SwiftTarget",
      "name" : "DefaultsTests",
      "path" : "Tests/DefaultsTests",
      "sources" : [
        "Defaults+iCloudTests.swift",
        "DefaultsAnySeriliazableTests.swift",
        "DefaultsArrayTests.swift",
        "DefaultsCodableEnumTests.swift",
        "DefaultsCodableTests.swift",
        "DefaultsCollectionCustomElementTests.swift",
        "DefaultsCollectionTests.swift",
        "DefaultsColorTests.swift",
        "DefaultsCustomBridgeTests.swift",
        "DefaultsDictionaryTests.swift",
        "DefaultsEnumTests.swift",
        "DefaultsNSColorTests.swift",
        "DefaultsNSSecureCodingTests.swift",
        "DefaultsRangeTests.swift",
        "DefaultsSetAlgebraCustomElementTests.swift",
        "DefaultsSetAlgebraTests.swift",
        "DefaultsSetTests.swift",
        "DefaultsSwiftUITests.swift",
        "DefaultsTests.swift",
        "DefaultsUIColorTests.swift"
      ],
      "target_dependencies" : [
        "Defaults"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DefaultsMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "DefaultsMacrosTests",
      "path" : "Tests/DefaultsMacrosTests",
      "sources" : [
        "ObservableDefaultTests.swift"
      ],
      "target_dependencies" : [
        "Defaults",
        "DefaultsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DefaultsMacrosDeclarationsTests",
      "module_type" : "SwiftTarget",
      "name" : "DefaultsMacrosDeclarationsTests",
      "path" : "Tests/DefaultsMacrosDeclarationsTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ObservableDefaultMacroTests.swift"
      ],
      "target_dependencies" : [
        "DefaultsMacros",
        "DefaultsMacrosDeclarations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DefaultsMacrosDeclarations",
      "module_type" : "SwiftTarget",
      "name" : "DefaultsMacrosDeclarations",
      "path" : "Sources/DefaultsMacrosDeclarations",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "DefaultsMacros",
        "DefaultsMacrosDeclarations"
      ],
      "sources" : [
        "DefaultsMacrosPlugin.swift",
        "ObservableDefaultMacro.swift"
      ],
      "target_dependencies" : [
        "Defaults"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DefaultsMacros",
      "module_type" : "SwiftTarget",
      "name" : "DefaultsMacros",
      "path" : "Sources/DefaultsMacros",
      "product_memberships" : [
        "DefaultsMacros"
      ],
      "sources" : [
        "ObservableDefault.swift"
      ],
      "target_dependencies" : [
        "Defaults",
        "DefaultsMacrosDeclarations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Defaults",
      "module_type" : "SwiftTarget",
      "name" : "Defaults",
      "path" : "Sources/Defaults",
      "product_memberships" : [
        "Defaults",
        "DefaultsMacros",
        "DefaultsMacrosDeclarations"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Defaults/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Defaults+AnySerializable.swift",
        "Defaults+Bridge.swift",
        "Defaults+Extensions.swift",
        "Defaults+Protocol.swift",
        "Defaults+iCloud.swift",
        "Defaults.swift",
        "Observation+Combine.swift",
        "Observation.swift",
        "Reset.swift",
        "SwiftUI.swift",
        "UserDefaults.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.11"
}
Done.