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-spyable, reference main (424a9f), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 8 Aug 2024 22:57:43 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-spyable -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Matejkob/swift-spyable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Matejkob/swift-spyable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 424a9f3 Merge pull request #118 from Matejkob/swift-syntax-600
Cloned https://github.com/Matejkob/swift-spyable.git
Revision (git rev-parse @):
424a9f3e775643c75bc9ae1320e4c04a980e3677
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Matejkob/swift-spyable.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Matejkob/swift-spyable.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/swiftlang/swift-syntax
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Resolved source packages:
  swift-spyable: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 510.0.2
resolved source packages: swift-spyable, swift-syntax
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0-prerelease"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "swift-spyable",
  "name" : "swift-spyable",
  "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"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Spyable",
      "targets" : [
        "Spyable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpyableMacro",
      "targets" : [
        "SpyableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpyableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SpyableMacroTests",
      "path" : "Tests/SpyableMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "Assertions/AssertBuildResult.swift",
        "Extensions/UT_FunctionParameterListSyntax+Extensions.swift",
        "Extractors/UT_Extractor.swift",
        "Factories/UT_CalledFactory.swift",
        "Factories/UT_CallsCountFactory.swift",
        "Factories/UT_ClosureFactory.swift",
        "Factories/UT_FunctionImplementationFactory.swift",
        "Factories/UT_ReceivedArgumentsFactory.swift",
        "Factories/UT_ReceivedInvocationsFactory.swift",
        "Factories/UT_ReturnValueFactory.swift",
        "Factories/UT_SpyFactory.swift",
        "Factories/UT_ThrowableErrorFactory.swift",
        "Factories/UT_VariablePrefixFactory.swift",
        "Factories/UT_VariablesImplementationFactory.swift",
        "Macro/UT_SpyableMacro.swift"
      ],
      "target_dependencies" : [
        "SpyableMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpyableMacro",
      "module_type" : "SwiftTarget",
      "name" : "SpyableMacro",
      "path" : "Sources/SpyableMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Spyable",
        "SpyableMacro"
      ],
      "sources" : [
        "Diagnostics/SpyableDiagnostic.swift",
        "Diagnostics/SpyableNoteMessage.swift",
        "Extensions/FunctionParameters+Extensions.swift",
        "Extractors/Extractor.swift",
        "Factories/AssociatedtypeFactory.swift",
        "Factories/CalledFactory.swift",
        "Factories/CallsCountFactory.swift",
        "Factories/ClosureFactory.swift",
        "Factories/FunctionImplementationFactory.swift",
        "Factories/ReceivedArgumentsFactory.swift",
        "Factories/ReceivedInvocationsFactory.swift",
        "Factories/ReturnValueFactory.swift",
        "Factories/SpyFactory.swift",
        "Factories/ThrowableErrorFactory.swift",
        "Factories/VariablePrefixFactory.swift",
        "Factories/VariablesImplementationFactory.swift",
        "Macro/SpyableMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Spyable",
      "module_type" : "SwiftTarget",
      "name" : "Spyable",
      "path" : "Sources/Spyable",
      "product_memberships" : [
        "Spyable"
      ],
      "sources" : [
        "Spyable.swift"
      ],
      "target_dependencies" : [
        "SpyableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-spyable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-spyable -destination platform=macOS,arch=arm64
Build complete.
Done.