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 InteractiveDismissHack, reference main (a245d4), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 27 Jul 2024 18:57:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tunous/InteractiveDismissHack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tunous/InteractiveDismissHack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a245d4d Add documentation
Cloned https://github.com/Tunous/InteractiveDismissHack.git
Revision (git rev-parse @):
a245d4d917968cd6a7d6948ef53518aa578b35dd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Tunous/InteractiveDismissHack.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Tunous/InteractiveDismissHack.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/siteline/swiftui-introspect
Creating working copy of package ‘swiftui-introspect’
Checking out 1.1.4 of package ‘swiftui-introspect’
Resolved source packages:
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 1.1.4
  InteractiveDismissHack: /Users/admin/builder/spi-builder-workspace
resolved source packages: swiftui-introspect, InteractiveDismissHack
{
  "dependencies" : [
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/swiftui-introspect"
    }
  ],
  "manifest_display_name" : "InteractiveDismissHack",
  "name" : "InteractiveDismissHack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "InteractiveDismissHack",
      "targets" : [
        "InteractiveDismissHack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InteractiveDismissHack",
      "module_type" : "SwiftTarget",
      "name" : "InteractiveDismissHack",
      "path" : "Sources/InteractiveDismissHack",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "InteractiveDismissHack"
      ],
      "sources" : [
        "GestureExtraction.swift",
        "NestedInteractiveDismiss.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "InteractiveDismissHack"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InteractiveDismissHack -destination platform=macOS,arch=arm64
Build complete.
Done.