The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Idioms, reference 2.1.0 (6b1f04), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 00:33:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/hectr/swift-idioms.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-idioms
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 6b1f044 Release. 2.1.0
Cloned https://github.com/hectr/swift-idioms.git
Revision (git rev-parse @):
6b1f0449fbc1d2e3062a65f2ed73229367ab8c52
SUCCESS checkout https://github.com/hectr/swift-idioms.git at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-idioms",
      "name": "Idioms",
      "url": "https://github.com/hectr/swift-idioms.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-idioms",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hectr/swift-idioms.git
[1/393] Fetching swift-idioms
Fetched https://github.com/hectr/swift-idioms.git from cache (0.73s)
Creating working copy for https://github.com/hectr/swift-idioms.git
Working copy of https://github.com/hectr/swift-idioms.git resolved at 2.1.0 (6b1f044)
warning: '.resolve-product-dependencies': dependency 'swift-idioms' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/hectr/swift-idioms.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/22] Emitting module Idioms
[4/24] Compiling Idioms Vector+Sequence.swift
[5/24] Compiling Idioms Vector.swift
[6/24] Compiling Idioms String+Prepending.swift
[7/24] Compiling Idioms String+Word.swift
[8/24] Compiling Idioms Matrix2D.swift
[9/24] Compiling Idioms OptionSet+toArray.swift
[10/24] Compiling Idioms RandomAccessMutableCollection.swift
[11/24] Compiling Idioms RegularExpressionMatchOperator.swift
[12/24] Compiling Idioms ForLoop.swift
[13/24] Compiling Idioms Int+Times.swift
[14/24] Compiling Idioms IterableRandomAccessCollection.swift
[15/24] Compiling Idioms Matrix2D+Sequence.swift
[16/24] Compiling Idioms Array+appending.swift
[17/24] Compiling Idioms Array+prepending.swift
[18/24] Compiling Idioms Array+removing.swift
[19/24] Compiling Idioms CharacterSet+characters.swift
[20/24] Compiling Idioms Dictionary+deepMerging.swift
[21/24] Compiling Idioms Array+toOptionSet.swift
[22/24] Compiling Idioms Bool+ControlFlow.swift
[23/24] Compiling Idioms String+removing.swift
[24/24] Compiling Idioms StringProtocol+Subscript.swift
Build complete! (4.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Idioms",
  "name" : "Idioms",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.9"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Idioms",
      "targets" : [
        "Idioms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "IdiomsTests",
      "module_type" : "SwiftTarget",
      "name" : "IdiomsTests",
      "path" : "Tests/IdiomsTests",
      "sources" : [
        "ArrayAppendingTests.swift",
        "ArrayPrependingTests.swift",
        "ArrayRemovingTests.swift",
        "ArrayToOptionSetTests.swift",
        "CharacterSetCharactersTests.swift",
        "ControlFlowTests.swift",
        "DictionaryDeepMergingTests.swift",
        "ForLoopTests.swift",
        "IterableRandomAccessCollectionTests.swift",
        "Matrix2DTests.swift",
        "OptionSetToArrayTests.swift",
        "PrependingTests.swift",
        "RandomAccessMutableCollectionTests.swift",
        "RegularExpressionMatchOperatorTests.swift",
        "StringProtocolSubscriptTests.swift",
        "StringRemovingTests.swift",
        "StringWordTests.swift",
        "TimesTests.swift",
        "VectorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Idioms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Idioms",
      "module_type" : "SwiftTarget",
      "name" : "Idioms",
      "path" : "Sources/Idioms",
      "product_memberships" : [
        "Idioms"
      ],
      "sources" : [
        "Array+appending.swift",
        "Array+prepending.swift",
        "Array+removing.swift",
        "Array+toOptionSet.swift",
        "Bool+ControlFlow.swift",
        "CharacterSet+characters.swift",
        "Dictionary+deepMerging.swift",
        "ForLoop.swift",
        "Int+Times.swift",
        "IterableRandomAccessCollection.swift",
        "Matrix2D+Sequence.swift",
        "Matrix2D.swift",
        "OptionSet+toArray.swift",
        "RandomAccessMutableCollection.swift",
        "RegularExpressionMatchOperator.swift",
        "String+Prepending.swift",
        "String+Word.swift",
        "String+removing.swift",
        "StringProtocol+Subscript.swift",
        "Vector+Sequence.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.