The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gestures, reference 1.0.6 (ea607f), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 01:49:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vospennikov/Gestures.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vospennikov/Gestures
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at ea607f6 Rename podspec file
Cloned https://github.com/vospennikov/Gestures.git
Revision (git rev-parse @):
ea607f628cbff7d9b46184f66b66da327cde542d
SUCCESS checkout https://github.com/vospennikov/Gestures.git at 1.0.6
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2271] Fetching swift-docc-plugin
[229/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.15s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (1.84s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.72s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "gestures",
      "name": "Gestures",
      "url": "https://github.com/vospennikov/Gestures.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Gestures",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vospennikov/Gestures.git
[1/471] Fetching gestures
Fetched https://github.com/vospennikov/Gestures.git from cache (0.97s)
Creating working copy for https://github.com/vospennikov/Gestures.git
Working copy of https://github.com/vospennikov/Gestures.git resolved at 1.0.6 (ea607f6)
warning: '.resolve-product-dependencies': dependency 'gestures' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/vospennikov/Gestures.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Emitting module Gestures
[6/7] Compiling Gestures TouchGesture.swift
[7/7] Compiling Gestures SwipeGesture.swift
Build complete! (14.76s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Gestures",
  "name" : "Gestures",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Gestures",
      "targets" : [
        "Gestures"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Gestures",
      "module_type" : "SwiftTarget",
      "name" : "Gestures",
      "path" : "Sources/Gestures",
      "product_memberships" : [
        "Gestures"
      ],
      "sources" : [
        "SwipeGesture.swift",
        "TouchGesture.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.