The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SheetPresentation, reference main (99acef), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:27:26 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/rushairer/SheetPresentation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rushairer/SheetPresentation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99acef4 [Changed]Change README.md
Cloned https://github.com/rushairer/SheetPresentation.git
Revision (git rev-parse @):
99acef4a2417307912bc7d7ac188919bf73153bb
SUCCESS checkout https://github.com/rushairer/SheetPresentation.git at main
Fetching https://github.com/rushairer/RoundedCorners
[1/41] Fetching roundedcorners
Fetched https://github.com/rushairer/RoundedCorners from cache (0.60s)
Computing version for https://github.com/rushairer/RoundedCorners
Computed https://github.com/rushairer/RoundedCorners at 1.0.1 (1.29s)
Creating working copy for https://github.com/rushairer/RoundedCorners
Working copy of https://github.com/rushairer/RoundedCorners resolved at 1.0.1
========================================
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": "sheetpresentation",
      "name": "SheetPresentation",
      "url": "https://github.com/rushairer/SheetPresentation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SheetPresentation",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "roundedcorners",
          "name": "RoundedCorners",
          "url": "https://github.com/rushairer/RoundedCorners",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RoundedCorners",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/rushairer/SheetPresentation.git
[1/131] Fetching sheetpresentation
Fetched https://github.com/rushairer/SheetPresentation.git from cache (5.13s)
Fetching https://github.com/rushairer/RoundedCorners from cache
Fetched https://github.com/rushairer/RoundedCorners from cache (0.44s)
Computing version for https://github.com/rushairer/RoundedCorners
Computed https://github.com/rushairer/RoundedCorners at 1.0.1 (0.49s)
Creating working copy for https://github.com/rushairer/RoundedCorners
Working copy of https://github.com/rushairer/RoundedCorners resolved at 1.0.1
Creating working copy for https://github.com/rushairer/SheetPresentation.git
Working copy of https://github.com/rushairer/SheetPresentation.git resolved at main (99acef4)
warning: '.resolve-product-dependencies': dependency 'sheetpresentation' is not used by any target
Found 1 product dependencies
  - RoundedCorners
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rushairer/SheetPresentation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module RoundedCorners
[5/5] Compiling RoundedCorners RoundedCorners.swift
[6/7] Emitting module SheetPresentation
[7/7] Compiling SheetPresentation SheetPresentation.swift
Build complete! (14.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "roundedcorners",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rushairer/RoundedCorners"
    }
  ],
  "manifest_display_name" : "SheetPresentation",
  "name" : "SheetPresentation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SheetPresentation",
      "targets" : [
        "SheetPresentation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SheetPresentationTests",
      "module_type" : "SwiftTarget",
      "name" : "SheetPresentationTests",
      "path" : "Tests/SheetPresentationTests",
      "sources" : [
        "SheetPresentationTests.swift"
      ],
      "target_dependencies" : [
        "SheetPresentation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SheetPresentation",
      "module_type" : "SwiftTarget",
      "name" : "SheetPresentation",
      "path" : "Sources/SheetPresentation",
      "product_dependencies" : [
        "RoundedCorners"
      ],
      "product_memberships" : [
        "SheetPresentation"
      ],
      "sources" : [
        "SheetPresentation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.