The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SweetBool, reference main (f6ddbe), with Swift 6.1 for macOS (SPM) on 7 Apr 2026 00:29:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/SweetBool.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/SweetBool
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f6ddbef Update dependency macos to v15 (#21)
Cloned https://github.com/sloik/SweetBool.git
Revision (git rev-parse @):
f6ddbef6887b4c9c6f32d23e6e5bf734465ef77d
SUCCESS checkout https://github.com/sloik/SweetBool.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sloik/SweetBool.git
https://github.com/sloik/SweetBool.git
{
  "dependencies" : [
    {
      "identity" : "aliaswonderland",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/AliasWonderland.git"
    },
    {
      "identity" : "funckeypath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/FuncKeyPath.git"
    }
  ],
  "manifest_display_name" : "SweetBool",
  "name" : "SweetBool",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SweetBool",
      "targets" : [
        "SweetBool"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SweetPredicate",
      "targets" : [
        "SweetPredicate"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SweetPredicateTests",
      "module_type" : "SwiftTarget",
      "name" : "SweetPredicateTests",
      "path" : "Tests/SweetPredicateTests",
      "product_dependencies" : [
        "AliasWonderland",
        "FuncKeyPath"
      ],
      "sources" : [
        "Mocks/MockPredicate.swift",
        "Mocks/PredicateURL.swift",
        "PredicateCombinatorPublicAPITests.swift",
        "PredicateCombinatorTests.swift"
      ],
      "target_dependencies" : [
        "SweetPredicate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SweetPredicate",
      "module_type" : "SwiftTarget",
      "name" : "SweetPredicate",
      "path" : "Sources/SweetPredicate",
      "product_memberships" : [
        "SweetPredicate"
      ],
      "sources" : [
        "Predicates/PredicateTypeImplementations.swift",
        "_Public/PredicateType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SweetBoolTests",
      "module_type" : "SwiftTarget",
      "name" : "SweetBoolTests",
      "path" : "Tests/SweetBoolTests",
      "product_dependencies" : [
        "AliasWonderland"
      ],
      "sources" : [
        "PredicateTests.swift",
        "SweetBoolTests.swift"
      ],
      "target_dependencies" : [
        "SweetBool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SweetBool",
      "module_type" : "SwiftTarget",
      "name" : "SweetBool",
      "path" : "Sources/SweetBool",
      "product_dependencies" : [
        "FuncKeyPath"
      ],
      "product_memberships" : [
        "SweetBool"
      ],
      "sources" : [
        "_Public/SweetBool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/13] Write sources
[4/13] Write swift-version-2F0A5646E1D333AE.txt
[6/21] Compiling FuncKeyPath FuncKeyPath.swift
[7/21] Emitting module FuncKeyPath
[7/21] Write Objects.LinkFileList
[8/21] Linking libFuncKeyPath.dylib
[10/23] Compiling SweetPredicate PredicateType.swift
[11/23] Emitting module AliasWonderland
[12/23] Emitting module SweetBool
[13/23] Compiling AliasWonderland ClosuresAliases.swift
[14/23] Compiling SweetBool SweetBool.swift
[15/23] Compiling AliasWonderland SideEffectAliases.swift
[16/23] Emitting module SweetPredicate
[17/23] Compiling SweetPredicate PredicateTypeImplementations.swift
[17/23] Write Objects.LinkFileList
[20/23] Linking libAliasWonderland.dylib
[21/23] Linking libSweetBool.dylib
[22/23] Linking libSweetPredicate.dylib
Build complete! (8.70s)
Fetching https://github.com/sloik/FuncKeyPath.git
Fetching https://github.com/sloik/AliasWonderland.git
[1/26] Fetching funckeypath
[27/243] Fetching funckeypath, aliaswonderland
Fetched https://github.com/sloik/FuncKeyPath.git from cache (0.68s)
Fetched https://github.com/sloik/AliasWonderland.git from cache (0.68s)
Computing version for https://github.com/sloik/FuncKeyPath.git
Computed https://github.com/sloik/FuncKeyPath.git at 1.0.0 (3.56s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.45s)
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/sloik/FuncKeyPath.git
Working copy of https://github.com/sloik/FuncKeyPath.git resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aliaswonderland",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/AliasWonderland.git"
    },
    {
      "identity" : "funckeypath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/FuncKeyPath.git"
    }
  ],
  "manifest_display_name" : "SweetBool",
  "name" : "SweetBool",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SweetBool",
      "targets" : [
        "SweetBool"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SweetPredicate",
      "targets" : [
        "SweetPredicate"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SweetPredicateTests",
      "module_type" : "SwiftTarget",
      "name" : "SweetPredicateTests",
      "path" : "Tests/SweetPredicateTests",
      "product_dependencies" : [
        "AliasWonderland",
        "FuncKeyPath"
      ],
      "sources" : [
        "Mocks/MockPredicate.swift",
        "Mocks/PredicateURL.swift",
        "PredicateCombinatorPublicAPITests.swift",
        "PredicateCombinatorTests.swift"
      ],
      "target_dependencies" : [
        "SweetPredicate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SweetPredicate",
      "module_type" : "SwiftTarget",
      "name" : "SweetPredicate",
      "path" : "Sources/SweetPredicate",
      "product_memberships" : [
        "SweetPredicate"
      ],
      "sources" : [
        "Predicates/PredicateTypeImplementations.swift",
        "_Public/PredicateType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SweetBoolTests",
      "module_type" : "SwiftTarget",
      "name" : "SweetBoolTests",
      "path" : "Tests/SweetBoolTests",
      "product_dependencies" : [
        "AliasWonderland"
      ],
      "sources" : [
        "PredicateTests.swift",
        "SweetBoolTests.swift"
      ],
      "target_dependencies" : [
        "SweetBool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SweetBool",
      "module_type" : "SwiftTarget",
      "name" : "SweetBool",
      "path" : "Sources/SweetBool",
      "product_dependencies" : [
        "FuncKeyPath"
      ],
      "product_memberships" : [
        "SweetBool"
      ],
      "sources" : [
        "_Public/SweetBool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.