The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gestures, reference main (9c138b), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 16:03:31 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vospennikov/Gestures
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c138b1 Update documentation.yml
Cloned https://github.com/vospennikov/Gestures.git
Revision (git rev-parse @):
9c138b17091e2ba8393236d4e101ab73f6def482
SUCCESS checkout https://github.com/vospennikov/Gestures.git at main
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/5951] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/apple/swift-docc-plugin
[1139/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.24s)
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (1.82s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.71s)
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 (1.07s)
Creating working copy for https://github.com/vospennikov/Gestures.git
Working copy of https://github.com/vospennikov/Gestures.git resolved at main (9c138b1)
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] Compiling Gestures SwipeGesture.swift
[6/7] Compiling Gestures TouchGesture.swift
[7/7] Emitting module Gestures
Build complete! (15.29s)
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.