The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasyPeasy, reference v1.10.0 (b0028f), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 20:33:21 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: v1.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nakiostudio/EasyPeasy
 * tag               v1.10.0    -> FETCH_HEAD
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 v1.10.0
========================================
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] 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
[4/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 |
[5/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 |
[6/25] Compiling EasyPeasy Item+UIKit.swift
[7/25] Compiling EasyPeasy Item.swift
[8/25] 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 |
[9/25] 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 |
[10/25] Compiling EasyPeasy EasyPeasy.swift
[11/25] Compiling EasyPeasy Item+AppKit.swift
[12/25] 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
[13/25] 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
[14/25] Compiling EasyPeasy PositionAttribute+UIKit.swift
[15/25] Compiling EasyPeasy PositionAttribute.swift
[16/25] Compiling EasyPeasy Node.swift
[17/25] Compiling EasyPeasy PositionAttribute+AppKit.swift
[18/25] 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 {
[19/25] 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 {
[20/25] 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
[21/25] 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
[22/25] 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
[23/25] Compiling EasyPeasy Attribute.swift
[24/25] Compiling EasyPeasy Collection+Easy.swift
[25/25] Compiling EasyPeasy CompoundAttribute.swift
Build complete! (8.47s)
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.