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 PolyKit, reference 2.2.0 (4d84c4), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 02:20:50 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/PolyKit.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/PolyKit
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 4d84c44 iOS 16 Upgrade
Cloned https://github.com/heestand-xyz/PolyKit.git
Revision (git rev-parse @):
4d84c4469daf5e9ee4d1768dd3018d6b985ee868
SUCCESS checkout https://github.com/heestand-xyz/PolyKit.git at 2.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",
  "dependencies": [
    {
      "identity": "polykit",
      "name": "PolyKit",
      "url": "https://github.com/heestand-xyz/PolyKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PolyKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heestand-xyz/PolyKit.git
[1/101] Fetching polykit
Fetched https://github.com/heestand-xyz/PolyKit.git from cache (0.75s)
Creating working copy for https://github.com/heestand-xyz/PolyKit.git
Working copy of https://github.com/heestand-xyz/PolyKit.git resolved at 2.2.0 (4d84c44)
warning: '.resolve-product-dependencies': dependency 'polykit' 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/heestand-xyz/PolyKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PolyKit",
  "name" : "PolyKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PolyKit",
      "targets" : [
        "PolyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PolyKit",
      "module_type" : "SwiftTarget",
      "name" : "PolyKit",
      "path" : "Sources/PolyKit",
      "product_memberships" : [
        "PolyKit"
      ],
      "sources" : [
        "Poly.swift",
        "Polygon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/5] Emitting module PolyKit
[4/5] Compiling PolyKit Poly.swift
/Users/admin/builder/spi-builder-workspace/Sources/PolyKit/Poly.swift:297:9: warning: 'Poly' is deprecated: renamed to 'Polygon'
295 | struct Poly_Previews: PreviewProvider {
296 |     static var previews: some View {
297 |         Poly(count: 6, cornerRadius: 60)
    |         |- warning: 'Poly' is deprecated: renamed to 'Polygon'
    |         `- note: use 'Polygon' instead
298 |     }
299 | }
[5/5] Compiling PolyKit Polygon.swift
Build complete! (11.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PolyKit",
  "name" : "PolyKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PolyKit",
      "targets" : [
        "PolyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PolyKit",
      "module_type" : "SwiftTarget",
      "name" : "PolyKit",
      "path" : "Sources/PolyKit",
      "product_memberships" : [
        "PolyKit"
      ],
      "sources" : [
        "Poly.swift",
        "Polygon.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.