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 CommonParsers 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/ilyapuchka/common-parsers.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ilyapuchka/common-parsers
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb6f45c print template without parameters
Cloned https://github.com/ilyapuchka/common-parsers.git
Revision (git rev-parse @):
fb6f45cc44c4bd3b1385bf57e67755944e405ede
SUCCESS checkout https://github.com/ilyapuchka/common-parsers.git at master
Fetching https://github.com/pointfreeco/swift-prelude.git from cache
Fetched https://github.com/pointfreeco/swift-prelude.git (0.20s)
Creating working copy for https://github.com/pointfreeco/swift-prelude.git
Working copy of https://github.com/pointfreeco/swift-prelude.git resolved at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "common-parsers",
      "name": "CommonParsers",
      "url": "https://github.com/ilyapuchka/common-parsers.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/common-parsers",
      "dependencies": [
        {
          "identity": "swift-prelude",
          "name": "Prelude",
          "url": "https://github.com/pointfreeco/swift-prelude.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-prelude",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ilyapuchka/common-parsers.git from cache
Fetched https://github.com/ilyapuchka/common-parsers.git (0.16s)
Fetching https://github.com/pointfreeco/swift-prelude.git from cache
Fetched https://github.com/pointfreeco/swift-prelude.git (0.17s)
Creating working copy for https://github.com/ilyapuchka/common-parsers.git
Working copy of https://github.com/ilyapuchka/common-parsers.git resolved at master
Creating working copy for https://github.com/pointfreeco/swift-prelude.git
Working copy of https://github.com/pointfreeco/swift-prelude.git resolved at master
warning: '.resolve-product-dependencies': dependency 'common-parsers' is not used by any target
Found 1 product dependencies
  - Prelude
========================================
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...
[1/33] Compiling Prelude Comparator.swift
[2/33] Compiling Prelude Curry.swift
[3/33] Compiling Prelude Endo.swift
[4/33] Compiling Prelude Equatable.swift
[5/33] Compiling Prelude EuclideanRing.swift
[6/33] Compiling Prelude Semigroup.swift
[7/33] Compiling Prelude Semiring.swift
[8/33] Compiling Prelude Sequence.swift
[9/33] Compiling Prelude Set.swift
[10/33] Compiling Prelude Alt.swift
[11/33] Compiling Prelude Array.swift
[12/33] Compiling Prelude Collection.swift
[13/33] Compiling Prelude CommutativeRing.swift
[14/33] Compiling Prelude Comparable.swift
[15/37] Compiling Prelude String.swift
[16/37] Compiling Prelude Strong.swift
[17/37] Compiling Prelude Tuple.swift
[18/37] Compiling Prelude Unit.swift
[19/37] Compiling Prelude Field.swift
[20/37] Compiling Prelude Filterable.swift
[21/37] Compiling Prelude FreeNearSemiring.swift
[22/37] Compiling Prelude Func.swift
[23/37] Compiling Prelude Function.swift
[24/37] Compiling Prelude NearSemiring.swift
[25/37] Compiling Prelude Never.swift
[26/37] Compiling Prelude Operators.swift
[27/37] Compiling Prelude Optional.swift
[28/37] Compiling Prelude HeytingAlgebra.swift
[29/37] Compiling Prelude Hole.swift
[30/37] Compiling Prelude IO.swift
[31/37] Compiling Prelude KeyPath.swift
[32/37] Compiling Prelude Monoid.swift
[33/37] Compiling Prelude Parallel.swift
[34/37] Compiling Prelude Plus.swift
[35/37] Compiling Prelude PrecedenceGroups.swift
[36/37] Compiling Prelude Ring.swift
[37/37] Emitting module Prelude
[38/44] Compiling CommonParsers Matchable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonParsers/Matchable.swift:10:23: warning: forming 'UnsafeRawPointer' to a variable of type 'Root'; this is likely incorrect because 'Root' may contain an object reference.
            if memcmp(&root, &otherRoot, MemoryLayout<Root>.size) == 0 {
                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonParsers/Matchable.swift:10:30: warning: forming 'UnsafeRawPointer' to a variable of type 'Root'; this is likely incorrect because 'Root' may contain an object reference.
            if memcmp(&root, &otherRoot, MemoryLayout<Root>.size) == 0 {
                             ^
[39/44] Compiling CommonParsers Template.swift
[40/44] Compiling CommonParsers Parser.swift
[41/44] Compiling CommonParsers Parenthesize.swift
[42/44] Emitting module CommonParsers
[43/44] Compiling CommonParsers Format.swift
[44/44] Compiling CommonParsers PartialIso.swift
Build complete! (8.03s)
Build complete.
Done.