The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FSCheckoutSheet, reference main (7c9502), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 02:02:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeZide/FSCheckoutSheet.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZeeZide/FSCheckoutSheet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7c95024 Add a GH action
Cloned https://github.com/ZeeZide/FSCheckoutSheet.git
Revision (git rev-parse @):
7c9502439216ebb2148326f08238ec10f877c753
SUCCESS checkout https://github.com/ZeeZide/FSCheckoutSheet.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "fscheckoutsheet",
      "name": "FSCheckoutSheet",
      "url": "https://github.com/ZeeZide/FSCheckoutSheet.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FSCheckoutSheet",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ZeeZide/FSCheckoutSheet.git
[1/64] Fetching fscheckoutsheet
Fetched https://github.com/ZeeZide/FSCheckoutSheet.git from cache (0.69s)
Creating working copy for https://github.com/ZeeZide/FSCheckoutSheet.git
Working copy of https://github.com/ZeeZide/FSCheckoutSheet.git resolved at main (7c95024)
warning: '.resolve-product-dependencies': dependency 'fscheckoutsheet' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ZeeZide/FSCheckoutSheet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling FSCheckoutSheet FindLicenseJavaScript.swift
[4/6] Compiling FSCheckoutSheet CheckoutPageHTML.swift
[5/6] Emitting module FSCheckoutSheet
[6/6] Compiling FSCheckoutSheet FSCheckoutSheet.swift
Build complete! (8.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FSCheckoutSheet",
  "name" : "FSCheckoutSheet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FSCheckoutSheet",
      "targets" : [
        "FSCheckoutSheet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FSCheckoutSheet",
      "module_type" : "SwiftTarget",
      "name" : "FSCheckoutSheet",
      "path" : "Sources/FSCheckoutSheet",
      "product_memberships" : [
        "FSCheckoutSheet"
      ],
      "sources" : [
        "CheckoutPageHTML.swift",
        "FSCheckoutSheet.swift",
        "FindLicenseJavaScript.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.