The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SafeGlobal, reference 0.3.3 (2af79f), with Swift 6.0 for macOS (SPM) on 11 Dec 2024 11:32:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/SafeGlobal.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/SafeGlobal
 * tag               0.3.3      -> FETCH_HEAD
HEAD is now at 2af79f3 Fix compilation in Swift Package Index for Swift 6
Cloned https://github.com/Frizlab/SafeGlobal.git
Revision (git rev-parse @):
2af79f396b4097ead6209a0fb4eefcdbcea25b63
SUCCESS checkout https://github.com/Frizlab/SafeGlobal.git at 0.3.3
Fetching https://github.com/swiftlang/swift-syntax.git
[1/66959] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.97s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (3.59s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "safeglobal",
      "name": "SafeGlobal",
      "url": "https://github.com/Frizlab/SafeGlobal.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SafeGlobal",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Frizlab/SafeGlobal.git
[4/182] Fetching safeglobal
Fetched https://github.com/Frizlab/SafeGlobal.git from cache (0.65s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.65s)
Creating working copy for https://github.com/Frizlab/SafeGlobal.git
Working copy of https://github.com/Frizlab/SafeGlobal.git resolved at 0.3.3 (2af79f3)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
warning: '.resolve-product-dependencies': dependency 'safeglobal' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Frizlab/SafeGlobal.git
https://github.com/Frizlab/SafeGlobal.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SafeGlobal",
  "name" : "SafeGlobal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeGlobal",
      "targets" : [
        "SafeGlobal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeGlobalClient",
      "targets" : [
        "SafeGlobalClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeGlobalMacros",
      "targets" : [
        "SafeGlobalMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeGlobalTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalTests",
      "path" : "Tests/SafeGlobalTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SafeGlobalTests.swift"
      ],
      "target_dependencies" : [
        "SafeGlobalMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeGlobalMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalMacros",
      "path" : "Sources/SafeGlobalMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SafeGlobal",
        "SafeGlobalClient",
        "SafeGlobalMacros"
      ],
      "sources" : [
        " Errors.swift",
        "SafeGlobalMacro.swift",
        "SimpleDiagnosticMessage.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeGlobalClient",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalClient",
      "path" : "Sources/SafeGlobalClient",
      "product_memberships" : [
        "SafeGlobalClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SafeGlobal"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeGlobal",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobal",
      "path" : "Sources/SafeGlobal",
      "product_memberships" : [
        "SafeGlobal",
        "SafeGlobalClient"
      ],
      "sources" : [
        "NSLock+Linux.swift",
        "SafeGlobal.swift",
        "SafeGlobalMacro.swift"
      ],
      "target_dependencies" : [
        "SafeGlobalMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/23] Write sources
[14/23] Write SafeGlobalClient-entitlement.plist
[16/23] Write sources
[17/23] Write swift-version--7754E27361AE5C74.txt
[19/27] Emitting module SwiftSyntax509
[20/27] Compiling SwiftSyntax509 Empty.swift
[21/27] Emitting module SwiftSyntax510
[22/27] Compiling SwiftSyntax510 Empty.swift
[23/89] Compiling SwiftSyntax MemoryLayout.swift
[24/89] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/89] Compiling SwiftSyntax RawSyntax.swift
[26/89] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/89] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/89] Compiling SwiftSyntax RawSyntaxTokenView.swift
[29/89] Compiling SwiftSyntax SourceLength.swift
[30/89] Compiling SwiftSyntax SyntaxHashable.swift
[31/89] Compiling SwiftSyntax SyntaxIdentifier.swift
[32/89] Compiling SwiftSyntax SyntaxNodeStructure.swift
[33/89] Compiling SwiftSyntax SyntaxProtocol.swift
[34/89] Compiling SwiftSyntax SyntaxText.swift
[35/89] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[36/89] Compiling SwiftSyntax TokenDiagnostic.swift
[37/95] Compiling SwiftSyntax SourceLocation.swift
[38/95] Compiling SwiftSyntax SourcePresence.swift
[39/95] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[40/95] Compiling SwiftSyntax Syntax.swift
[41/95] Compiling SwiftSyntax SyntaxArena.swift
[42/95] Compiling SwiftSyntax SyntaxChildren.swift
[43/95] Compiling SwiftSyntax SyntaxCollection.swift
[44/95] Compiling SwiftSyntax RawSyntaxNodesC.swift
[45/95] Compiling SwiftSyntax RawSyntaxNodesD.swift
[46/95] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[47/95] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[48/95] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[49/95] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[50/95] Compiling SwiftSyntax TokenSequence.swift
[51/95] Compiling SwiftSyntax TokenSyntax.swift
[52/95] Compiling SwiftSyntax Trivia.swift
[53/95] Compiling SwiftSyntax Utils.swift
[54/95] Compiling SwiftSyntax ChildNameForKeyPath.swift
[55/95] Compiling SwiftSyntax Keyword.swift
[56/95] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[57/95] Compiling SwiftSyntax AbsolutePosition.swift
[58/95] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[59/95] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[60/95] Compiling SwiftSyntax Assert.swift
[61/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[62/95] Compiling SwiftSyntax CommonAncestor.swift
[63/95] Compiling SwiftSyntax Convenience.swift
[64/95] Emitting module SwiftSyntax
[65/95] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[66/95] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[67/95] Compiling SwiftSyntax RawSyntaxValidation.swift
[68/95] Compiling SwiftSyntax SyntaxNodesAB.swift
[69/95] Compiling SwiftSyntax SyntaxNodesC.swift
[70/95] Compiling SwiftSyntax SyntaxNodesD.swift
[71/95] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[72/95] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[73/95] Compiling SwiftSyntax SyntaxBaseNodes.swift
[74/95] Compiling SwiftSyntax SyntaxCollections.swift
[75/95] Compiling SwiftSyntax SyntaxEnum.swift
[76/95] Compiling SwiftSyntax SyntaxKind.swift
[77/95] Compiling SwiftSyntax SyntaxRewriter.swift
[78/95] Compiling SwiftSyntax SyntaxTraits.swift
[79/95] Compiling SwiftSyntax SyntaxTransform.swift
[80/95] Compiling SwiftSyntax SyntaxVisitor.swift
[81/95] Compiling SwiftSyntax TokenKind.swift
[82/95] Compiling SwiftSyntax Tokens.swift
[83/95] Compiling SwiftSyntax TriviaPieces.swift
[84/95] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[85/95] Compiling SwiftSyntax SyntaxNodesEF.swift
[86/95] Compiling SwiftSyntax SyntaxNodesGHI.swift
[87/95] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[88/95] Compiling SwiftSyntax SyntaxNodesOP.swift
[89/95] Compiling SwiftSyntax SyntaxNodesQRS.swift
[90/95] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[91/147] Compiling SwiftDiagnostics Message.swift
[92/147] Compiling SwiftDiagnostics Note.swift
[93/147] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[94/147] Compiling SwiftDiagnostics FixIt.swift
[95/147] Compiling SwiftDiagnostics Diagnostic.swift
[96/147] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[97/147] Compiling SwiftDiagnostics Convenience.swift
[98/147] Emitting module SwiftDiagnostics
[99/147] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[100/147] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[101/147] Compiling SwiftBasicFormat Syntax+Extensions.swift
[102/147] Emitting module SwiftBasicFormat
[103/147] Compiling SwiftBasicFormat BasicFormat.swift
[104/147] Compiling SwiftParser SyntaxUtils.swift
[105/147] Compiling SwiftParser TokenConsumer.swift
[106/147] Compiling SwiftParser TokenPrecedence.swift
[107/147] Compiling SwiftParser TokenSpec.swift
[108/147] Compiling SwiftParser UnicodeScalarExtensions.swift
[109/147] Compiling SwiftParser Lookahead.swift
[110/147] Compiling SwiftParser LoopProgressCondition.swift
[111/147] Compiling SwiftParser Modifiers.swift
[112/147] Compiling SwiftParser Lexeme.swift
[113/147] Compiling SwiftParser LexemeSequence.swift
[114/147] Compiling SwiftParser Lexer.swift
[115/147] Compiling SwiftParser RegexLiteralLexer.swift
[116/147] Compiling SwiftParser Statements.swift
[117/147] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[118/147] Compiling SwiftParser StringLiterals.swift
[119/147] Compiling SwiftParser SwiftParserCompatibility.swift
[120/151] Compiling SwiftParser Parser.swift
[121/151] Compiling SwiftParser Patterns.swift
[122/151] Compiling SwiftParser Recovery.swift
[123/151] Compiling SwiftParser Specifiers.swift
[124/151] Compiling SwiftParser Names.swift
[125/151] Compiling SwiftParser Nominals.swift
[126/151] Compiling SwiftParser Parameters.swift
[127/151] Compiling SwiftParser ParseSourceFile.swift
[128/151] Compiling SwiftParser TokenSpecSet.swift
[129/151] Compiling SwiftParser TopLevel.swift
[130/151] Compiling SwiftParser TriviaParser.swift
[131/151] Compiling SwiftParser Types.swift
[132/151] Emitting module SwiftParser
[133/151] Compiling SwiftParser Attributes.swift
[134/151] Compiling SwiftParser Availability.swift
[135/151] Compiling SwiftParser CharacterInfo.swift
[136/151] Compiling SwiftParser CollectionNodes+Parsable.swift
[137/151] Compiling SwiftParser Declarations.swift
[138/151] Compiling SwiftParser Directives.swift
[139/151] Compiling SwiftParser ExperimentalFeatures.swift
[140/151] Compiling SwiftParser Expressions.swift
[141/151] Compiling SwiftParser IncrementalParseTransition.swift
[142/151] Compiling SwiftParser Cursor.swift
[143/151] Compiling SwiftParser IsLexerClassified.swift
[144/151] Compiling SwiftParser LayoutNodes+Parsable.swift
[145/151] Compiling SwiftParser Parser+TokenSpecSet.swift
[146/151] Compiling SwiftParser TokenSpecStaticMembers.swift
[147/174] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[148/175] Compiling SwiftOperators PrecedenceGraph.swift
[149/175] Compiling SwiftOperators PrecedenceGroup.swift
[150/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[151/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[152/176] Compiling SwiftOperators SyntaxSynthesis.swift
[153/176] Compiling SwiftParserDiagnostics PresenceUtils.swift
[154/176] Compiling SwiftOperators OperatorTable.swift
[155/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[156/176] Compiling SwiftOperators OperatorError+Diagnostics.swift
[157/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[158/176] Emitting module SwiftOperators
[159/176] Compiling SwiftOperators OperatorTable+Folding.swift
[160/176] Compiling SwiftOperators OperatorError.swift
[161/176] Compiling SwiftOperators Operator.swift
[162/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[163/176] Compiling SwiftParserDiagnostics Utils.swift
[164/176] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[165/176] Compiling SwiftParserDiagnostics MissingNodesError.swift
[166/176] Compiling SwiftParserDiagnostics MissingTokenError.swift
[167/176] Emitting module SwiftParserDiagnostics
[168/176] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[169/176] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[170/176] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/176] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/190] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[173/190] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[174/190] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[175/190] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[176/190] Compiling SwiftSyntaxBuilder Indenter.swift
[177/190] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[178/190] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[179/190] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[180/190] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[181/190] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[182/190] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[183/190] Emitting module SwiftSyntaxBuilder
[184/190] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[185/190] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[186/191] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[187/205] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[188/205] Compiling SwiftSyntaxMacros Macro.swift
[189/205] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[190/205] Compiling SwiftSyntaxMacros MemberMacro.swift
[191/205] Compiling SwiftSyntaxMacros Macro+Format.swift
[192/206] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[193/206] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[194/206] Emitting module SwiftSyntaxMacros
[195/206] Compiling SwiftSyntaxMacros AccessorMacro.swift
[196/206] Compiling SwiftSyntaxMacros AttachedMacro.swift
[197/206] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[198/206] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[199/206] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[200/206] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[201/206] Compiling SwiftSyntaxMacros PeerMacro.swift
[202/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[203/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[204/214] Emitting module SwiftSyntaxMacroExpansion
[205/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[206/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[207/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[208/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[209/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[210/221] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[211/221] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[212/221] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[213/221] Emitting module SwiftCompilerPluginMessageHandling
[214/221] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[215/221] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[216/221] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[217/223] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[218/223] Emitting module SwiftCompilerPlugin
[219/227] Emitting module SafeGlobalMacros
[220/227] Compiling SafeGlobalMacros  Errors.swift
[221/227] Compiling SafeGlobalMacros SimpleDiagnosticMessage.swift
[222/227] Compiling SafeGlobalMacros SafeGlobalMacro.swift
[222/227] Write Objects.LinkFileList
[223/227] Linking SafeGlobalMacros-tool
[225/231] Compiling SafeGlobal SafeGlobal.swift
[226/231] Emitting module SafeGlobal
[227/231] Compiling SafeGlobal NSLock+Linux.swift
[228/231] Compiling SafeGlobal SafeGlobalMacro.swift
[229/233] Emitting module SafeGlobalClient
[230/233] Compiling SafeGlobalClient main.swift
[230/233] Write Objects.LinkFileList
[231/233] Linking SafeGlobalClient
[232/233] Applying SafeGlobalClient
Build complete! (44.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SafeGlobal",
  "name" : "SafeGlobal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeGlobal",
      "targets" : [
        "SafeGlobal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeGlobalClient",
      "targets" : [
        "SafeGlobalClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeGlobalMacros",
      "targets" : [
        "SafeGlobalMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeGlobalTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalTests",
      "path" : "Tests/SafeGlobalTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SafeGlobalTests.swift"
      ],
      "target_dependencies" : [
        "SafeGlobalMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeGlobalMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalMacros",
      "path" : "Sources/SafeGlobalMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SafeGlobal",
        "SafeGlobalClient",
        "SafeGlobalMacros"
      ],
      "sources" : [
        " Errors.swift",
        "SafeGlobalMacro.swift",
        "SimpleDiagnosticMessage.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeGlobalClient",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalClient",
      "path" : "Sources/SafeGlobalClient",
      "product_memberships" : [
        "SafeGlobalClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SafeGlobal"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeGlobal",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobal",
      "path" : "Sources/SafeGlobal",
      "product_memberships" : [
        "SafeGlobal",
        "SafeGlobalClient"
      ],
      "sources" : [
        "NSLock+Linux.swift",
        "SafeGlobal.swift",
        "SafeGlobalMacro.swift"
      ],
      "target_dependencies" : [
        "SafeGlobalMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.