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 main (2af79f), with Swift 6.0 for macOS (SPM) on 11 Dec 2024 18:07:04 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/SafeGlobal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/swiftlang/swift-syntax.git
[1/66973] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.46s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (3.42s)
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
[1/182] Fetching safeglobal
Fetched https://github.com/Frizlab/SafeGlobal.git from cache (0.69s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.92s)
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/Frizlab/SafeGlobal.git
Working copy of https://github.com/Frizlab/SafeGlobal.git resolved at main (2af79f3)
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
[15/23] Write SafeGlobalClient-entitlement.plist
[17/23] Write swift-version--7754E27361AE5C74.txt
[19/27] Emitting module SwiftSyntax510
[20/27] Emitting module SwiftSyntax509
[21/27] Compiling SwiftSyntax510 Empty.swift
[22/27] Compiling SwiftSyntax509 Empty.swift
[23/89] Compiling SwiftSyntax SyntaxHashable.swift
[24/89] Compiling SwiftSyntax SyntaxIdentifier.swift
[25/89] Compiling SwiftSyntax SyntaxNodeStructure.swift
[26/89] Compiling SwiftSyntax SyntaxProtocol.swift
[27/89] Compiling SwiftSyntax SyntaxText.swift
[28/89] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[29/89] Compiling SwiftSyntax TokenDiagnostic.swift
[30/95] Compiling SwiftSyntax MemoryLayout.swift
[31/95] Compiling SwiftSyntax MissingNodeInitializers.swift
[32/95] Compiling SwiftSyntax RawSyntax.swift
[33/95] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[34/95] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/95] Compiling SwiftSyntax RawSyntaxTokenView.swift
[36/95] Compiling SwiftSyntax SourceLength.swift
[37/95] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[38/95] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[39/95] Compiling SwiftSyntax SyntaxBaseNodes.swift
[40/95] Compiling SwiftSyntax SyntaxCollections.swift
[41/95] Compiling SwiftSyntax SyntaxEnum.swift
[42/95] Compiling SwiftSyntax SyntaxKind.swift
[43/95] Compiling SwiftSyntax SyntaxRewriter.swift
[44/95] Compiling SwiftSyntax AbsolutePosition.swift
[45/95] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[46/95] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[47/95] Compiling SwiftSyntax Assert.swift
[48/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/95] Compiling SwiftSyntax CommonAncestor.swift
[50/95] Compiling SwiftSyntax Convenience.swift
[51/95] Compiling SwiftSyntax RawSyntaxNodesC.swift
[52/95] Compiling SwiftSyntax RawSyntaxNodesD.swift
[53/95] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[54/95] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[55/95] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/95] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/95] Emitting module SwiftSyntax
[58/95] Compiling SwiftSyntax SyntaxTraits.swift
[59/95] Compiling SwiftSyntax SyntaxTransform.swift
[60/95] Compiling SwiftSyntax SyntaxVisitor.swift
[61/95] Compiling SwiftSyntax TokenKind.swift
[62/95] Compiling SwiftSyntax Tokens.swift
[63/95] Compiling SwiftSyntax TriviaPieces.swift
[64/95] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[65/95] Compiling SwiftSyntax SourceLocation.swift
[66/95] Compiling SwiftSyntax SourcePresence.swift
[67/95] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[68/95] Compiling SwiftSyntax Syntax.swift
[69/95] Compiling SwiftSyntax SyntaxArena.swift
[70/95] Compiling SwiftSyntax SyntaxChildren.swift
[71/95] Compiling SwiftSyntax SyntaxCollection.swift
[72/95] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[73/95] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[74/95] Compiling SwiftSyntax RawSyntaxValidation.swift
[75/95] Compiling SwiftSyntax SyntaxNodesAB.swift
[76/95] Compiling SwiftSyntax SyntaxNodesC.swift
[77/95] Compiling SwiftSyntax SyntaxNodesD.swift
[78/95] Compiling SwiftSyntax TokenSequence.swift
[79/95] Compiling SwiftSyntax TokenSyntax.swift
[80/95] Compiling SwiftSyntax Trivia.swift
[81/95] Compiling SwiftSyntax Utils.swift
[82/95] Compiling SwiftSyntax ChildNameForKeyPath.swift
[83/95] Compiling SwiftSyntax Keyword.swift
[84/95] Compiling SwiftSyntax RenamedChildrenCompatibility.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 FixIt.swift
[92/147] Compiling SwiftDiagnostics Message.swift
[93/147] Compiling SwiftDiagnostics Note.swift
[94/147] Compiling SwiftDiagnostics Convenience.swift
[95/147] Emitting module SwiftDiagnostics
[96/147] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[97/147] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[98/147] Compiling SwiftDiagnostics Diagnostic.swift
[99/147] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[100/147] Compiling SwiftBasicFormat Syntax+Extensions.swift
[101/147] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/147] Emitting module SwiftBasicFormat
[103/147] Compiling SwiftBasicFormat BasicFormat.swift
[104/147] Compiling SwiftParser UnicodeScalarExtensions.swift
[105/147] Compiling SwiftParser Lookahead.swift
[106/147] Compiling SwiftParser LoopProgressCondition.swift
[107/147] Compiling SwiftParser Modifiers.swift
[108/151] Compiling SwiftParser Names.swift
[109/151] Compiling SwiftParser Nominals.swift
[110/151] Compiling SwiftParser Parameters.swift
[111/151] Compiling SwiftParser ParseSourceFile.swift
[112/151] Compiling SwiftParser Statements.swift
[113/151] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[114/151] Compiling SwiftParser StringLiterals.swift
[115/151] Compiling SwiftParser SwiftParserCompatibility.swift
[116/151] Compiling SwiftParser SyntaxUtils.swift
[117/151] Compiling SwiftParser TokenConsumer.swift
[118/151] Compiling SwiftParser TokenPrecedence.swift
[119/151] Compiling SwiftParser TokenSpec.swift
[120/151] Compiling SwiftParser TokenSpecSet.swift
[121/151] Compiling SwiftParser TopLevel.swift
[122/151] Compiling SwiftParser TriviaParser.swift
[123/151] Compiling SwiftParser Types.swift
[124/151] Compiling SwiftParser Parser.swift
[125/151] Compiling SwiftParser Patterns.swift
[126/151] Compiling SwiftParser Recovery.swift
[127/151] Compiling SwiftParser Specifiers.swift
[128/151] Emitting module SwiftParser
[129/151] Compiling SwiftParser IsLexerClassified.swift
[130/151] Compiling SwiftParser LayoutNodes+Parsable.swift
[131/151] Compiling SwiftParser Parser+TokenSpecSet.swift
[132/151] Compiling SwiftParser TokenSpecStaticMembers.swift
[133/151] Compiling SwiftParser Lexeme.swift
[134/151] Compiling SwiftParser LexemeSequence.swift
[135/151] Compiling SwiftParser Lexer.swift
[136/151] Compiling SwiftParser RegexLiteralLexer.swift
[137/151] Compiling SwiftParser Directives.swift
[138/151] Compiling SwiftParser ExperimentalFeatures.swift
[139/151] Compiling SwiftParser Expressions.swift
[140/151] Compiling SwiftParser IncrementalParseTransition.swift
[141/151] Compiling SwiftParser Cursor.swift
[142/151] Compiling SwiftParser Attributes.swift
[143/151] Compiling SwiftParser Availability.swift
[144/151] Compiling SwiftParser CharacterInfo.swift
[145/151] Compiling SwiftParser CollectionNodes+Parsable.swift
[146/151] Compiling SwiftParser Declarations.swift
[147/174] Compiling SwiftOperators PrecedenceGroup.swift
[148/175] Compiling SwiftOperators PrecedenceGraph.swift
[149/175] Compiling SwiftOperators SyntaxSynthesis.swift
[150/175] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[151/175] Compiling SwiftParserDiagnostics PresenceUtils.swift
[152/175] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[153/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[154/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[155/176] Compiling SwiftOperators OperatorTable.swift
[156/176] Emitting module SwiftOperators
[157/176] Compiling SwiftOperators OperatorError.swift
[158/176] Compiling SwiftOperators OperatorTable+Folding.swift
[159/176] Compiling SwiftOperators Operator.swift
[160/176] Compiling SwiftOperators OperatorError+Diagnostics.swift
[161/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[162/176] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[163/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[164/176] Compiling SwiftParserDiagnostics Utils.swift
[165/176] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[166/176] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[167/176] Compiling SwiftParserDiagnostics MissingNodesError.swift
[168/176] Compiling SwiftParserDiagnostics MissingTokenError.swift
[169/176] Emitting module SwiftParserDiagnostics
[170/176] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/176] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/190] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[173/191] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[174/191] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[175/191] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[176/191] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[177/191] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[178/191] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[179/191] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[180/191] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[181/191] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[182/191] Emitting module SwiftSyntaxBuilder
[183/191] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[184/191] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[185/191] Compiling SwiftSyntaxBuilder Indenter.swift
[186/191] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[187/205] Compiling SwiftSyntaxMacros AccessorMacro.swift
[188/205] Compiling SwiftSyntaxMacros AttachedMacro.swift
[189/205] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[190/205] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[191/206] Compiling SwiftSyntaxMacros Macro+Format.swift
[192/206] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[193/206] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[194/206] Compiling SwiftSyntaxMacros MemberMacro.swift
[195/206] Compiling SwiftSyntaxMacros Macro.swift
[196/206] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[197/206] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[198/206] Emitting module SwiftSyntaxMacros
[199/206] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[200/206] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[201/206] Compiling SwiftSyntaxMacros PeerMacro.swift
[202/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[203/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[204/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[205/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[206/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[207/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[208/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[209/214] Emitting module SwiftSyntaxMacroExpansion
[210/221] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[211/221] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[212/221] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[213/221] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[214/221] Emitting module SwiftCompilerPluginMessageHandling
[215/221] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[216/221] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[217/223] Emitting module SwiftCompilerPlugin
[218/223] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[219/227] Compiling SafeGlobalMacros SimpleDiagnosticMessage.swift
[220/227] Compiling SafeGlobalMacros SafeGlobalMacro.swift
[221/227] Compiling SafeGlobalMacros  Errors.swift
[222/227] Emitting module SafeGlobalMacros
[222/227] Write Objects.LinkFileList
[223/227] Linking SafeGlobalMacros-tool
[225/231] Compiling SafeGlobal NSLock+Linux.swift
[226/231] Emitting module SafeGlobal
[227/231] Compiling SafeGlobal SafeGlobal.swift
[228/231] Compiling SafeGlobal SafeGlobalMacro.swift
[229/233] Compiling SafeGlobalClient main.swift
[230/233] Emitting module SafeGlobalClient
[230/233] Write Objects.LinkFileList
[231/233] Linking SafeGlobalClient
[232/233] Applying SafeGlobalClient
Build complete! (45.85s)
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.