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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ilyapuchka/common-parsers.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ilyapuchka/common-parsers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/36] Compiling Prelude Alt.swift
[5/36] Compiling Prelude Array.swift
[6/36] Compiling Prelude Collection.swift
[7/36] Compiling Prelude CommutativeRing.swift
[8/36] Compiling Prelude Comparable.swift
[9/40] Compiling Prelude String.swift
[10/40] Compiling Prelude Strong.swift
[11/40] Compiling Prelude Tuple.swift
[12/40] Compiling Prelude Unit.swift
[13/40] Compiling Prelude NearSemiring.swift
[14/40] Compiling Prelude Never.swift
[15/40] Compiling Prelude Operators.swift
[16/40] Compiling Prelude Optional.swift
[17/40] Emitting module Prelude
[18/40] Compiling Prelude Field.swift
[19/40] Compiling Prelude Filterable.swift
[20/40] Compiling Prelude FreeNearSemiring.swift
[21/40] Compiling Prelude Func.swift
[22/40] Compiling Prelude Function.swift
[23/40] Compiling Prelude Semigroup.swift
[24/40] Compiling Prelude Semiring.swift
[25/40] Compiling Prelude Sequence.swift
[26/40] Compiling Prelude Set.swift
[27/40] Compiling Prelude Comparator.swift
[28/40] Compiling Prelude Curry.swift
[29/40] Compiling Prelude Endo.swift
[30/40] Compiling Prelude Equatable.swift
[31/40] Compiling Prelude EuclideanRing.swift
[32/40] Compiling Prelude Parallel.swift
[33/40] Compiling Prelude Plus.swift
[34/40] Compiling Prelude PrecedenceGroups.swift
[35/40] Compiling Prelude Ring.swift
[36/40] Compiling Prelude HeytingAlgebra.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
[41/47] Compiling CommonParsers Parser.swift
[42/47] Compiling CommonParsers Template.swift
[43/47] Compiling CommonParsers PartialIso.swift
[44/47] Compiling CommonParsers Matchable.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
                             ^
[45/47] Compiling CommonParsers Format.swift
[46/47] Emitting module CommonParsers
[47/47] Compiling CommonParsers Parenthesize.swift
Build complete! (3.43s)
Fetching https://github.com/pointfreeco/swift-prelude.git from cache
Fetched https://github.com/pointfreeco/swift-prelude.git from cache (0.15s)
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)
Build complete.
Done.