The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-blade, reference 0.1.5 (66d37c), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 15 Aug 2024 06:22:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-blade -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shackley/swift-blade.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shackley/swift-blade
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 66d37cd 0.1.5
Cloned https://github.com/shackley/swift-blade.git
Revision (git rev-parse @):
66d37cd1463ce3dcbd859e3464cbc938043fc524
SUCCESS checkout https://github.com/shackley/swift-blade.git at 0.1.5
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/shackley/swift-blade.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-docc-symbolkit
Fetching from https://github.com/apple/swift-syntax.git
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-syntax’
Checking out 509.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.3.0 of package ‘swift-docc-plugin’
Resolved source packages:
  swift-syntax: https://github.com/apple/swift-syntax.git @ 509.0.0
  swift-blade: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
resolved source packages: swift-syntax, swift-blade, SwiftDocCPlugin, SymbolKit
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-blade",
  "name" : "swift-blade",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Blade",
      "targets" : [
        "Blade"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BladePlugin",
      "targets" : [
        "BladePlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BladeTests",
      "module_type" : "SwiftTarget",
      "name" : "BladeTests",
      "path" : "Tests/BladeTests",
      "sources" : [
        "BladeTests.swift"
      ],
      "target_dependencies" : [
        "Blade"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BladePluginTests",
      "module_type" : "SwiftTarget",
      "name" : "BladePluginTests",
      "path" : "Tests/BladePluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BladePluginTests.swift"
      ],
      "target_dependencies" : [
        "BladePlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BladePlugin",
      "module_type" : "SwiftTarget",
      "name" : "BladePlugin",
      "path" : "Sources/BladePlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Blade",
        "BladePlugin"
      ],
      "sources" : [
        "BladePlugin.swift",
        "Diagnostics/BladeDiagnosticMessage.swift",
        "Extensions/Foundation/Sequence.swift",
        "Extensions/Foundation/String.swift",
        "Extensions/SwiftSyntax/ClassDeclSyntax.swift",
        "Extensions/SwiftSyntax/CodeBlockItemSyntax.swift",
        "Extensions/SwiftSyntax/DeclModifierListSyntax.swift",
        "Extensions/SwiftSyntax/FunctionParameterSyntax.swift",
        "Extensions/SwiftSyntax/TypeAliasDeclSyntax.swift",
        "Extensions/SwiftSyntax/VariableDeclSyntax.swift",
        "Macros/ComponentMacro.swift",
        "Macros/ModuleMacro.swift",
        "Macros/ProviderMacro.swift",
        "Models/Binding.swift",
        "Models/BindingParameter.swift",
        "Models/BindingParameterAttributes.swift",
        "Models/ComponentAttribute.swift",
        "Models/ComponentEntryPoint.swift",
        "Models/ComponentInitializer.swift",
        "Models/FunctionAttributes.swift",
        "Models/InitializerBinding.swift",
        "Models/ModuleAttribute.swift",
        "Models/NamedAttribute.swift",
        "Models/ProviderAttribute.swift",
        "Models/ProviderFunctionBinding.swift",
        "Models/Scope.swift",
        "Models/Visibility.swift",
        "SyntaxGenerators/ComponentGenerator.swift",
        "SyntaxGenerators/DependencyProviderGenerator.swift",
        "SyntaxGenerators/ModuleGenerator.swift",
        "SyntaxParsers/BindingParameterAttributesParser.swift",
        "SyntaxParsers/BindingParameterParser.swift",
        "SyntaxParsers/ComponentAttributeParser.swift",
        "SyntaxParsers/ComponentEntryPointParser.swift",
        "SyntaxParsers/ComponentInitializerParser.swift",
        "SyntaxParsers/FunctionAttributeListParser.swift",
        "SyntaxParsers/InitializerBindingParser.swift",
        "SyntaxParsers/MetatypeParser.swift",
        "SyntaxParsers/ModuleAttributeParser.swift",
        "SyntaxParsers/ProviderAttributeParser.swift",
        "SyntaxParsers/ProviderFunctionBindingParser.swift",
        "SyntaxParsers/VisibilityParser.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Blade",
      "module_type" : "SwiftTarget",
      "name" : "Blade",
      "path" : "Sources/Blade",
      "product_memberships" : [
        "Blade"
      ],
      "sources" : [
        "Component.swift",
        "Internal/DependencyKey.swift",
        "Internal/DependencyProvider.swift",
        "Internal/DependencyProviderResolver.swift",
        "Internal/InstanceProvider.swift",
        "Internal/UnfairLock.swift",
        "Lazy.swift",
        "Module.swift",
        "Named.swift",
        "Provider.swift",
        "Scope.swift"
      ],
      "target_dependencies" : [
        "BladePlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-blade"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-blade -destination platform=macOS,arch=arm64
Build complete.
Done.