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 EasyPeasy, reference master (b0028f), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:32:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nakiostudio/EasyPeasy.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nakiostudio/EasyPeasy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b0028f6 Update podspec
Cloned https://github.com/nakiostudio/EasyPeasy.git
Revision (git rev-parse @):
b0028f63d47bcb32e37d8abb9cc5d5a781742a4e
SUCCESS checkout https://github.com/nakiostudio/EasyPeasy.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nakiostudio/EasyPeasy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/23] Compiling EasyPeasy NSLayoutGuide+Easy.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/NSLayoutGuide+Easy.swift:18:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
16 |     Apply operator definitions
17 |  */
18 | @available (OSX 10.11, *)
   |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
19 | extension NSLayoutGuide {
20 |
[4/23] Compiling EasyPeasy NSView+Easy.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/NSLayoutGuide+Easy.swift:18:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
16 |     Apply operator definitions
17 |  */
18 | @available (OSX 10.11, *)
   |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
19 | extension NSLayoutGuide {
20 |
[5/23] Compiling EasyPeasy Item+UIKit.swift
[6/23] Compiling EasyPeasy Item.swift
[7/23] Compiling EasyPeasy Node.swift
[8/23] Compiling EasyPeasy PositionAttribute+AppKit.swift
[9/23] Compiling EasyPeasy PositionAttribute+UIKit.swift
[10/23] Compiling EasyPeasy PositionAttribute.swift
[11/23] Compiling EasyPeasy DimensionAttribute+UIKit.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+UIKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (iOS 9.0, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     @discardableResult func like(_ layoutGuide: UILayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+UIKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (iOS 9.0, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     @discardableResult func like(_ layoutGuide: UILayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     public func like(_ layoutGuide: NSLayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     public func like(_ layoutGuide: NSLayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
[12/23] Compiling EasyPeasy DimensionAttribute.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+UIKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (iOS 9.0, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     @discardableResult func like(_ layoutGuide: UILayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+UIKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (iOS 9.0, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     @discardableResult func like(_ layoutGuide: UILayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     public func like(_ layoutGuide: NSLayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     public func like(_ layoutGuide: NSLayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
[13/23] Compiling EasyPeasy EasyPeasy.swift
[14/23] Compiling EasyPeasy Item+AppKit.swift
[15/23] Compiling EasyPeasy Priority.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/ReferenceAttribute.swift:72:9: warning: default will never be executed
 70 |         case .lastBaseline: return .lastBaseline
 71 |         case .firstBaseline: return .firstBaseline
 72 |         default:
    |         `- warning: default will never be executed
 73 |             #if os(iOS) || os(tvOS)
 74 |             switch self {
/Users/admin/builder/spi-builder-workspace/EasyPeasy/ReferenceAttribute.swift:117:9: warning: default will never be executed
115 |             }
116 |             #endif
117 |         default:
    |         `- warning: default will never be executed
118 |             #if os(iOS) || os(tvOS)
119 |             switch self {
/Users/admin/builder/spi-builder-workspace/EasyPeasy/ReferenceAttribute.swift:154:9: warning: default will never be executed
152 |         case .firstBaseline: return false
153 |         case .lastBaseline: return true
154 |         default:
    |         `- warning: default will never be executed
155 |             #if os(iOS) || os(tvOS)
156 |             switch self {
[16/23] Compiling EasyPeasy ReferenceAttribute.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/ReferenceAttribute.swift:72:9: warning: default will never be executed
 70 |         case .lastBaseline: return .lastBaseline
 71 |         case .firstBaseline: return .firstBaseline
 72 |         default:
    |         `- warning: default will never be executed
 73 |             #if os(iOS) || os(tvOS)
 74 |             switch self {
/Users/admin/builder/spi-builder-workspace/EasyPeasy/ReferenceAttribute.swift:117:9: warning: default will never be executed
115 |             }
116 |             #endif
117 |         default:
    |         `- warning: default will never be executed
118 |             #if os(iOS) || os(tvOS)
119 |             switch self {
/Users/admin/builder/spi-builder-workspace/EasyPeasy/ReferenceAttribute.swift:154:9: warning: default will never be executed
152 |         case .firstBaseline: return false
153 |         case .lastBaseline: return true
154 |         default:
    |         `- warning: default will never be executed
155 |             #if os(iOS) || os(tvOS)
156 |             switch self {
[17/23] Emitting module EasyPeasy
/Users/admin/builder/spi-builder-workspace/EasyPeasy/NSLayoutGuide+Easy.swift:18:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
16 |     Apply operator definitions
17 |  */
18 | @available (OSX 10.11, *)
   |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
19 | extension NSLayoutGuide {
20 |
/Users/admin/builder/spi-builder-workspace/EasyPeasy/UILayoutGuide+Easy.swift:18:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
16 |     Apply operator definitions
17 |  */
18 | @available (iOS 9.0, *)
   |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
19 | public extension UILayoutGuide {
20 |
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     public func like(_ layoutGuide: NSLayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     public func like(_ layoutGuide: NSLayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
[18/23] Compiling EasyPeasy Attribute.swift
[19/23] Compiling EasyPeasy Collection+Easy.swift
[20/23] Compiling EasyPeasy CompoundAttribute.swift
[21/23] Compiling EasyPeasy Constant.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     public func like(_ layoutGuide: NSLayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     public func like(_ layoutGuide: NSLayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
[22/23] Compiling EasyPeasy Context.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     public func like(_ layoutGuide: NSLayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     public func like(_ layoutGuide: NSLayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
[23/23] Compiling EasyPeasy DimensionAttribute+AppKit.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:53:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |         - returns: The current `Attribute` instance
 52 |      */
 53 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |     public func like(_ layoutGuide: NSLayoutGuide, _ attribute: ReferenceAttribute? = nil) -> Self {
 55 |         self.referenceItem = layoutGuide
/Users/admin/builder/spi-builder-workspace/EasyPeasy/DimensionAttribute+AppKit.swift:90:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 88 |         - returns: The current `CompoundAttribute` instance
 89 |      */
 90 |     @available (OSX 10.11, *)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 91 |     public func like(_ layoutGuide: NSLayoutGuide) -> Self {
 92 |         self.referenceItem = layoutGuide
[24/25] Compiling EasyPeasy UILayoutGuide+Easy.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/UILayoutGuide+Easy.swift:18:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
16 |     Apply operator definitions
17 |  */
18 | @available (iOS 9.0, *)
   |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
19 | public extension UILayoutGuide {
20 |
[25/25] Compiling EasyPeasy UIView+Easy.swift
/Users/admin/builder/spi-builder-workspace/EasyPeasy/UILayoutGuide+Easy.swift:18:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
16 |     Apply operator definitions
17 |  */
18 | @available (iOS 9.0, *)
   |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
19 | public extension UILayoutGuide {
20 |
Build complete! (8.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasyPeasy",
  "name" : "EasyPeasy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyPeasy",
      "targets" : [
        "EasyPeasy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyPeasy",
      "module_type" : "SwiftTarget",
      "name" : "EasyPeasy",
      "path" : "EasyPeasy",
      "product_memberships" : [
        "EasyPeasy"
      ],
      "sources" : [
        "Attribute.swift",
        "Collection+Easy.swift",
        "CompoundAttribute.swift",
        "Constant.swift",
        "Context.swift",
        "DimensionAttribute+AppKit.swift",
        "DimensionAttribute+UIKit.swift",
        "DimensionAttribute.swift",
        "EasyPeasy.swift",
        "Item+AppKit.swift",
        "Item+UIKit.swift",
        "Item.swift",
        "NSLayoutGuide+Easy.swift",
        "NSView+Easy.swift",
        "Node.swift",
        "PositionAttribute+AppKit.swift",
        "PositionAttribute+UIKit.swift",
        "PositionAttribute.swift",
        "Priority.swift",
        "ReferenceAttribute.swift",
        "UILayoutGuide+Easy.swift",
        "UIView+Easy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.