The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftySweetness, reference 3.0.0 (d79cd4), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 17:03: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/cszatmary/SwiftySweetness.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cszatmary/SwiftySweetness
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at d79cd47 Merge pull request #1 from cszatma/swift-5
Cloned https://github.com/cszatmary/SwiftySweetness.git
Revision (git rev-parse @):
d79cd47621cb2383b227eb24d86884c1bb76b923
SUCCESS checkout https://github.com/cszatmary/SwiftySweetness.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cszatmary/SwiftySweetness.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/18] Compiling SwiftySweetness Decodable+SwiftySweetness.swift
[4/19] Compiling SwiftySweetness Optional+SwiftySweetness.swift
[5/19] Compiling SwiftySweetness String+SwiftySweetness.swift
[6/19] Compiling SwiftySweetness Encodable+SwiftySweetness.swift
[7/19] Compiling SwiftySweetness Array+SwiftySweetness.swift
[8/19] Compiling SwiftySweetness Bool+SwiftySweetness.swift
[9/19] Compiling SwiftySweetness Operators.swift
[10/19] Compiling SwiftySweetness Pipes.swift
[11/19] Compiling SwiftySweetness Typealiases.swift
[12/19] Compiling SwiftySweetness DataRepresentation.swift
[13/19] Compiling SwiftySweetness Any+SwiftySweetness.swift
[14/19] Emitting module SwiftySweetness
[15/19] Compiling SwiftySweetness If.swift
[16/19] Compiling SwiftySweetness Switch.swift
[17/19] Compiling SwiftySweetness Double+SwiftySweetness.swift
[18/19] Compiling SwiftySweetness Int+SwiftySweetness.swift
[19/19] Compiling SwiftySweetness PropertyRepresentable.swift
Build complete! (10.44s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[297/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.65s)
Fetched https://github.com/Quick/Quick.git from cache (1.65s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.19s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.55s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "SwiftySweetness",
  "name" : "SwiftySweetness",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftySweetness",
      "targets" : [
        "SwiftySweetness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftySweetnessTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySweetnessTests",
      "path" : "Tests/SwiftySweetnessTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "Classes/IfTests.swift",
        "Classes/SwitchTests.swift",
        "Extensions/AnyTests.swift",
        "Extensions/ArrayTests.swift",
        "Extensions/BoolTests.swift",
        "Extensions/DoubleTests.swift",
        "Extensions/IntTests.swift",
        "Extensions/OptionalTests.swift",
        "Extensions/StringTests.swift",
        "Global/PipesTests.swift",
        "Helpers/Model.swift",
        "Protocols/DecodableTests.swift",
        "Protocols/EncodableTests.swift",
        "Protocols/PropertyRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "SwiftySweetness"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftySweetness",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySweetness",
      "path" : "Sources/SwiftySweetness",
      "product_memberships" : [
        "SwiftySweetness"
      ],
      "sources" : [
        "Classes/If.swift",
        "Classes/Switch.swift",
        "Enums/DataRepresentation.swift",
        "Extensions/Any+SwiftySweetness.swift",
        "Extensions/Array+SwiftySweetness.swift",
        "Extensions/Bool+SwiftySweetness.swift",
        "Extensions/Double+SwiftySweetness.swift",
        "Extensions/Int+SwiftySweetness.swift",
        "Extensions/Optional+SwiftySweetness.swift",
        "Extensions/String+SwiftySweetness.swift",
        "Global/Operators.swift",
        "Global/Pipes.swift",
        "Global/Typealiases.swift",
        "Protocols/Decodable+SwiftySweetness.swift",
        "Protocols/Encodable+SwiftySweetness.swift",
        "Protocols/PropertyRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.