The Swift Package Index logo.Swift Package Index

Build Information

Successful build of QtBridge, reference 0.1.1-alpha (403c59), with Swift 6.1 for macOS (SPM) on 3 Mar 2026 16:25:12 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qt/qtbridge-swift.git
Reference: 0.1.1-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/qt/qtbridge-swift
 * tag               0.1.1-alpha -> FETCH_HEAD
HEAD is now at 403c590 Document Linux and CMake support
Cloned https://github.com/qt/qtbridge-swift.git
Revision (git rev-parse @):
403c5901553f1d39e785695bbc4bbc283a77d7f3
SUCCESS checkout https://github.com/qt/qtbridge-swift.git at 0.1.1-alpha
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/qt/qtbridge-swift.git
https://github.com/qt/qtbridge-swift.git
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "qtforswift",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://git.qt.io/qtbridge/qtforswift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "QtBridge",
  "name" : "QtBridge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "QtBridge",
      "targets" : [
        "QtBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QtBridgeMacros",
      "targets" : [
        "QtBridgeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QtQuickTests",
      "module_type" : "SwiftTarget",
      "name" : "QtQuickTests",
      "path" : "Tests/QtQuickTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/QtQuickTests/Resources/qml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SwiftBackends/CustomTypeQListModel.swift",
        "SwiftBackends/ListModel.swift",
        "SwiftBackends/QtQuickTestsEntry.swift",
        "SwiftBackends/Signals.swift",
        "SwiftBackends/SimpleQListModel.swift"
      ],
      "target_dependencies" : [
        "QtBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QtBridgeXCTests",
      "module_type" : "SwiftTarget",
      "name" : "QtBridgeXCTests",
      "path" : "Tests/QtBridgeXCTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "QListModel.swift",
        "QtBridgeableOutputs.swift",
        "QtBridgesMacros.swift"
      ],
      "target_dependencies" : [
        "QtBridge",
        "QtBridgeMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QtBridgeMacros",
      "module_type" : "SwiftTarget",
      "name" : "QtBridgeMacros",
      "path" : "Sources/QtBridgeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "QtBridge",
        "QtBridgeMacros"
      ],
      "sources" : [
        "Extensions.swift",
        "QtBridgeableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "QtBridgeCpp",
      "module_type" : "ClangTarget",
      "name" : "QtBridgeCpp",
      "path" : "Sources/QtBridgeCpp",
      "product_dependencies" : [
        "QtCore",
        "QtCorePrivate",
        "QtQml",
        "QtGui",
        "QtTest"
      ],
      "product_memberships" : [
        "QtBridge"
      ],
      "sources" : [
        "abstractitemmodel.cpp",
        "abstractlistmodel.cpp",
        "callbackbase.cpp",
        "metaparamslist.cpp",
        "qappcpp.cpp",
        "qobjectproxy.cpp",
        "qtestappcpp.cpp",
        "swiftmetaobjectbuilder.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QtBridge",
      "module_type" : "SwiftTarget",
      "name" : "QtBridge",
      "path" : "Sources/QtBridge",
      "product_dependencies" : [
        "QtCore",
        "QtQml",
        "QtGui",
        "QmlImports"
      ],
      "product_memberships" : [
        "QtBridge"
      ],
      "sources" : [
        "QAbstractItemModel.swift",
        "QAbstractListModel.swift",
        "QApp.swift",
        "QListModel.swift",
        "QMetaObjectBuilder.swift",
        "QMetaParamsList.swift",
        "QModelIndex.swift",
        "QNamespace.swift",
        "QObjectBuildable.swift",
        "QObjectHolder.swift",
        "QVariant.swift",
        "QtBridgesMacros.swift"
      ],
      "target_dependencies" : [
        "QtBridgeCpp",
        "QtBridgeMacros"
      ],
      "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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/108] Write sources
[21/108] Copying plugins
[23/108] Compiling _SwiftSyntaxCShims dummy.c
[23/108] Write swift-version-2F0A5646E1D333AE.txt
[25/108] Copying QtQuickControls2ImagineStyleImpl.framework
[26/108] Copying QtOpenGLWidgets.framework
[26/108] Copying QtQuickControls2MacOSStyleImpl.framework
[26/108] Copying QtSvgWidgets.framework
[29/108] Copying QtConcurrent.framework
[30/108] Copying QtQuickControls2Fusion.framework
[31/108] Copying QtQuickControls2Material.framework
[32/108] Copying QtShaderTools.framework
[32/108] Copying QtQuickLayouts.framework
[34/108] Copying QtQmlModels.framework
[35/108] Copying QtXml.framework
[36/108] Copying QtSvg.framework
[37/108] Copying QtQuickWidgets.framework
[38/110] Copying QtQuickVectorImageHelpers.framework
[39/110] Copying QtQuickVectorImageGenerator.framework
[39/110] Copying QtTest.framework
[41/112] Copying QtQuickVectorImage.framework
[42/112] Copying QtQuickTest.framework
[43/113] Copying QtQuickShapesDesignHelpers.framework
[43/114] Copying QtQuickShapes.framework
[45/114] Copying QtQuickEffects.framework
[46/114] Copying QtQuickDialogs2Utils.framework
[47/114] Copying QtQuickParticles.framework
[48/114] Copying QtQuickDialogs2.framework
[49/114] Copying QtQuickControls2UniversalStyleImpl.framework
[50/114] Copying QtQuickControls2MaterialStyleImpl.framework
[50/114] Copying QtQuickControls2Universal.framework
[52/114] Copying QtQuickControls2Imagine.framework
[53/114] Copying QtQuickDialogs2QuickImpl.framework
[54/114] Copying QtQuickControls2Impl.framework
[55/114] Copying QtQuickTemplates2.framework
[55/114] Copying QtQuickControls2IOSStyleImpl.framework
[57/114] Copying QtQuickControls2FusionStyleImpl.framework
[58/114] Copying QtQuickControls2Basic.framework
[59/114] Copying QtQuickControls2BasicStyleImpl.framework
[60/114] Copying QtQuickControls2FluentWinUI3StyleImpl.framework
[60/114] Copying QtQuickControls2.framework
[62/114] Copying QtQmlXmlListModel.framework
[63/114] Copying QtQmlWorkerScript.framework
[63/114] Copying QtQmlMeta.framework
[65/114] Copying QtQmlCore.framework
[66/114] Copying QtWidgets.framework
[67/114] Copying QtQmlCompiler.framework
[67/114] Copying QtPrintSupport.framework
[69/114] Copying QtLabsWavefrontMesh.framework
[70/114] Copying QtLabsSynchronizer.framework
[70/114] Copying QtLabsSharedImage.framework
[72/114] Copying QtLabsSettings.framework
[73/114] Copying QtLabsQmlModels.framework
[74/114] Copying QtOpenGL.framework
[75/114] Copying QtLabsPlatform.framework
[75/114] Copying QtLabsFolderListModel.framework
[77/114] Copying QtLabsAnimation.framework
[78/114] Copying QtQml.framework
[79/114] Copying QtQuick.framework
[80/114] Compiling QtQml _spmQtQml.cpp
[82/114] Copying QtGui.framework
[84/114] Emitting module SwiftSyntax600
[85/114] Compiling SwiftSyntax600 Empty.swift
[86/114] Compiling SwiftSyntax509 Empty.swift
[87/114] Emitting module SwiftSyntax510
[88/114] Emitting module SwiftSyntax509
[89/114] Compiling SwiftSyntax510 Empty.swift
[89/114] Copying QtCore.framework
[90/114] Compiling QtGui _spmQtGui.cpp
[92/114] Copying qml
[94/134] Compiling QtCore _spmQtCore.cpp
[96/182] Compiling QtBridgeCpp metaparamslist.cpp
[97/182] Compiling QtBridgeCpp qobjectproxy.cpp
[98/182] Compiling QtBridgeCpp abstractlistmodel.cpp
[99/185] Compiling QtBridgeCpp qappcpp.cpp
[100/185] Compiling QtBridgeCpp callbackbase.cpp
[101/185] Compiling QtBridgeCpp abstractitemmodel.cpp
[103/185] Compiling SwiftSyntax SourceEdit.swift
[104/185] Compiling SwiftSyntax SourceLength.swift
[105/185] Compiling SwiftSyntax SourceLocation.swift
[106/185] Compiling SwiftSyntax SourcePresence.swift
[107/185] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[108/185] Compiling SwiftSyntax Syntax.swift
[109/185] Compiling SwiftSyntax SyntaxArena.swift
[109/192] Compiling QtBridgeCpp swiftmetaobjectbuilder.cpp
[111/192] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[112/192] Compiling SwiftSyntax SyntaxChildren.swift
[113/192] Compiling SwiftSyntax SyntaxCollection.swift
[114/192] Compiling SwiftSyntax SyntaxHashable.swift
[115/192] Compiling SwiftSyntax SyntaxIdentifier.swift
[116/192] Compiling SwiftSyntax SyntaxNodeFactory.swift
[117/192] Compiling SwiftSyntax SyntaxNodeStructure.swift
[117/192] Compiling QtBridgeCpp qtestappcpp.cpp
[118/192] Compiling QtBridgeCpp qobjectproxy.cpp
[119/192] Compiling QtBridgeCpp metaparamslist.cpp
[120/192] Compiling QtBridgeCpp qappcpp.cpp
[122/192] Emitting module QmlImports
[123/192] Compiling QmlImports resource_bundle_accessor.swift
[124/192] Compiling QmlImports bundle.swift
[125/192] Compiling QmlImports resource_bundle_accessor.swift
[126/192] Emitting module QmlImports
[127/192] Compiling QmlImports bundle.swift
[127/192] Compiling QtBridgeCpp swiftmetaobjectbuilder.cpp
[128/192] Compiling QtBridgeCpp abstractlistmodel.cpp
[129/192] Compiling QtBridgeCpp qtestappcpp.cpp
[130/192] Compiling QtBridgeCpp callbackbase.cpp
[131/192] Compiling QtBridgeCpp abstractitemmodel.cpp
[133/192] Emitting module SwiftSyntax
[134/192] Compiling SwiftSyntax SyntaxProtocol.swift
[135/192] Compiling SwiftSyntax SyntaxText.swift
[136/192] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[137/192] Compiling SwiftSyntax TokenDiagnostic.swift
[138/192] Compiling SwiftSyntax TokenSequence.swift
[139/192] Compiling SwiftSyntax TokenSyntax.swift
[140/192] Compiling SwiftSyntax Trivia.swift
[141/192] Compiling SwiftSyntax Tokens.swift
[142/192] Compiling SwiftSyntax TriviaPieces.swift
[143/192] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[144/192] Compiling SwiftSyntax RawSyntaxNodesC.swift
[145/192] Compiling SwiftSyntax RawSyntaxNodesD.swift
[146/192] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[147/192] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[148/192] Compiling SwiftSyntax SyntaxCollections.swift
[149/192] Compiling SwiftSyntax SyntaxEnum.swift
[150/192] Compiling SwiftSyntax SyntaxKind.swift
[151/192] Compiling SwiftSyntax SyntaxRewriter.swift
[152/192] Compiling SwiftSyntax SyntaxTraits.swift
[153/192] Compiling SwiftSyntax SyntaxVisitor.swift
[154/192] Compiling SwiftSyntax TokenKind.swift
[155/192] Compiling SwiftSyntax AbsolutePosition.swift
[156/192] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[157/192] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[158/192] Compiling SwiftSyntax Assert.swift
[159/192] Compiling SwiftSyntax BumpPtrAllocator.swift
[160/192] Compiling SwiftSyntax CommonAncestor.swift
[161/192] Compiling SwiftSyntax Convenience.swift
[162/192] Compiling SwiftSyntax CustomTraits.swift
[163/192] Compiling SwiftSyntax Identifier.swift
[164/192] Compiling SwiftSyntax MemoryLayout.swift
[165/192] Compiling SwiftSyntax MissingNodeInitializers.swift
[166/192] Compiling SwiftSyntax RawSyntax.swift
[167/192] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[168/192] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[169/192] Compiling SwiftSyntax RawSyntaxTokenView.swift
[170/192] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[171/192] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[172/192] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[173/192] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[174/192] Compiling SwiftSyntax RawSyntaxValidation.swift
[175/192] Compiling SwiftSyntax SyntaxNodesAB.swift
[176/192] Compiling SwiftSyntax SyntaxNodesC.swift
[177/192] Compiling SwiftSyntax Utils.swift
[178/192] Compiling SwiftSyntax ChildNameForKeyPath.swift
[179/192] Compiling SwiftSyntax Keyword.swift
[180/192] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[181/192] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[182/192] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[183/192] Compiling SwiftSyntax SyntaxBaseNodes.swift
[184/192] Compiling SwiftSyntax SyntaxNodesD.swift
[185/192] Compiling SwiftSyntax SyntaxNodesEF.swift
[186/192] Compiling SwiftSyntax SyntaxNodesGHI.swift
[187/192] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[188/192] Compiling SwiftSyntax SyntaxNodesOP.swift
[189/192] Compiling SwiftSyntax SyntaxNodesQRS.swift
[190/192] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[191/250] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[192/250] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[193/250] Compiling SwiftBasicFormat Syntax+Extensions.swift
[194/250] Compiling SwiftDiagnostics Message.swift
[195/251] Compiling SwiftDiagnostics Convenience.swift
[196/251] Emitting module SwiftDiagnostics
[197/251] Compiling SwiftBasicFormat InferIndentation.swift
[198/251] Compiling SwiftDiagnostics Note.swift
[199/251] Compiling SwiftDiagnostics FixIt.swift
[200/251] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[201/251] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[202/251] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[203/251] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[204/251] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[205/251] Compiling SwiftDiagnostics Diagnostic.swift
[206/251] Emitting module SwiftBasicFormat
[207/251] Compiling SwiftBasicFormat BasicFormat.swift
[208/251] Compiling SwiftParser TopLevel.swift
[209/251] Compiling SwiftParser TriviaParser.swift
[210/251] Compiling SwiftParser Types.swift
[211/251] Compiling SwiftParser ExperimentalFeatures.swift
[212/255] Compiling SwiftParser StringLiterals.swift
[213/255] Compiling SwiftParser SwiftParserCompatibility.swift
[214/255] Compiling SwiftParser SwiftVersion.swift
[215/255] Compiling SwiftParser SyntaxUtils.swift
[216/255] Compiling SwiftParser Nominals.swift
[217/255] Compiling SwiftParser Parameters.swift
[218/255] Compiling SwiftParser ParseSourceFile.swift
[219/255] Compiling SwiftParser Parser.swift
[220/255] Compiling SwiftParser Patterns.swift
[221/255] Compiling SwiftParser Recovery.swift
[222/255] Compiling SwiftParser Specifiers.swift
[223/255] Compiling SwiftParser Statements.swift
[224/255] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[225/255] Compiling SwiftParser UnicodeScalarExtensions.swift
[226/255] Compiling SwiftParser Lookahead.swift
[227/255] Compiling SwiftParser LoopProgressCondition.swift
[228/255] Compiling SwiftParser Modifiers.swift
[229/255] Compiling SwiftParser Names.swift
[230/255] Emitting module SwiftParser
[231/255] Compiling SwiftParser TokenConsumer.swift
[232/255] Compiling SwiftParser TokenPrecedence.swift
[233/255] Compiling SwiftParser TokenSpec.swift
[234/255] Compiling SwiftParser TokenSpecSet.swift
[235/255] Compiling SwiftParser Attributes.swift
[236/255] Compiling SwiftParser Availability.swift
[237/255] Compiling SwiftParser CharacterInfo.swift
[238/255] Compiling SwiftParser CollectionNodes+Parsable.swift
[239/255] Compiling SwiftParser Declarations.swift
[240/255] Compiling SwiftParser Directives.swift
[241/255] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[242/255] Compiling SwiftParser Expressions.swift
[243/255] Compiling SwiftParser IncrementalParseTransition.swift
[244/255] Compiling SwiftParser IsValidIdentifier.swift
[245/255] Compiling SwiftParser Cursor.swift
[246/255] Compiling SwiftParser Lexeme.swift
[247/255] Compiling SwiftParser LexemeSequence.swift
[248/255] Compiling SwiftParser Lexer.swift
[249/255] Compiling SwiftParser RegexLiteralLexer.swift
[250/255] Compiling SwiftParser IsLexerClassified.swift
[251/255] Compiling SwiftParser LayoutNodes+Parsable.swift
[252/255] Compiling SwiftParser Parser+TokenSpecSet.swift
[253/255] Compiling SwiftParser TokenSpecStaticMembers.swift
[254/278] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[255/279] Compiling SwiftOperators OperatorTable.swift
[256/280] Compiling SwiftOperators PrecedenceGroup.swift
[257/280] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[258/280] Compiling SwiftOperators SyntaxSynthesis.swift
[259/280] Compiling SwiftOperators OperatorTable+Semantics.swift
[260/280] Compiling SwiftOperators PrecedenceGraph.swift
[261/280] Compiling SwiftOperators OperatorTable+Folding.swift
[262/280] Compiling SwiftOperators Operator.swift
[263/280] Emitting module SwiftOperators
[264/280] Compiling SwiftOperators OperatorError+Diagnostics.swift
[265/280] Compiling SwiftOperators OperatorTable+Defaults.swift
[266/280] Compiling SwiftOperators OperatorError.swift
[267/280] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[268/280] Compiling SwiftParserDiagnostics Utils.swift
[269/280] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[270/280] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[271/280] Compiling SwiftParserDiagnostics MissingNodesError.swift
[272/280] Compiling SwiftParserDiagnostics MissingTokenError.swift
[273/280] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[274/280] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[275/280] Emitting module SwiftParserDiagnostics
[276/280] Compiling SwiftParserDiagnostics PresenceUtils.swift
[277/280] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[278/280] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[279/295] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[280/295] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[281/295] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[282/296] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[283/296] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[284/296] Compiling SwiftSyntaxBuilder Indenter.swift
[285/296] Compiling SwiftSyntaxBuilder ListBuilder.swift
[286/296] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[287/296] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[288/296] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[289/296] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[290/296] Emitting module SwiftSyntaxBuilder
[291/296] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[292/296] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[293/296] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[294/296] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[295/314] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[296/314] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[297/314] Compiling SwiftSyntaxMacros MemberMacro.swift
[298/314] Compiling SwiftSyntaxMacros PeerMacro.swift
[299/314] Compiling SwiftSyntaxMacros PreambleMacro.swift
[300/314] Compiling SwiftSyntaxMacros Macro.swift
[301/314] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[302/314] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[303/314] Compiling SwiftSyntaxMacros Macro+Format.swift
[304/315] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[305/315] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[306/315] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[307/315] Compiling SwiftSyntaxMacros AccessorMacro.swift
[308/315] Compiling SwiftSyntaxMacros AttachedMacro.swift
[309/315] Compiling SwiftSyntaxMacros BodyMacro.swift
[310/315] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[311/315] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[312/315] Emitting module SwiftSyntaxMacros
[313/315] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[314/325] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[315/325] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[316/325] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[317/325] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[318/325] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[319/325] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[320/325] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[321/325] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[322/325] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[323/325] Emitting module SwiftSyntaxMacroExpansion
[324/337] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[325/338] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[326/338] Emitting module SwiftCompilerPluginMessageHandling
[327/338] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[328/338] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[329/338] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[330/338] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[331/338] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[332/338] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[333/338] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[334/338] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[335/338] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[336/338] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[337/340] Emitting module SwiftCompilerPlugin
[338/340] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[339/343] Compiling QtBridgeMacros Extensions.swift
[340/343] Compiling QtBridgeMacros QtBridgeableMacro.swift
[341/343] Emitting module QtBridgeMacros
[341/343] Write Objects.LinkFileList
[342/343] Linking QtBridgeMacros-tool
[344/367] Compiling QtBridge QVariant.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[345/368] Compiling QtBridge QModelIndex.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[346/368] Compiling QtBridge QMetaParamsList.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[347/368] Compiling QtBridge QMetaObjectBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[348/368] Emitting module QtBridge
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[349/368] Compiling QtBridge QApp.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[350/368] Compiling QtBridge QListModel.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[351/368] Compiling QtBridge QObjectBuildable.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[352/368] Compiling QtBridge QObjectHolder.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[353/368] Compiling QtBridge QNamespace.swift
[355/368] Compiling QtBridge QObjectHolder.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[356/368] Emitting module QtBridge
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[357/368] Compiling QtBridge QMetaParamsList.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[358/369] Compiling QtBridge QtBridgesMacros.swift
[360/369] Compiling QtBridge QAbstractItemModel.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[361/369] Compiling QtBridge QAbstractListModel.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[362/369] Compiling QtBridge QModelIndex.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[363/369] Compiling QtBridge QObjectBuildable.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
[364/369] Compiling QtBridge QMetaObjectBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
[367/369] Compiling QtBridge QVariant.swift
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qstringview.h:483:12: warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
481 | [[nodiscard]] constexpr auto QChar::fromUcs4(char32_t c) noexcept
482 | {
483 |     struct R {
    |            |- warning: cycle detected while resolving 'fromUcs4' in swift_name attribute for 'R'
    |            `- note: please report this issue to the owners of 'QtBridgeCpp'
484 |         char16_t chars[2];
485 |         [[nodiscard]] constexpr operator QStringView() const noexcept { return {begin(), end()}; }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/QtCore.framework/Headers/qhash.h:538:16: warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
 536 |     static auto allocateSpans(size_t numBuckets)
 537 |     {
 538 |         struct R {
     |                |- warning: cycle detected while resolving 'allocateSpans' in swift_name attribute for 'R'
     |                `- note: please report this issue to the owners of 'QtBridgeCpp'
 539 |             Span *spans;
 540 |             size_t nSpans;
Build complete! (119.09s)
Fetching https://git.qt.io/qtbridge/qtforswift.git
[1/5157] Fetching qtforswift
Fetched https://git.qt.io/qtbridge/qtforswift.git from cache (1.33s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[2172/76750] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (3.29s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.29s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (5.97s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.97s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.67s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://git.qt.io/qtbridge/qtforswift.git
Working copy of https://git.qt.io/qtbridge/qtforswift.git resolved at master (768025b)
warning: 'qtforswift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/qtforswift/README.md
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "qtforswift",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://git.qt.io/qtbridge/qtforswift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "QtBridge",
  "name" : "QtBridge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "QtBridge",
      "targets" : [
        "QtBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QtBridgeMacros",
      "targets" : [
        "QtBridgeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QtQuickTests",
      "module_type" : "SwiftTarget",
      "name" : "QtQuickTests",
      "path" : "Tests/QtQuickTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/QtQuickTests/Resources/qml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SwiftBackends/CustomTypeQListModel.swift",
        "SwiftBackends/ListModel.swift",
        "SwiftBackends/QtQuickTestsEntry.swift",
        "SwiftBackends/Signals.swift",
        "SwiftBackends/SimpleQListModel.swift"
      ],
      "target_dependencies" : [
        "QtBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QtBridgeXCTests",
      "module_type" : "SwiftTarget",
      "name" : "QtBridgeXCTests",
      "path" : "Tests/QtBridgeXCTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "QListModel.swift",
        "QtBridgeableOutputs.swift",
        "QtBridgesMacros.swift"
      ],
      "target_dependencies" : [
        "QtBridge",
        "QtBridgeMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QtBridgeMacros",
      "module_type" : "SwiftTarget",
      "name" : "QtBridgeMacros",
      "path" : "Sources/QtBridgeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "QtBridge",
        "QtBridgeMacros"
      ],
      "sources" : [
        "Extensions.swift",
        "QtBridgeableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "QtBridgeCpp",
      "module_type" : "ClangTarget",
      "name" : "QtBridgeCpp",
      "path" : "Sources/QtBridgeCpp",
      "product_dependencies" : [
        "QtCore",
        "QtCorePrivate",
        "QtQml",
        "QtGui",
        "QtTest"
      ],
      "product_memberships" : [
        "QtBridge"
      ],
      "sources" : [
        "abstractitemmodel.cpp",
        "abstractlistmodel.cpp",
        "callbackbase.cpp",
        "metaparamslist.cpp",
        "qappcpp.cpp",
        "qobjectproxy.cpp",
        "qtestappcpp.cpp",
        "swiftmetaobjectbuilder.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QtBridge",
      "module_type" : "SwiftTarget",
      "name" : "QtBridge",
      "path" : "Sources/QtBridge",
      "product_dependencies" : [
        "QtCore",
        "QtQml",
        "QtGui",
        "QmlImports"
      ],
      "product_memberships" : [
        "QtBridge"
      ],
      "sources" : [
        "QAbstractItemModel.swift",
        "QAbstractListModel.swift",
        "QApp.swift",
        "QListModel.swift",
        "QMetaObjectBuilder.swift",
        "QMetaParamsList.swift",
        "QModelIndex.swift",
        "QNamespace.swift",
        "QObjectBuildable.swift",
        "QObjectHolder.swift",
        "QVariant.swift",
        "QtBridgesMacros.swift"
      ],
      "target_dependencies" : [
        "QtBridgeCpp",
        "QtBridgeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.