The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BytePattern with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sajjon/BytePattern.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Sajjon/BytePattern
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 663d343 Revert MainActor change
Cloned https://github.com/Sajjon/BytePattern.git
Revision (git rev-parse @):
663d343d5f2c516e09fdac37db18dd1214a0bcda
SUCCESS checkout https://github.com/Sajjon/BytePattern.git at main
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics (0.40s)
Fetched https://github.com/apple/swift-algorithms (0.40s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.0.0 (1.16s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.10s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bytepattern",
      "name": "BytePattern",
      "url": "https://github.com/Sajjon/BytePattern.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BytePattern",
      "dependencies": [
        {
          "identity": "swift-algorithms",
          "name": "swift-algorithms",
          "url": "https://github.com/apple/swift-algorithms",
          "version": "1.2.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
          "dependencies": [
            {
              "identity": "swift-numerics",
              "name": "swift-numerics",
              "url": "https://github.com/apple/swift-numerics.git",
              "version": "1.0.2",
              "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Sajjon/BytePattern.git
[1/187] Fetching bytepattern
Fetched https://github.com/Sajjon/BytePattern.git (0.36s)
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms (0.32s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.04s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git (0.31s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.04s)
Creating working copy for https://github.com/Sajjon/BytePattern.git
Working copy of https://github.com/Sajjon/BytePattern.git resolved at main
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'bytepattern' is not used by any target
Found 1 product dependencies
  - swift-algorithms
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling _NumericsShims _NumericsShims.c
[2/11] Compiling RealModule Real.swift
[3/12] Compiling RealModule RealFunctions.swift
[4/12] Compiling RealModule Float80+Real.swift
[5/12] Compiling RealModule Float16+Real.swift
[6/12] Compiling RealModule ElementaryFunctions.swift
[7/12] Compiling RealModule Float+Real.swift
[8/12] Compiling RealModule AlgebraicField.swift
[9/12] Compiling RealModule ApproximateEquality.swift
[10/12] Compiling RealModule AugmentedArithmetic.swift
[11/12] Compiling RealModule Double+Real.swift
[12/12] Emitting module RealModule
[13/35] Compiling Algorithms Split.swift
[14/35] Compiling Algorithms Stride.swift
[15/35] Compiling Algorithms Suffix.swift
[16/35] Compiling Algorithms Partition.swift
[17/35] Compiling Algorithms Permutations.swift
[18/35] Compiling Algorithms Product.swift
[19/38] Compiling Algorithms Compacted.swift
[20/38] Compiling Algorithms Cycle.swift
[21/38] Compiling Algorithms EitherSequence.swift
[22/38] Compiling Algorithms AdjacentPairs.swift
[23/38] Compiling Algorithms Chain.swift
[24/38] Compiling Algorithms Chunked.swift
[25/38] Compiling Algorithms Combinations.swift
[26/38] Compiling Algorithms RandomSample.swift
[27/38] Compiling Algorithms Reductions.swift
[28/38] Compiling Algorithms Rotate.swift
[29/38] Compiling Algorithms Intersperse.swift
[30/38] Compiling Algorithms Joined.swift
[31/38] Compiling Algorithms MinMax.swift
[32/38] Compiling Algorithms FirstNonNil.swift
[33/38] Compiling Algorithms FlattenCollection.swift
[34/38] Compiling Algorithms Indexed.swift
[35/38] Compiling Algorithms Trim.swift
[36/38] Compiling Algorithms Unique.swift
[37/38] Compiling Algorithms Windows.swift
[38/38] Emitting module Algorithms
[39/51] Compiling BytePattern IntsGroup.swift
[40/52] Compiling BytePattern FromBothEnds.swift
[41/52] Compiling BytePattern FromEnd.swift
[42/52] Compiling BytePattern Operators.swift
[43/52] Compiling BytePattern Bools.swift
[44/52] Compiling BytePattern Ints.swift
[45/52] Emitting module BytePattern
[46/52] Compiling BytePattern Data+Hex.swift
[47/52] Compiling BytePattern RandomBytes.swift
[48/52] Compiling BytePattern BytePattern.swift
[49/52] Compiling BytePattern BytePatternFinder.swift
[50/52] Compiling BytePattern SafeCompare.swift
[51/52] Compiling BytePattern SecureBytes.swift
[52/52] Compiling BytePattern Storage.swift
[53/58] Emitting module BytesMutation
[54/58] Compiling BytesMutation ContigiousBytes+Mutate.swift
[55/58] Compiling XCTAssertBytesEqual DefaultXCTAssertBytesEqualParameters.swift
[56/58] Compiling XCTAssertBytesEqual XCTAssertBytesFromHexEqual.swift
[57/58] Emitting module XCTAssertBytesEqual
[58/58] Compiling XCTAssertBytesEqual XCTAssertBytesEqual.swift
Build complete! (35.79s)
Build complete.
Done.