Build Information
Successful build of Defaults, reference 9.0.4 (b14cc5
), with Swift 6.2 (beta) for macOS (SPM) on 30 Aug 2025 15:46:11 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindresorhus/Defaults.git
Reference: 9.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/Defaults
* tag 9.0.4 -> FETCH_HEAD
HEAD is now at b14cc56 Minor tweaks
Cloned https://github.com/sindresorhus/Defaults.git
Revision (git rev-parse @):
b14cc56dcf9efe09f9e41cf7e088bc2d963a661d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sindresorhus/Defaults.git at 9.0.4
========================================
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
[11/26] Copying PrivacyInfo.xcprivacy
[11/26] Write sources
[20/26] Copying PrivacyInfo.xcprivacy
[21/26] Write sources
[22/26] Compiling _SwiftSyntaxCShims dummy.c
[23/26] Write swift-version-1EA4D86E10B52AF.txt
[25/60] Compiling SwiftSyntax600 Empty.swift
[26/60] Compiling SwiftSyntax510 Empty.swift
[27/60] Emitting module SwiftSyntax600
[28/60] Emitting module SwiftSyntax510
[29/60] Compiling SwiftSyntax509 Empty.swift
[30/60] Emitting module SwiftSyntax509
[31/60] Emitting module SwiftSyntax601
[32/60] Compiling SwiftSyntax601 Empty.swift
[33/126] Compiling SwiftSyntax AbsolutePosition.swift
[34/126] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[35/126] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[36/126] Compiling SwiftSyntax Assert.swift
[37/126] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/126] Compiling SwiftSyntax CommonAncestor.swift
[39/126] Compiling SwiftSyntax Convenience.swift
[40/126] Compiling SwiftSyntax CustomTraits.swift
[41/133] Compiling SwiftSyntax SourceEdit.swift
[42/133] Compiling SwiftSyntax SourceLength.swift
[43/133] Compiling SwiftSyntax SourceLocation.swift
[44/133] Compiling SwiftSyntax SourcePresence.swift
[45/133] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[46/133] Compiling SwiftSyntax Syntax.swift
[47/133] Compiling SwiftSyntax SyntaxArena.swift
[48/133] Emitting module SwiftSyntax
[49/133] Emitting module Defaults
[50/134] Compiling Defaults resource_bundle_accessor.swift
[51/134] Compiling Defaults Observation+Combine.swift
[52/134] Compiling Defaults Observation.swift
[53/134] Compiling Defaults Utilities.swift
[54/134] Compiling Defaults UserDefaults.swift
[55/134] Compiling Defaults Utilities.swift
[56/134] Compiling Defaults UserDefaults.swift
[57/135] Compiling Defaults resource_bundle_accessor.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
/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
[64/135] Compiling SwiftSyntax SyntaxCollections.swift
[65/135] Compiling SwiftSyntax SyntaxEnum.swift
[66/135] Compiling SwiftSyntax SyntaxKind.swift
[67/135] Compiling SwiftSyntax SyntaxRewriter.swift
[68/135] Compiling SwiftSyntax SyntaxTraits.swift
[69/135] Compiling SwiftSyntax SyntaxVisitor.swift
[70/135] Compiling SwiftSyntax TokenKind.swift
[71/135] Compiling Defaults Reset.swift
[72/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
[73/135] Compiling Defaults Reset.swift
[74/135] Compiling Defaults Observation+Combine.swift
[75/135] Compiling Defaults Observation.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
/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
[78/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
[81/135] Emitting module Defaults
[84/135] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[85/135] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[86/135] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[87/135] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[88/135] Compiling SwiftSyntax RawSyntaxValidation.swift
[89/135] Compiling SwiftSyntax SyntaxNodesAB.swift
[90/135] Compiling SwiftSyntax SyntaxNodesC.swift
[91/135] Compiling SwiftSyntax SyntaxProtocol.swift
[92/135] Compiling SwiftSyntax SyntaxText.swift
[93/135] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[94/135] Compiling SwiftSyntax TokenDiagnostic.swift
[95/135] Compiling SwiftSyntax TokenSequence.swift
[96/135] Compiling SwiftSyntax TokenSyntax.swift
[97/135] Compiling SwiftSyntax Trivia.swift
[98/135] Compiling SwiftSyntax Tokens.swift
[99/135] Compiling SwiftSyntax TriviaPieces.swift
[100/135] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[101/135] Compiling SwiftSyntax RawSyntaxNodesC.swift
[102/135] Compiling SwiftSyntax RawSyntaxNodesD.swift
[103/135] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[104/135] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[105/135] Compiling SwiftSyntax EditorPlaceholder.swift
[106/135] Compiling SwiftSyntax Identifier.swift
[107/135] Compiling SwiftSyntax MemoryLayout.swift
[108/135] Compiling SwiftSyntax MissingNodeInitializers.swift
[109/135] Compiling SwiftSyntax RawSyntax.swift
[110/135] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[111/135] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[112/135] Compiling SwiftSyntax RawSyntaxTokenView.swift
[113/135] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[114/135] Compiling SwiftSyntax SyntaxChildren.swift
[115/135] Compiling SwiftSyntax SyntaxCollection.swift
[116/135] Compiling SwiftSyntax SyntaxHashable.swift
[117/135] Compiling SwiftSyntax SyntaxIdentifier.swift
[118/135] Compiling SwiftSyntax SyntaxNodeFactory.swift
[119/135] Compiling SwiftSyntax SyntaxNodeStructure.swift
[120/135] Compiling SwiftSyntax Utils.swift
[121/135] Compiling SwiftSyntax ChildNameForKeyPath.swift
[122/135] Compiling SwiftSyntax Keyword.swift
[123/135] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[124/135] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[125/135] Compiling SwiftSyntax SyntaxAnyVisitor.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 SwiftDiagnostics Message.swift
[135/194] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[136/194] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[137/195] Compiling SwiftBasicFormat Syntax+Extensions.swift
[138/195] Compiling SwiftDiagnostics Note.swift
[139/195] Compiling SwiftBasicFormat Indenter.swift
[140/195] Compiling SwiftBasicFormat InferIndentation.swift
[141/195] Compiling SwiftBasicFormat BasicFormat.swift
[142/195] Emitting module SwiftBasicFormat
[143/195] Compiling SwiftDiagnostics FixIt.swift
[144/195] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[145/195] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[146/195] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[147/195] Emitting module SwiftDiagnostics
[148/195] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[149/195] Compiling SwiftDiagnostics Convenience.swift
[150/195] Compiling SwiftDiagnostics Diagnostic.swift
[151/195] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[152/195] Compiling SwiftParser StringLiterals.swift
[153/195] Compiling SwiftParser SwiftParserCompatibility.swift
[154/195] Compiling SwiftParser SwiftVersion.swift
[155/195] Compiling SwiftParser SyntaxUtils.swift
[156/199] Compiling SwiftParser TopLevel.swift
[157/199] Compiling SwiftParser TriviaParser.swift
[158/199] Compiling SwiftParser Types.swift
[159/199] Compiling SwiftParser ExperimentalFeatures.swift
[160/199] Compiling SwiftParser Nominals.swift
[161/199] Compiling SwiftParser Parameters.swift
[162/199] Compiling SwiftParser ParseSourceFile.swift
[163/199] Compiling SwiftParser Parser.swift
[164/199] Compiling SwiftParser Patterns.swift
[165/199] Compiling SwiftParser TokenConsumer.swift
[166/199] Compiling SwiftParser TokenPrecedence.swift
[167/199] Compiling SwiftParser TokenSpec.swift
[168/199] Compiling SwiftParser TokenSpecSet.swift
[169/199] Compiling SwiftParser Recovery.swift
[170/199] Compiling SwiftParser Specifiers.swift
[171/199] Compiling SwiftParser Statements.swift
[172/199] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[173/199] Compiling SwiftParser Directives.swift
[174/199] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/199] Compiling SwiftParser Expressions.swift
[176/199] Compiling SwiftParser IncrementalParseTransition.swift
[177/199] Compiling SwiftParser IsValidIdentifier.swift
[178/199] Compiling SwiftParser UnicodeScalarExtensions.swift
[179/199] Compiling SwiftParser Lookahead.swift
[180/199] Compiling SwiftParser LoopProgressCondition.swift
[181/199] Compiling SwiftParser Modifiers.swift
[182/199] Compiling SwiftParser Names.swift
[183/199] Emitting module SwiftParser
[184/199] Compiling SwiftParser Attributes.swift
[185/199] Compiling SwiftParser Availability.swift
[186/199] Compiling SwiftParser CharacterInfo.swift
[187/199] Compiling SwiftParser CollectionNodes+Parsable.swift
[188/199] Compiling SwiftParser Declarations.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 SwiftOperators PrecedenceGroup.swift
[199/223] Compiling SwiftOperators OperatorTable.swift
[200/223] Compiling SwiftOperators PrecedenceGraph.swift
[201/223] Compiling SwiftOperators OperatorTable+Semantics.swift
[202/223] Compiling SwiftOperators SyntaxSynthesis.swift
[203/223] Compiling SwiftOperators OperatorTable+Defaults.swift
[204/223] Compiling SwiftOperators OperatorError.swift
[205/223] Compiling SwiftOperators Operator.swift
[206/223] Emitting module SwiftOperators
[207/223] Compiling SwiftOperators OperatorError+Diagnostics.swift
[208/223] Compiling SwiftOperators OperatorTable+Folding.swift
[209/223] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[210/223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[211/223] Compiling SwiftParserDiagnostics Utils.swift
[212/223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[213/223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[214/224] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[215/224] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[216/224] Emitting module SwiftParserDiagnostics
[217/224] Compiling SwiftParserDiagnostics MissingNodesError.swift
[218/224] Compiling SwiftParserDiagnostics MissingTokenError.swift
[219/224] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[220/224] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[221/224] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[222/224] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[223/239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[224/239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[225/239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[226/239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[227/239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[228/239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[229/239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[230/239] Compiling SwiftSyntaxBuilder Indenter.swift
[231/239] Compiling SwiftSyntaxBuilder ListBuilder.swift
[232/239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[233/239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[234/239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[235/239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[236/239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[237/239] Emitting module SwiftSyntaxBuilder
[238/240] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[239/258] Compiling SwiftSyntaxMacros Macro.swift
[240/258] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[241/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[242/259] Compiling SwiftSyntaxMacros AccessorMacro.swift
[243/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[244/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[245/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[246/259] Emitting module SwiftSyntaxMacros
[247/259] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[248/259] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[249/259] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[250/259] Compiling SwiftSyntaxMacros Macro+Format.swift
[251/259] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[252/259] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[253/259] Compiling SwiftSyntaxMacros AttachedMacro.swift
[254/259] Compiling SwiftSyntaxMacros BodyMacro.swift
[255/259] Compiling SwiftSyntaxMacros MemberMacro.swift
[256/259] Compiling SwiftSyntaxMacros PeerMacro.swift
[257/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[258/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[259/269] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[260/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[261/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[262/269] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[263/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[264/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[265/269] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[266/269] Emitting module SwiftSyntaxMacroExpansion
[267/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[268/281] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[269/282] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[270/282] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[271/282] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[272/282] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[273/282] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[274/282] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[275/282] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[276/282] Emitting module SwiftCompilerPluginMessageHandling
[277/282] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[278/282] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[279/282] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[280/282] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[281/284] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[282/284] Emitting module SwiftCompilerPlugin
[283/287] Emitting module DefaultsMacrosDeclarations
[284/287] Compiling DefaultsMacrosDeclarations ObservableDefaultMacro.swift
[285/287] Compiling DefaultsMacrosDeclarations DefaultsMacrosPlugin.swift
[285/287] Write Objects.LinkFileList
[286/287] Linking DefaultsMacrosDeclarations-tool
[288/291] Compiling DefaultsMacros ObservableDefault.swift
[290/291] Emitting module DefaultsMacros
Build complete! (32.29s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71841] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (2.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (5.64s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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.