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 EnumeratorMacro, reference v1.0.0-alpha.6 (e112ec), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 24 Jul 2024 08:59:25 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MahdiBM/enumerator-macro.git
Reference: v1.0.0-alpha.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MahdiBM/enumerator-macro
 * tag               v1.0.0-alpha.6 -> FETCH_HEAD
HEAD is now at e112ec5 Restrict `FixItApplier` to Swift 6 and above (#5)
Cloned https://github.com/MahdiBM/enumerator-macro.git
Revision (git rev-parse @):
e112ec5d8f5f88fc96234ffcd181744eedd7a52d
SUCCESS checkout https://github.com/MahdiBM/enumerator-macro.git at v1.0.0-alpha.6
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/MahdiBM/enumerator-macro.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/hummingbird-project/swift-mustache
Fetching from https://github.com/swiftlang/swift-syntax
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Creating working copy of package ‘swift-mustache’
Checking out 2.0.0-beta.3 of package ‘swift-mustache’
Resolved source packages:
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.0-beta.3
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 510.0.2
  EnumeratorMacro: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-mustache, swift-syntax, EnumeratorMacro
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-beta.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "EnumeratorMacro",
  "name" : "EnumeratorMacro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EnumeratorMacro",
      "targets" : [
        "EnumeratorMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnumeratorMacroImpl",
      "targets" : [
        "EnumeratorMacroImpl"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EnumeratorMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "EnumeratorMacroTests",
      "path" : "Tests/EnumeratorMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "SwiftSyntax",
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacros",
        "SwiftIDEUtils",
        "Mustache"
      ],
      "sources" : [
        "EParameterTests.swift",
        "EnumeratorMacroTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "EnumeratorMacro",
        "EnumeratorMacroImpl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EnumeratorMacroImpl",
      "module_type" : "SwiftTarget",
      "name" : "EnumeratorMacroImpl",
      "path" : "Sources/EnumeratorMacroImpl",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftIDEUtils",
        "Mustache"
      ],
      "product_memberships" : [
        "EnumeratorMacro",
        "EnumeratorMacroImpl"
      ],
      "sources" : [
        "Arguments.swift",
        "EntryPoint.swift",
        "EnumeratorMacroType.swift",
        "MacroError.swift",
        "RenderingContext.swift",
        "Types/+Bool.swift",
        "Types/EArray.swift",
        "Types/ECase.swift",
        "Types/ECases.swift",
        "Types/EComments.swift",
        "Types/EComparableSequence.swift",
        "Types/EInt.swift",
        "Types/EKeyValue.swift",
        "Types/EMustacheTransformable.swift",
        "Types/EOptional.swift",
        "Types/EOptionalsArray.swift",
        "Types/EParameter.swift",
        "Types/EParameters.swift",
        "Types/EString.swift",
        "Types/WithNormalizedTypeName.swift",
        "Visitors/ExcessiveTriviaRemover.swift",
        "Visitors/PlaceholderDetector.swift",
        "Visitors/SwitchErrorsRewriter.swift",
        "Visitors/SwitchWarningsRewriter.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EnumeratorMacro",
      "module_type" : "SwiftTarget",
      "name" : "EnumeratorMacro",
      "path" : "Sources/EnumeratorMacro",
      "product_memberships" : [
        "EnumeratorMacro"
      ],
      "sources" : [
        "Enumerator.swift"
      ],
      "target_dependencies" : [
        "EnumeratorMacroImpl"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "EnumeratorMacro"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EnumeratorMacro -destination platform=macOS,arch=arm64
Build complete.
Done.