The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Screws, reference main (afed31), with Swift 6.1 for macOS (SPM) on 19 Mar 2026 19:52:41 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rafaelfrancisco-dev/Screws.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rafaelfrancisco-dev/Screws
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at afed314 fix: remove .defaultIsolation for Swift 6.0 compatibility
Cloned https://github.com/rafaelfrancisco-dev/Screws.git
Revision (git rev-parse @):
afed31498c46d79b106c5f3643aca96ee357389b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/rafaelfrancisco-dev/Screws.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rafaelfrancisco-dev/Screws.git
https://github.com/rafaelfrancisco-dev/Screws.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Screws",
  "name" : "Screws",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Screws",
      "targets" : [
        "Screws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScrewsDynamic",
      "targets" : [
        "Screws"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ScrewsMacros",
      "targets" : [
        "ScrewsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScrewsTests",
      "module_type" : "SwiftTarget",
      "name" : "ScrewsTests",
      "path" : "Tests/ScrewsTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacroTests.swift",
        "ScrewsTests.swift"
      ],
      "target_dependencies" : [
        "Screws",
        "ScrewsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScrewsMacros",
      "module_type" : "SwiftTarget",
      "name" : "ScrewsMacros",
      "path" : "Sources/ScrewsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Screws",
        "ScrewsDynamic",
        "ScrewsMacros"
      ],
      "sources" : [
        "DTOGeneratorMacro.swift",
        "Macros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Screws",
      "module_type" : "SwiftTarget",
      "name" : "Screws",
      "path" : "Sources/Screws",
      "product_memberships" : [
        "Screws",
        "ScrewsDynamic"
      ],
      "sources" : [
        "DTOGenerator.swift",
        "Extensions/Array.swift",
        "Extensions/Convenience.swift",
        "Extensions/Date.swift",
        "Extensions/Double.swift",
        "Extensions/FloatingPoint.swift",
        "Extensions/SwiftUI/CenterModifier.swift",
        "Extensions/SwiftUI/FrameTracker.swift",
        "Extensions/SwiftUI/View.swift",
        "Extensions/Task.swift",
        "Screws.swift",
        "SkipEncode.swift"
      ],
      "target_dependencies" : [
        "ScrewsMacros"
      ],
      "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
Building for debugging...
[0/25] Write sources
[19/25] Write swift-version-2F0A5646E1D333AE.txt
[21/35] Emitting module SwiftSyntax602
[22/35] Emitting module SwiftSyntax509
[23/35] Compiling SwiftSyntax509 Empty.swift
[24/35] Compiling SwiftSyntax601 Empty.swift
[25/35] Emitting module SwiftSyntax601
[26/35] Compiling SwiftSyntax602 Empty.swift
[27/35] Emitting module SwiftSyntax510
[28/35] Compiling SwiftSyntax600 Empty.swift
[29/35] Emitting module SwiftSyntax600
[30/35] Compiling SwiftSyntax510 Empty.swift
[30/35] Compiling _SwiftSyntaxCShims PlatformMutex.c
[32/99] Compiling SwiftSyntax AbsolutePosition.swift
[33/99] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/99] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[35/99] Compiling SwiftSyntax Assert.swift
[36/99] Compiling SwiftSyntax BumpPtrAllocator.swift
[37/99] Compiling SwiftSyntax CommonAncestor.swift
[38/99] Compiling SwiftSyntax Convenience.swift
[39/106] Compiling SwiftSyntax SyntaxProtocol.swift
[40/106] Compiling SwiftSyntax SyntaxText.swift
[41/106] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[42/106] Compiling SwiftSyntax TokenDiagnostic.swift
[43/106] Compiling SwiftSyntax TokenSequence.swift
[44/106] Compiling SwiftSyntax TokenSyntax.swift
[45/106] Compiling SwiftSyntax Trivia.swift
[46/106] Compiling SwiftSyntax CustomTraits.swift
[47/106] Compiling SwiftSyntax EditorPlaceholder.swift
[48/106] Compiling SwiftSyntax Identifier.swift
[49/106] Compiling SwiftSyntax MemoryLayout.swift
[50/106] Compiling SwiftSyntax MissingNodeInitializers.swift
[51/106] Compiling SwiftSyntax RawSyntax.swift
[52/106] Compiling SwiftSyntax RawSyntaxArena.swift
[53/106] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[54/106] Compiling SwiftSyntax Syntax.swift
[55/106] Compiling SwiftSyntax SyntaxChildren.swift
[56/106] Compiling SwiftSyntax SyntaxCollection.swift
[57/106] Compiling SwiftSyntax SyntaxHashable.swift
[58/106] Compiling SwiftSyntax SyntaxIdentifier.swift
[59/106] Compiling SwiftSyntax SyntaxNodeStructure.swift
[60/106] Emitting module SwiftSyntax
[61/106] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[62/106] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[63/106] Compiling SwiftSyntax RawSyntaxTokenView.swift
[64/106] Compiling SwiftSyntax SourceEdit.swift
[65/106] Compiling SwiftSyntax SourceLength.swift
[66/106] Compiling SwiftSyntax SourceLocation.swift
[67/106] Compiling SwiftSyntax SourcePresence.swift
[68/106] Compiling SwiftSyntax Tokens.swift
[69/106] Compiling SwiftSyntax TriviaPieces.swift
[70/106] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[71/106] Compiling SwiftSyntax RawSyntaxNodesC.swift
[72/106] Compiling SwiftSyntax RawSyntaxNodesD.swift
[73/106] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/106] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/106] Compiling SwiftSyntax SyntaxCollections.swift
[76/106] Compiling SwiftSyntax SyntaxEnum.swift
[77/106] Compiling SwiftSyntax SyntaxKind.swift
[78/106] Compiling SwiftSyntax SyntaxRewriter.swift
[79/106] Compiling SwiftSyntax SyntaxTraits.swift
[80/106] Compiling SwiftSyntax SyntaxVisitor.swift
[81/106] Compiling SwiftSyntax TokenKind.swift
[82/106] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[83/106] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[84/106] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[85/106] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[86/106] Compiling SwiftSyntax RawSyntaxValidation.swift
[87/106] Compiling SwiftSyntax SyntaxNodesAB.swift
[88/106] Compiling SwiftSyntax SyntaxNodesC.swift
[89/106] Compiling SwiftSyntax Utils.swift
[90/106] Compiling SwiftSyntax ChildNameForKeyPath.swift
[91/106] Compiling SwiftSyntax Keyword.swift
[92/106] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[93/106] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[94/106] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[95/106] Compiling SwiftSyntax SyntaxBaseNodes.swift
[96/106] Compiling SwiftSyntax SyntaxNodesD.swift
[97/106] Compiling SwiftSyntax SyntaxNodesEF.swift
[98/106] Compiling SwiftSyntax SyntaxNodesGHI.swift
[99/106] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[100/106] Compiling SwiftSyntax SyntaxNodesOP.swift
[101/106] Compiling SwiftSyntax SyntaxNodesQRS.swift
[102/106] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[103/166] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[104/166] Compiling SwiftDiagnostics Message.swift
[105/167] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[106/167] Emitting module SwiftDiagnostics
[107/167] Compiling SwiftDiagnostics Diagnostic.swift
[108/167] Compiling SwiftDiagnostics Convenience.swift
[109/167] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[110/167] Compiling SwiftBasicFormat Indenter.swift
[111/167] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/167] Compiling SwiftBasicFormat InferIndentation.swift
[113/167] Compiling SwiftDiagnostics Note.swift
[114/167] Compiling SwiftDiagnostics FixIt.swift
[115/167] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[116/167] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[117/167] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[118/167] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[119/167] Emitting module SwiftBasicFormat
[120/167] Compiling SwiftBasicFormat BasicFormat.swift
[121/167] Compiling SwiftParser TopLevel.swift
[122/167] Compiling SwiftParser TriviaParser.swift
[123/167] Compiling SwiftParser Types.swift
[124/167] Compiling SwiftParser ExperimentalFeatures.swift
[125/171] Compiling SwiftParser StringLiterals.swift
[126/171] Compiling SwiftParser SwiftParserCompatibility.swift
[127/171] Compiling SwiftParser SwiftVersion.swift
[128/171] Compiling SwiftParser SyntaxUtils.swift
[129/171] Compiling SwiftParser TokenConsumer.swift
[130/171] Compiling SwiftParser TokenPrecedence.swift
[131/171] Compiling SwiftParser TokenSpec.swift
[132/171] Compiling SwiftParser TokenSpecSet.swift
[133/171] Compiling SwiftParser RegexLiteralLexer.swift
[134/171] Compiling SwiftParser UnicodeScalarExtensions.swift
[135/171] Compiling SwiftParser Lookahead.swift
[136/171] Compiling SwiftParser LoopProgressCondition.swift
[137/171] Compiling SwiftParser Modifiers.swift
[138/171] Emitting module SwiftParser
[139/171] Compiling SwiftParser Names.swift
[140/171] Compiling SwiftParser Nominals.swift
[141/171] Compiling SwiftParser Parameters.swift
[142/171] Compiling SwiftParser ParseSourceFile.swift
[143/171] Compiling SwiftParser Parser.swift
[144/171] Compiling SwiftParser Patterns.swift
[145/171] Compiling SwiftParser Recovery.swift
[146/171] Compiling SwiftParser Specifiers.swift
[147/171] Compiling SwiftParser Statements.swift
[148/171] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[149/171] Compiling SwiftParser IsValidIdentifier.swift
[150/171] Compiling SwiftParser Cursor.swift
[151/171] Compiling SwiftParser Lexeme.swift
[152/171] Compiling SwiftParser LexemeSequence.swift
[153/171] Compiling SwiftParser Lexer.swift
[154/171] Compiling SwiftParser Attributes.swift
[155/171] Compiling SwiftParser Availability.swift
[156/171] Compiling SwiftParser CharacterInfo.swift
[157/171] Compiling SwiftParser CollectionNodes+Parsable.swift
[158/171] Compiling SwiftParser CompilerFiles.swift
[159/171] Compiling SwiftParser Declarations.swift
[160/171] Compiling SwiftParser Directives.swift
[161/171] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[162/171] Compiling SwiftParser Expressions.swift
[163/171] Compiling SwiftParser IncrementalParseTransition.swift
[164/171] Compiling SwiftParser IsLexerClassified.swift
[165/171] Compiling SwiftParser LayoutNodes+Parsable.swift
[166/171] Compiling SwiftParser Parser+TokenSpecSet.swift
[167/171] Compiling SwiftParser TokenSpecStaticMembers.swift
[168/194] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[169/195] Compiling SwiftOperators PrecedenceGroup.swift
[170/195] Compiling SwiftOperators OperatorTable.swift
[171/195] Compiling SwiftOperators OperatorTable+Semantics.swift
[172/196] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[173/196] Compiling SwiftOperators PrecedenceGraph.swift
[174/196] Compiling SwiftOperators OperatorTable+Defaults.swift
[175/196] Compiling SwiftOperators OperatorError+Diagnostics.swift
[176/196] Compiling SwiftOperators Operator.swift
[177/196] Compiling SwiftOperators OperatorError.swift
[178/196] Emitting module SwiftOperators
[179/196] Compiling SwiftOperators OperatorTable+Folding.swift
[180/196] Compiling SwiftParserDiagnostics Utils.swift
[181/196] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[182/196] Compiling SwiftOperators SyntaxSynthesis.swift
[183/196] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[184/196] Compiling SwiftParserDiagnostics PresenceUtils.swift
[185/196] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[186/196] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[187/196] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[188/196] Compiling SwiftParserDiagnostics MissingNodesError.swift
[189/196] Compiling SwiftParserDiagnostics MissingTokenError.swift
[190/196] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[191/196] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[192/196] Emitting module SwiftParserDiagnostics
[193/211] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[194/211] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[195/211] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[196/212] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[197/212] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[198/212] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[199/212] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[200/212] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[201/212] Compiling SwiftSyntaxBuilder Indenter.swift
[202/212] Compiling SwiftSyntaxBuilder ListBuilder.swift
[203/212] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[204/212] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[205/212] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[206/212] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[207/212] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[208/212] Emitting module SwiftSyntaxBuilder
[209/230] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[210/230] Compiling SwiftSyntaxMacros Macro+Format.swift
[211/231] Compiling SwiftSyntaxMacros Macro.swift
[212/231] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[213/231] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[214/231] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[215/231] Compiling SwiftSyntaxMacros PreambleMacro.swift
[216/231] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[217/231] Compiling SwiftSyntaxMacros AccessorMacro.swift
[218/231] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[219/231] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[220/231] Compiling SwiftSyntaxMacros AttachedMacro.swift
[221/231] Compiling SwiftSyntaxMacros BodyMacro.swift
[222/231] Emitting module SwiftSyntaxMacros
[223/231] Compiling SwiftSyntaxMacros MemberMacro.swift
[224/231] Compiling SwiftSyntaxMacros PeerMacro.swift
[225/231] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[226/231] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[227/231] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[228/241] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[229/241] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[230/241] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[231/241] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[232/241] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[233/241] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[234/241] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[235/241] Emitting module SwiftSyntaxMacroExpansion
[236/241] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[237/241] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[238/253] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[239/253] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[240/253] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[241/253] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[242/253] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[243/253] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[244/253] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[245/253] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[246/253] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[247/253] Emitting module SwiftCompilerPluginMessageHandling
[248/253] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[249/253] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[250/254] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[251/256] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[252/256] Emitting module SwiftCompilerPlugin
[253/259] Compiling ScrewsMacros Macros.swift
[254/259] Emitting module ScrewsMacros
[255/259] Compiling ScrewsMacros DTOGeneratorMacro.swift
[255/259] Write Objects.LinkFileList
[256/259] Linking ScrewsMacros-tool
[258/283] Compiling Screws Screws.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/285] Compiling Screws Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/285] Compiling Screws SkipEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/285] Compiling Screws DTOGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/285] Compiling Screws Array.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/285] Compiling Screws FloatingPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/285] Compiling Screws FrameTracker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/285] Compiling Screws View.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/285] Compiling Screws FrameTracker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/285] Compiling Screws Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/285] Compiling Screws Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/285] Compiling Screws FloatingPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/285] Emitting module Screws
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/285] Compiling Screws CenterModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/285] Compiling Screws Double.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[279/285] Compiling Screws CenterModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/285] Emitting module Screws
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/285] Compiling Screws View.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/285] Write Objects.LinkFileList
[284/285] Linking libScrewsDynamic.dylib
Build complete! (36.35s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (2.17s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (5.65s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Screws",
  "name" : "Screws",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Screws",
      "targets" : [
        "Screws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScrewsDynamic",
      "targets" : [
        "Screws"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ScrewsMacros",
      "targets" : [
        "ScrewsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScrewsTests",
      "module_type" : "SwiftTarget",
      "name" : "ScrewsTests",
      "path" : "Tests/ScrewsTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacroTests.swift",
        "ScrewsTests.swift"
      ],
      "target_dependencies" : [
        "Screws",
        "ScrewsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScrewsMacros",
      "module_type" : "SwiftTarget",
      "name" : "ScrewsMacros",
      "path" : "Sources/ScrewsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Screws",
        "ScrewsDynamic",
        "ScrewsMacros"
      ],
      "sources" : [
        "DTOGeneratorMacro.swift",
        "Macros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Screws",
      "module_type" : "SwiftTarget",
      "name" : "Screws",
      "path" : "Sources/Screws",
      "product_memberships" : [
        "Screws",
        "ScrewsDynamic"
      ],
      "sources" : [
        "DTOGenerator.swift",
        "Extensions/Array.swift",
        "Extensions/Convenience.swift",
        "Extensions/Date.swift",
        "Extensions/Double.swift",
        "Extensions/FloatingPoint.swift",
        "Extensions/SwiftUI/CenterModifier.swift",
        "Extensions/SwiftUI/FrameTracker.swift",
        "Extensions/SwiftUI/View.swift",
        "Extensions/Task.swift",
        "Screws.swift",
        "SkipEncode.swift"
      ],
      "target_dependencies" : [
        "ScrewsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.