The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-snippets, reference main (267032), with Swift 6.1 for macOS (SPM) on 17 May 2026 16:49:44 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-snippets.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-snippets
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2670327 Initial commit
Cloned https://github.com/capturecontext/swift-snippets.git
Revision (git rev-parse @):
2670327f828d71a2a02975f91a60d2413118c1da
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-snippets.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-snippets.git
https://github.com/capturecontext/swift-snippets.git
{
  "dependencies" : [
    {
      "identity" : "swift-keypaths-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-keypaths-extensions.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git"
    }
  ],
  "manifest_display_name" : "swift-snippets",
  "name" : "swift-snippets",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Snippets",
      "targets" : [
        "Snippets"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnippetsTests",
      "module_type" : "SwiftTarget",
      "name" : "SnippetsTests",
      "path" : "Tests/SnippetsTests",
      "product_dependencies" : [
        "IssueReportingTestSupport",
        "CustomDump"
      ],
      "sources" : [
        "AnySnippetTests.swift",
        "AppendTests.swift",
        "BracketTests.swift",
        "BuilderClosureTests.swift",
        "ConstDefaultsTests.swift",
        "ConstTests.swift",
        "Examples/Examples.swift",
        "GroupTests.swift",
        "Helpers/TestSupport.swift",
        "InlineTests.swift",
        "JoinTests.swift",
        "MappingTests.swift",
        "SkipEmptyTests.swift",
        "SnippetRepresentableTests.swift",
        "UnsafeSendableTests.swift"
      ],
      "target_dependencies" : [
        "Snippets"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Snippets",
      "module_type" : "SwiftTarget",
      "name" : "Snippets",
      "path" : "Sources/Snippets",
      "product_dependencies" : [
        "KeyPathsExtensions",
        "Dependencies"
      ],
      "product_memberships" : [
        "Snippets"
      ],
      "sources" : [
        "Convenience/Snippets.Const+Defaults.swift",
        "DefaultConformances/Array+SnippetRepresentable.swift",
        "DefaultConformances/Data+SnippetRepresentable.swift",
        "DefaultConformances/Optional+SnippetRepresentable.swift",
        "DefaultConformances/String+SnippetRepresentable.swift",
        "DefaultConformances/Substring+SnippetRepresentable.swift",
        "Environment/CollectPreprocessor/Environment+CollectPreprocessor.swift",
        "Environment/CurrentSeparator/Environment+CurrentSeparator.swift",
        "Environment/SnippetEnvironment.swift",
        "ExpressibleByLiteral/ExpressibleByStringLiteral.swift",
        "ExpressibleByLiteral/SnippetExpressibleByLiteral.swift",
        "Helpers/unckeckedSendable.swift",
        "Snippet.swift",
        "Snippet/SnippetBuilder.swift",
        "Snippet/Snippets/AnySnippet.swift",
        "Snippet/Snippets/Snippets+Append.swift",
        "Snippet/Snippets/Snippets+Bracket.swift",
        "Snippet/Snippets/Snippets+Const.swift",
        "Snippet/Snippets/Snippets+ForEach.swift",
        "Snippet/Snippets/Snippets+Group.swift",
        "Snippet/Snippets/Snippets+Inline.swift",
        "Snippet/Snippets/Snippets+Join.swift",
        "Snippet/Snippets/Snippets+Mapping.swift",
        "Snippet/Snippets/Snippets+SkipEmpty.swift",
        "Snippet/Snippets/Snippets+UnsafeSendable.swift",
        "SnippetRepresentable.swift",
        "Snippets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/15] Write sources
[12/15] Write swift-version-2F0A5646E1D333AE.txt
[14/32] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[15/32] Emitting module SwiftMarkerProtocols
[16/32] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[17/32] Compiling SwiftMarkerProtocols Deprecations.swift
[18/32] Compiling IssueReportingPackageSupport _Test.swift
[19/32] Emitting module IssueReportingPackageSupport
[20/77] Compiling IssueReporting IssueSeverity.swift
[21/77] Compiling IssueReporting ReportIssue.swift
[22/79] Emitting module IssueReporting
[23/79] Compiling IssueReporting WithExpectedIssue.swift
[24/79] Compiling IssueReporting WithIssueContext.swift
[25/79] Emitting module KeyPathMapping
[30/81] Compiling ConcurrencyExtras Result.swift
[31/81] Compiling ConcurrencyExtras Task.swift
[32/82] Compiling ConcurrencyExtras Locking.swift
[33/82] Compiling ConcurrencyExtras UncheckedBox.swift
[34/82] Compiling ConcurrencyExtras LockIsolated.swift
[35/82] Compiling ConcurrencyExtras MainSerialExecutor.swift
[36/82] Emitting module ConcurrencyExtras
[37/82] Compiling KeyPathMapping Conversions.swift
[38/82] Compiling KeyPathMapping Equatable+Conversions.swift
[39/82] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[40/82] Compiling ConcurrencyExtras AsyncStream.swift
[41/82] Compiling IssueReporting TestContext.swift
[42/82] Compiling IssueReporting Unimplemented.swift
[43/82] Compiling IssueReporting UncheckedSendable.swift
[44/82] Compiling IssueReporting Warn.swift
[45/82] Compiling IssueReporting IssueReporter.swift
[46/82] Compiling IssueReporting BreakpointReporter.swift
[49/82] Compiling KeyPathMapping Equatable+GettersSetters.swift
[50/82] Compiling KeyPathMapping Conversions+Any.swift
[51/82] Compiling IssueReporting DefaultReporter.swift
[52/82] Compiling IssueReporting FatalErrorReporter.swift
[53/82] Compiling IssueReporting XCTest.swift
[54/82] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
[55/82] Compiling KeyPathMapping Conversions+Concat.swift
[56/82] Compiling KeyPathMapping Conversions+Protocols.swift
[57/82] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[58/82] Compiling ConcurrencyExtras UncheckedSendable.swift
[59/107] Compiling KeyPathMapping Conversion+Collection.swift
[60/107] Compiling KeyPathMapping Conversion+Optional.swift
[70/107] Compiling CombineSchedulers Deprecations.swift
[71/107] Compiling CombineSchedulers Lock.swift
[72/107] Compiling CombineSchedulers NSRecursiveLock.swift
[73/107] Compiling CombineSchedulers AnyScheduler.swift
[74/107] Compiling CombineSchedulers Concurrency.swift
[75/107] Compiling CombineSchedulers ImmediateScheduler.swift
[78/112] Compiling XCTestDynamicOverlay Exports.swift
[79/112] Emitting module XCTestDynamicOverlay
[80/112] Compiling XCTestDynamicOverlay Deprecations.swift
[81/112] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[82/112] Compiling KeyPathsExtensions Exports.swift
[83/112] Compiling KeyPathsExtensions KeyPath+.swift
[84/112] Emitting module KeyPathsExtensions
[85/112] Compiling KeyPathsExtensions KeyPath+Optional.swift
[86/112] Compiling CombineSchedulers UIScheduler.swift
[87/113] Compiling CombineSchedulers TestScheduler.swift
[88/113] Compiling Clocks Timer.swift
[89/113] Compiling Clocks UnimplementedClock.swift
[90/113] Compiling Clocks TestClock.swift
[95/113] Compiling CombineSchedulers UIKit.swift
[96/113] Compiling CombineSchedulers Timer.swift
[99/113] Emitting module CombineSchedulers
[100/113] Compiling CombineSchedulers UnimplementedScheduler.swift
[101/113] Compiling IssueReportingTestSupport SwiftTesting.swift
[102/113] Emitting module IssueReportingTestSupport
[103/113] Compiling IssueReportingTestSupport XCTest.swift
[103/113] Write Objects.LinkFileList
[105/113] Compiling Clocks _AsyncTimerSequence.swift
[106/113] Compiling Clocks Lock.swift
[107/113] Compiling Clocks ImmediateClock.swift
[108/113] Compiling Clocks AnyClock.swift
[109/113] Emitting module Clocks
[110/113] Compiling Clocks SwiftUI.swift
[111/113] Compiling CombineSchedulers Platform.swift
[112/113] Compiling CombineSchedulers SwiftUI.swift
[112/139] Linking libIssueReportingTestSupport.dylib
[114/139] Compiling Dependencies Exports.swift
[115/139] Compiling Dependencies SendableKeyPath.swift
[116/139] Compiling Dependencies TypeName.swift
[117/139] Compiling Dependencies PreviewTrait.swift
[118/141] Compiling Dependencies FireAndForget.swift
[119/141] Compiling Dependencies Locale.swift
[120/141] Compiling Dependencies MainQueue.swift
[121/141] Compiling Dependencies Clocks.swift
[122/141] Compiling Dependencies Context.swift
[123/141] Compiling Dependencies Date.swift
[124/141] Emitting module Dependencies
[125/141] Compiling Dependencies MainRunLoop.swift
[126/141] Compiling Dependencies NotificationCenter.swift
[127/141] Compiling Dependencies OpenURL.swift
[128/141] Compiling Dependencies TimeZone.swift
[129/141] Compiling Dependencies URLSession.swift
[130/141] Compiling Dependencies UUID.swift
[131/141] Compiling Dependencies WithRandomNumberGenerator.swift
[132/141] Compiling Dependencies AppEntryPoint.swift
[133/141] Compiling Dependencies Deprecations.swift
[134/141] Compiling Dependencies Dependency.swift
[135/141] Compiling Dependencies DependencyContext.swift
[136/141] Compiling Dependencies DependencyKey.swift
[137/141] Compiling Dependencies DependencyValues.swift
[138/141] Compiling Dependencies Assert.swift
[139/141] Compiling Dependencies Calendar.swift
[140/141] Compiling Dependencies TestTrait.swift
[141/141] Compiling Dependencies WithDependencies.swift
[142/167] Emitting module Snippets
[143/169] Compiling Snippets Optional+SnippetRepresentable.swift
[144/169] Compiling Snippets String+SnippetRepresentable.swift
[145/169] Compiling Snippets Substring+SnippetRepresentable.swift
[146/169] Compiling Snippets Snippets.Const+Defaults.swift
[147/169] Compiling Snippets Array+SnippetRepresentable.swift
[148/169] Compiling Snippets Data+SnippetRepresentable.swift
[149/169] Compiling Snippets ExpressibleByStringLiteral.swift
[150/169] Compiling Snippets SnippetExpressibleByLiteral.swift
[151/169] Compiling Snippets unckeckedSendable.swift
[152/169] Compiling Snippets Snippet.swift
[153/169] Compiling Snippets SnippetBuilder.swift
[154/169] Compiling Snippets AnySnippet.swift
[155/169] Compiling Snippets SnippetRepresentable.swift
[156/169] Compiling Snippets Snippets.swift
[157/169] Compiling Snippets Snippets+SkipEmpty.swift
[158/169] Compiling Snippets Snippets+UnsafeSendable.swift
[159/169] Compiling Snippets Snippets+Join.swift
[160/169] Compiling Snippets Snippets+Mapping.swift
[161/169] Compiling Snippets Environment+CollectPreprocessor.swift
[162/169] Compiling Snippets Environment+CurrentSeparator.swift
[163/169] Compiling Snippets SnippetEnvironment.swift
[164/169] Compiling Snippets Snippets+ForEach.swift
[165/169] Compiling Snippets Snippets+Group.swift
[166/169] Compiling Snippets Snippets+Inline.swift
[167/169] Compiling Snippets Snippets+Append.swift
[168/169] Compiling Snippets Snippets+Bracket.swift
[169/169] Compiling Snippets Snippets+Const.swift
Build complete! (35.20s)
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache
Fetching https://github.com/pointfreeco/swift-custom-dump.git from cache
Fetching https://github.com/pointfreeco/swift-dependencies.git from cache
[1/196] Fetching swift-keypaths-extensions
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.59s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.64s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (1.13s)
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 1.9.0 (1.64s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.12.0 (0.48s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.59s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.75s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.77s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.86s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.5.0 (2.37s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (0.46s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/74] Fetching swift-keypath-mapping
[71/245] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.65s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.65s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (1.13s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.2 (3.11s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.45s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.2.0 (0.47s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.09s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.45s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.1 (0.63s)
Creating working copy for https://github.com/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 1.9.0
Creating working copy for https://github.com/capturecontext/swift-keypaths-extensions.git
Working copy of https://github.com/capturecontext/swift-keypaths-extensions.git resolved at 0.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.2.0
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.12.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-keypaths-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-keypaths-extensions.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git"
    }
  ],
  "manifest_display_name" : "swift-snippets",
  "name" : "swift-snippets",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Snippets",
      "targets" : [
        "Snippets"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SnippetsTests",
      "module_type" : "SwiftTarget",
      "name" : "SnippetsTests",
      "path" : "Tests/SnippetsTests",
      "product_dependencies" : [
        "IssueReportingTestSupport",
        "CustomDump"
      ],
      "sources" : [
        "AnySnippetTests.swift",
        "AppendTests.swift",
        "BracketTests.swift",
        "BuilderClosureTests.swift",
        "ConstDefaultsTests.swift",
        "ConstTests.swift",
        "Examples/Examples.swift",
        "GroupTests.swift",
        "Helpers/TestSupport.swift",
        "InlineTests.swift",
        "JoinTests.swift",
        "MappingTests.swift",
        "SkipEmptyTests.swift",
        "SnippetRepresentableTests.swift",
        "UnsafeSendableTests.swift"
      ],
      "target_dependencies" : [
        "Snippets"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Snippets",
      "module_type" : "SwiftTarget",
      "name" : "Snippets",
      "path" : "Sources/Snippets",
      "product_dependencies" : [
        "KeyPathsExtensions",
        "Dependencies"
      ],
      "product_memberships" : [
        "Snippets"
      ],
      "sources" : [
        "Convenience/Snippets.Const+Defaults.swift",
        "DefaultConformances/Array+SnippetRepresentable.swift",
        "DefaultConformances/Data+SnippetRepresentable.swift",
        "DefaultConformances/Optional+SnippetRepresentable.swift",
        "DefaultConformances/String+SnippetRepresentable.swift",
        "DefaultConformances/Substring+SnippetRepresentable.swift",
        "Environment/CollectPreprocessor/Environment+CollectPreprocessor.swift",
        "Environment/CurrentSeparator/Environment+CurrentSeparator.swift",
        "Environment/SnippetEnvironment.swift",
        "ExpressibleByLiteral/ExpressibleByStringLiteral.swift",
        "ExpressibleByLiteral/SnippetExpressibleByLiteral.swift",
        "Helpers/unckeckedSendable.swift",
        "Snippet.swift",
        "Snippet/SnippetBuilder.swift",
        "Snippet/Snippets/AnySnippet.swift",
        "Snippet/Snippets/Snippets+Append.swift",
        "Snippet/Snippets/Snippets+Bracket.swift",
        "Snippet/Snippets/Snippets+Const.swift",
        "Snippet/Snippets/Snippets+ForEach.swift",
        "Snippet/Snippets/Snippets+Group.swift",
        "Snippet/Snippets/Snippets+Inline.swift",
        "Snippet/Snippets/Snippets+Join.swift",
        "Snippet/Snippets/Snippets+Mapping.swift",
        "Snippet/Snippets/Snippets+SkipEmpty.swift",
        "Snippet/Snippets/Snippets+UnsafeSendable.swift",
        "SnippetRepresentable.swift",
        "Snippets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.