The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CommonParsers, reference master (fb6f45), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 23:00:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ilyapuchka/common-parsers.git
Reference: master
Initialized empty Git repository in /Users/admin/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
[1/3298] Fetching swift-prelude
Fetched https://github.com/pointfreeco/swift-prelude.git from cache (0.90s)
Creating working copy for https://github.com/pointfreeco/swift-prelude.git
Working copy of https://github.com/pointfreeco/swift-prelude.git resolved at master (c61b493)
========================================
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",
  "dependencies": [
    {
      "identity": "common-parsers",
      "name": "CommonParsers",
      "url": "https://github.com/ilyapuchka/common-parsers.git",
      "version": "unspecified",
      "path": "/Users/admin/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-prelude",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ilyapuchka/common-parsers.git
[1/72] Fetching common-parsers
Fetched https://github.com/ilyapuchka/common-parsers.git from cache (0.57s)
Fetching https://github.com/pointfreeco/swift-prelude.git from cache
Fetched https://github.com/pointfreeco/swift-prelude.git from cache (0.47s)
Creating working copy for https://github.com/ilyapuchka/common-parsers.git
Working copy of https://github.com/ilyapuchka/common-parsers.git resolved at master (fb6f45c)
Creating working copy for https://github.com/pointfreeco/swift-prelude.git
Working copy of https://github.com/pointfreeco/swift-prelude.git resolved at master (b4ceef2)
warning: '.resolve-product-dependencies': dependency 'common-parsers' is not used by any target
Found 1 product dependencies
  - Prelude
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ilyapuchka/common-parsers.git
https://github.com/ilyapuchka/common-parsers.git
{
  "dependencies" : [
    {
      "identity" : "swift-prelude",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-prelude.git"
    }
  ],
  "manifest_display_name" : "CommonParsers",
  "name" : "CommonParsers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CommonParsers",
      "targets" : [
        "CommonParsers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommonParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonParsersTests",
      "path" : "Tests/CommonParsersTests",
      "sources" : [
        "CommonParsersTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CommonParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonParsers",
      "module_type" : "SwiftTarget",
      "name" : "CommonParsers",
      "path" : "Sources/CommonParsers",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "CommonParsers"
      ],
      "sources" : [
        "Format.swift",
        "Matchable.swift",
        "Parenthesize.swift",
        "Parser.swift",
        "PartialIso.swift",
        "Template.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/37] Emitting module Prelude
[5/40] Compiling Prelude Sequence.swift
[6/40] Compiling Prelude Set.swift
[7/40] Compiling Prelude String.swift
[8/40] Compiling Prelude FreeNearSemiring.swift
[9/40] Compiling Prelude Func.swift
[10/40] Compiling Prelude Function.swift
[11/40] Compiling Prelude HeytingAlgebra.swift
[12/40] Compiling Prelude Strong.swift
[13/40] Compiling Prelude Tuple.swift
[14/40] Compiling Prelude Unit.swift
[15/40] Compiling Prelude Parallel.swift
[16/40] Compiling Prelude Plus.swift
[17/40] Compiling Prelude PrecedenceGroups.swift
[18/40] Compiling Prelude Comparable.swift
[19/40] Compiling Prelude Comparator.swift
[20/40] Compiling Prelude Curry.swift
[21/40] Compiling Prelude Endo.swift
[22/40] Compiling Prelude Equatable.swift
[23/40] Compiling Prelude EuclideanRing.swift
[24/40] Compiling Prelude Field.swift
[25/40] Compiling Prelude Filterable.swift
[26/40] Compiling Prelude NearSemiring.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[27/40] Compiling Prelude Never.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[28/40] Compiling Prelude Operators.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[29/40] Compiling Prelude Optional.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[30/40] Compiling Prelude Ring.swift
[31/40] Compiling Prelude Semigroup.swift
[32/40] Compiling Prelude Semiring.swift
[33/40] Compiling Prelude Alt.swift
[34/40] Compiling Prelude Array.swift
[35/40] Compiling Prelude Collection.swift
[36/40] Compiling Prelude CommutativeRing.swift
[37/40] Compiling Prelude Hole.swift
[38/40] Compiling Prelude IO.swift
[39/40] Compiling Prelude KeyPath.swift
[40/40] Compiling Prelude Monoid.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/35] Emitting module Prelude
[3/38] Compiling Prelude Alt.swift
[4/38] Compiling Prelude Array.swift
[5/38] Compiling Prelude Collection.swift
[6/38] Compiling Prelude CommutativeRing.swift
[7/38] Compiling Prelude Equatable.swift
[8/38] Compiling Prelude EuclideanRing.swift
[9/38] Compiling Prelude Field.swift
[10/38] Compiling Prelude Filterable.swift
[11/38] Compiling Prelude NearSemiring.swift
[12/38] Compiling Prelude Never.swift
[13/38] Compiling Prelude Operators.swift
[14/38] Compiling Prelude Optional.swift
[15/38] Compiling Prelude Parallel.swift
[16/38] Compiling Prelude Plus.swift
[17/38] Compiling Prelude PrecedenceGroups.swift
[18/38] Compiling Prelude Strong.swift
[19/38] Compiling Prelude Tuple.swift
[20/38] Compiling Prelude Unit.swift
[21/38] Compiling Prelude Hole.swift
[22/38] Compiling Prelude IO.swift
[23/38] Compiling Prelude KeyPath.swift
[24/38] Compiling Prelude Monoid.swift
[25/38] Compiling Prelude FreeNearSemiring.swift
[26/38] Compiling Prelude Func.swift
[27/38] Compiling Prelude Function.swift
[28/38] Compiling Prelude HeytingAlgebra.swift
[29/38] Compiling Prelude Ring.swift
[30/38] Compiling Prelude Semigroup.swift
[31/38] Compiling Prelude Semiring.swift
[32/38] Compiling Prelude Sequence.swift
[33/38] Compiling Prelude Set.swift
[34/38] Compiling Prelude String.swift
[35/38] Compiling Prelude Comparable.swift
[36/38] Compiling Prelude Comparator.swift
[37/38] Compiling Prelude Curry.swift
[38/38] Compiling Prelude Endo.swift
[39/45] Compiling CommonParsers Format.swift
[40/45] Compiling CommonParsers Parenthesize.swift
[41/45] Compiling CommonParsers Parser.swift
[42/45] Compiling CommonParsers PartialIso.swift
[43/45] Compiling CommonParsers Matchable.swift
/Users/admin/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.
  8 |             var otherRoot = embed(value)
  9 |             var root = root
 10 |             if memcmp(&root, &otherRoot, MemoryLayout<Root>.size) == 0 {
    |                       `- warning: forming 'UnsafeRawPointer' to a variable of type 'Root'; this is likely incorrect because 'Root' may contain an object reference.
 11 |                 return ([], value)
 12 |             }
/Users/admin/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.
  8 |             var otherRoot = embed(value)
  9 |             var root = root
 10 |             if memcmp(&root, &otherRoot, MemoryLayout<Root>.size) == 0 {
    |                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'Root'; this is likely incorrect because 'Root' may contain an object reference.
 11 |                 return ([], value)
 12 |             }
[44/45] Compiling CommonParsers Template.swift
[45/45] Emitting module CommonParsers
Build complete! (2.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-prelude",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-prelude.git"
    }
  ],
  "manifest_display_name" : "CommonParsers",
  "name" : "CommonParsers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CommonParsers",
      "targets" : [
        "CommonParsers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommonParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonParsersTests",
      "path" : "Tests/CommonParsersTests",
      "sources" : [
        "CommonParsersTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CommonParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonParsers",
      "module_type" : "SwiftTarget",
      "name" : "CommonParsers",
      "path" : "Sources/CommonParsers",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "CommonParsers"
      ],
      "sources" : [
        "Format.swift",
        "Matchable.swift",
        "Parenthesize.swift",
        "Parser.swift",
        "PartialIso.swift",
        "Template.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.