The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CollectionTools, reference master (84330a), with Swift 6.0 for macOS (SPM) on 29 Apr 2026 07:55:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Collection-Tools.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Collection-Tools
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 84330a0 Merge pull request #17 from RougeWare/feature/Update/2026-04-29-Function-tools
Cloned https://github.com/RougeWare/Swift-Collection-Tools.git
Revision (git rev-parse @):
84330a040a57296eb6a4d0c801294689dab80166
SUCCESS checkout https://github.com/RougeWare/Swift-Collection-Tools.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Collection-Tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/12] Compiling FunctionTools Null functions.swift
[5/12] Compiling FunctionTools Function types.swift
[6/12] Compiling FunctionTools Curry.swift
[7/12] Compiling FunctionTools Call.swift
[8/12] Compiling FunctionTools Constant.swift
[9/12] Compiling FunctionTools Blackholes.swift
[10/12] Emitting module FunctionTools
[11/12] Compiling FunctionTools !.swift
[12/12] Compiling FunctionTools Echo.swift
[13/22] Compiling CollectionTools Collection + withoutDuplicates.swift
[14/23] Compiling CollectionTools Collection + map with transformer.swift
[15/23] Compiling CollectionTools Collection + onlyFirst & onlyLast.swift
[16/23] Compiling CollectionTools RangeReplaceableCollection + elemental operators.swift
[17/23] Compiling CollectionTools CollectionWhichCanBeEmpty.swift
[18/23] Compiling CollectionTools Collection + nonEmptyOrNil.swift
[19/23] Compiling CollectionTools Sequence + sequentialPairs.swift
[20/23] Compiling CollectionTools Collection + everyPair.swift
[21/23] Compiling CollectionTools Collection + isNotEmpty.swift
[22/23] Emitting module CollectionTools
[23/23] Compiling CollectionTools ArrayBuilder.swift
Build complete! (12.38s)
Fetching https://github.com/RougeWare/Swift-Function-Tools.git
[2/179] Fetching swift-function-tools
Fetched https://github.com/RougeWare/Swift-Function-Tools.git from cache (0.74s)
Computing version for https://github.com/RougeWare/Swift-Function-Tools.git
Computed https://github.com/RougeWare/Swift-Function-Tools.git at 2.0.0 (0.42s)
Creating working copy for https://github.com/RougeWare/Swift-Function-Tools.git
Working copy of https://github.com/RougeWare/Swift-Function-Tools.git resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-function-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
    }
  ],
  "manifest_display_name" : "CollectionTools",
  "name" : "CollectionTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionTools",
      "targets" : [
        "CollectionTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionToolsTests",
      "path" : "Tests/CollectionToolsTests",
      "sources" : [
        "ArrayBuilderTests.swift",
        "Collection + everyPair Tests.swift",
        "Collection + isNotEmpty Tests.swift",
        "Collection + map with transformer Tests.swift",
        "Collection + nonEmptyOrNil Tests.swift",
        "Collection + onlyFirst & onlyLast Tests.swift",
        "Collection + withoutDuplicates Tests.swift",
        "CollectionWhichCanBeEmpty Tests.swift",
        "RangeReplaceableCollection + elemental operator Tests.swift",
        "Sequence + sequentialPairs Tests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CollectionTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionTools",
      "module_type" : "SwiftTarget",
      "name" : "CollectionTools",
      "path" : "Sources/CollectionTools",
      "product_dependencies" : [
        "FunctionTools"
      ],
      "product_memberships" : [
        "CollectionTools"
      ],
      "sources" : [
        "ArrayBuilder.swift",
        "Collection + everyPair.swift",
        "Collection + isNotEmpty.swift",
        "Collection + map with transformer.swift",
        "Collection + nonEmptyOrNil.swift",
        "Collection + onlyFirst & onlyLast.swift",
        "Collection + withoutDuplicates.swift",
        "CollectionWhichCanBeEmpty.swift",
        "RangeReplaceableCollection + elemental operators.swift",
        "Sequence + sequentialPairs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.