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 Genything 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/justeattakeaway/Genything.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/justeattakeaway/Genything
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ebc2021 Swift 5.7 light touch adoption of some new features (#59)
Cloned https://github.com/justeattakeaway/Genything.git
Revision (git rev-parse @):
ebc20216ba67aeb955a9d3b82873e7fc15b70ae6
SUCCESS checkout https://github.com/justeattakeaway/Genything.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/justeattakeaway/Genything.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/13] Write sources
[3/13] Copying PersonNamesData.json
[3/13] Copying StreetData.json
[3/13] Copying CountryData.json
[3/13] Copying BusinessNamesData.json
[3/13] Copying LoremData.json
[5/13] Copying StateData.json
[6/13] Write sources
[9/13] Copying CityData.json
[12/13] Write swift-version--423B1241ED78D482.txt
[14/66] Emitting module Genything
[15/73] Compiling Genything Generators+weighted.swift
[16/73] Compiling Genything Generators+constant.swift
[17/73] Compiling Genything Generators+iterate.swift
[18/73] Compiling Genything Generators+loop.swift
[19/73] Compiling Genything Generators+shuffleLoop.swift
[20/73] Compiling Genything Generators+shuffled.swift
[21/73] Compiling Genything Generators+void.swift
[22/73] Compiling Genything Generator+expand.swift
[23/73] Compiling Genything Generator+filter.swift
[24/73] Compiling Genything Generator+flatMap.swift
[25/73] Compiling Genything Generator+flatten.swift
[26/73] Compiling Genything Generator+generate.swift
[27/73] Compiling Genything Generator+map.swift
[28/73] Compiling Genything Generator+or.swift
[29/73] Compiling Genything Generator+orNil.swift
[30/73] Compiling Genything Generator+prepend.swift
[31/73] Compiling Genything Generator+recompose.swift
[32/73] Compiling Genything Generator+regenerate.swift
[33/73] Compiling Genything Generator+replace.swift
[34/73] Compiling Genything Generator+replacingOccurences.swift
[35/73] Compiling Genything Generator+scan.swift
[36/73] Compiling Genything Generator+zip.swift
[37/73] Compiling Genything Generator+sequence.swift
[38/73] Compiling Genything Generator+take.swift
[39/73] Compiling Genything RandomSource+drop.swift
[40/73] Compiling Genything RandomSource.swift
[41/73] Compiling Genything LinearCongruentialRandomNumberGenerator.swift
[42/73] Compiling Genything RandomizedGenerator.swift
[43/73] Compiling Genything Generators+compose.swift
[44/73] Compiling Genything Generators+either.swift
[45/73] Compiling Genything Generators+join.swift
[46/73] Compiling Genything Generators+merge.swift
[47/73] Compiling Genything Generators+oneOf.swift
[48/73] Compiling Genything Generators+reduce.swift
[49/73] Compiling Genything Generators+replacing.swift
[50/73] Compiling Genything Generators+switchOnNil.swift
[51/73] Compiling Genything AnyGenerator.swift
[52/73] Compiling Genything CaseIterable+arbitrary.swift
[53/73] Compiling Genything Collection+arbitrary.swift
[54/73] Compiling Genything RandomInRangeable.swift
[55/73] Compiling Genything Range+arbitrary.swift
[56/73] Compiling Genything Arbitrary.swift
[57/73] Compiling Genything CoreLocation+Arbitrary.swift
[58/73] Compiling Genything Foundation+Arbitrary.swift
[59/73] Compiling Genything Swift+Arbitrary.swift
[60/73] Compiling Genything UIKit+Arbitrary.swift
[61/73] Compiling Genything UUID+initRandomBits.swift
[62/73] Compiling Genything Composer.swift
[63/73] Compiling Genything Generator.swift
[64/73] Compiling Genything GeneratorProfiler.swift
[65/73] Compiling Genything GeneratorSequence.swift
[66/73] Compiling Genything Generators+collect.swift
[67/73] Compiling Genything Generators.swift
[68/73] Compiling Genything String+replacingOccurences.swift
[69/73] Compiling Genything LazyGenerator.swift
[70/73] Compiling Genything Generator+also.swift
[71/73] Compiling Genything Generator+debug.swift
[72/73] Compiling Genything Generator+distinct.swift
[73/73] Compiling Genything Generator+drop.swift
[74/102] Emitting module GenythingTest
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GenythingTest/Core/TestReport.swift:31:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    enum Reason<T> {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GenythingTest/Core/TestReport.swift:25:25: note: 'T' previously declared here
struct FailedTestReport<T>: Error, TestReport {
                        ^
[75/102] Compiling GenythingTest TestConfig.swift
[76/102] Compiling GenythingTest TestReport.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GenythingTest/Core/TestReport.swift:31:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    enum Reason<T> {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GenythingTest/Core/TestReport.swift:25:25: note: 'T' previously declared here
struct FailedTestReport<T>: Error, TestReport {
                        ^
[77/102] Compiling GenythingTest Gen+test.swift
[78/102] Compiling GenythingTest testAllSatisfy.swift
[79/102] Compiling GenythingTest fail.swift
[80/102] Compiling GenythingTest Assertion.swift
[81/102] Compiling GenythingTest testAll.swift
[82/102] Compiling Trickery LoremData.swift
[83/102] Compiling Trickery BusinessNamesData.swift
[84/104] Emitting module Trickery
[85/104] Compiling Trickery Fake+Coin.swift
[86/104] Compiling Trickery Fake+Emails.swift
[87/104] Compiling Trickery Fake+ID.swift
[88/104] Compiling Trickery Fake+Location.swift
[89/104] Compiling Trickery Fake+Lorem.swift
[90/104] Compiling Trickery Fake+Numerics.swift
[91/104] Compiling Trickery Fake.swift
[92/104] Compiling Trickery CityData.swift
[93/104] Compiling Trickery CountryData.swift
[94/104] Compiling Trickery Fake+Addresses.swift
[95/104] Compiling Trickery Fake+BusinessNames.swift
[96/104] Compiling Trickery Fake+Characters.swift
[97/104] Compiling Trickery Fake+PersonNames.swift
[98/104] Compiling Trickery Fake+PhoneNumbers.swift
[99/104] Compiling Trickery Fake+Web.swift
[100/104] Compiling Trickery StateData.swift
[101/104] Compiling Trickery StreetData.swift
[102/104] Compiling Trickery DataResourceCodable.swift
[103/104] Compiling Trickery PersonNamesData.swift
[104/104] Compiling Trickery resource_bundle_accessor.swift
Build complete! (9.02s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin from cache (0.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.02s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Build complete.
Done.