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 ViewExtensions, reference master (016e36), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 13:13:33 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/elegantchaos/ViewExtensions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/ViewExtensions
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 016e36c added license
Cloned https://github.com/elegantchaos/ViewExtensions.git
Revision (git rev-parse @):
016e36c452fcabf5aa82ebfa3613b8534fa8b072
SUCCESS checkout https://github.com/elegantchaos/ViewExtensions.git at master
========================================
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": "viewextensions",
      "name": "ViewExtensions",
      "url": "https://github.com/elegantchaos/ViewExtensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewExtensions",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/ViewExtensions.git
[1/119] Fetching viewextensions
Fetched https://github.com/elegantchaos/ViewExtensions.git from cache (0.72s)
Creating working copy for https://github.com/elegantchaos/ViewExtensions.git
Working copy of https://github.com/elegantchaos/ViewExtensions.git resolved at master (016e36c)
warning: '.resolve-product-dependencies': dependency 'viewextensions' 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/elegantchaos/ViewExtensions.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/9] Compiling ViewExtensions UIStackViewExtensions.swift
[4/9] Compiling ViewExtensions PopoverButton.swift
[5/9] Compiling ViewExtensions PopoverMenuButtonWithFixedItems.swift
[6/9] Emitting module ViewExtensions
[7/9] Compiling ViewExtensions UIViewExtensions.swift
[8/9] Compiling ViewExtensions EnhancedTableView.swift
[9/9] Compiling ViewExtensions PopoverMenuButton.swift
Build complete! (2.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ViewExtensions",
  "name" : "ViewExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ViewExtensions",
      "targets" : [
        "ViewExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ViewExtensionsTests",
      "path" : "Tests/ViewExtensionsTests",
      "sources" : [
        "ViewExtensionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ViewExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ViewExtensions",
      "module_type" : "SwiftTarget",
      "name" : "ViewExtensions",
      "path" : "Sources/ViewExtensions",
      "product_memberships" : [
        "ViewExtensions"
      ],
      "sources" : [
        "EnhancedTableView.swift",
        "PopoverButton.swift",
        "PopoverMenuButton.swift",
        "PopoverMenuButtonWithFixedItems.swift",
        "UIStackViewExtensions.swift",
        "UIViewExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.