This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build Genything with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/justeattakeaway/Genything.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/justeattakeaway/Genything
 * tag               2.0.0      -> FETCH_HEAD
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 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/justeattakeaway/Genything.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1457] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.42s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.36s)
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Copying LoremData.json
[2/9] Copying StateData.json
[2/9] Copying CityData.json
[2/9] Copying StreetData.json
[2/9] Copying BusinessNamesData.json
[7/9] Copying CountryData.json
[8/9] Copying PersonNamesData.json
[10/62] Emitting module Genything
[11/69] Compiling Genything Generator+orNil.swift
[12/69] Compiling Genything Generator+prepend.swift
[13/69] Compiling Genything Generator+recompose.swift
[14/69] Compiling Genything Generator+regenerate.swift
[15/69] Compiling Genything Generator+replace.swift
[16/69] Compiling Genything Generator+replacingOccurences.swift
[17/69] Compiling Genything Generator+scan.swift
[18/69] Compiling Genything Generators+weighted.swift
[19/69] Compiling Genything Generators+constant.swift
[20/69] Compiling Genything Generators+iterate.swift
[21/69] Compiling Genything Generators+loop.swift
[22/69] Compiling Genything Generators+shuffleLoop.swift
[23/69] Compiling Genything Generators+shuffled.swift
[24/69] Compiling Genything Generators+void.swift
[25/69] Compiling Genything Generator+expand.swift
[26/69] Compiling Genything Generator+filter.swift
[27/69] Compiling Genything Generator+flatMap.swift
[28/69] Compiling Genything Generator+flatten.swift
[29/69] Compiling Genything Generator+generate.swift
[30/69] Compiling Genything Generator+map.swift
[31/69] Compiling Genything Generator+or.swift
[32/69] Compiling Genything Generators+compose.swift
[33/69] Compiling Genything Generators+either.swift
[34/69] Compiling Genything Generators+join.swift
[35/69] Compiling Genything Generators+merge.swift
[36/69] Compiling Genything Generators+oneOf.swift
[37/69] Compiling Genything Generators+reduce.swift
[38/69] Compiling Genything Generators+replacing.swift
[39/69] Compiling Genything Generators+switchOnNil.swift
[40/69] Compiling Genything AnyGenerator.swift
[41/69] Compiling Genything CaseIterable+arbitrary.swift
[42/69] Compiling Genything Collection+arbitrary.swift
[43/69] Compiling Genything RandomInRangeable.swift
[44/69] Compiling Genything Range+arbitrary.swift
[45/69] Compiling Genything Arbitrary.swift
[46/69] Compiling Genything CoreLocation+Arbitrary.swift
[47/69] Compiling Genything Foundation+Arbitrary.swift
[48/69] Compiling Genything Generator+zip.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[49/69] Compiling Genything Generator+sequence.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[50/69] Compiling Genything Generator+take.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[51/69] Compiling Genything RandomSource+drop.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[52/69] Compiling Genything RandomSource.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[53/69] Compiling Genything LinearCongruentialRandomNumberGenerator.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[54/69] Compiling Genything RandomizedGenerator.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[55/69] Compiling Genything Generators.swift
[56/69] Compiling Genything String+replacingOccurences.swift
[57/69] Compiling Genything LazyGenerator.swift
[58/69] Compiling Genything Generator+also.swift
[59/69] Compiling Genything Generator+debug.swift
[60/69] Compiling Genything Generator+distinct.swift
[61/69] Compiling Genything Generator+drop.swift
[62/69] Compiling Genything Swift+Arbitrary.swift
[63/69] Compiling Genything UIKit+Arbitrary.swift
[64/69] Compiling Genything UUID+initRandomBits.swift
[65/69] Compiling Genything Composer.swift
[66/69] Compiling Genything Generator.swift
[67/69] Compiling Genything GeneratorProfiler.swift
[68/69] Compiling Genything GeneratorSequence.swift
[69/69] Compiling Genything Generators+collect.swift
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/10] Compiling Genything RandomizedGenerator.swift
[4/10] Compiling Genything LinearCongruentialRandomNumberGenerator.swift
[5/10] Compiling Genything RandomSource.swift
/host/spi-builder-workspace/Sources/Genything/Random/RandomSource.swift:59:27: error: cannot find 'arc4random' in scope
        let seed = UInt64(arc4random())
                          ^~~~~~~~~~
[6/28] Compiling Genything Generator+take.swift
[7/28] Compiling Genything RandomSource+drop.swift
[8/28] Compiling Genything Generator+sequence.swift
[9/28] Compiling Genything Generator+zip.swift
[10/28] Emitting module Genything
[11/53] Compiling Genything Generator+generate.swift
[12/53] Compiling Genything Generator+map.swift
[13/53] Compiling Genything Generator+or.swift
[14/53] Compiling Genything Generator+orNil.swift
[15/53] Compiling Genything Generator+prepend.swift
[16/54] Compiling Genything Generator+recompose.swift
[17/54] Compiling Genything Generator+regenerate.swift
[18/54] Compiling Genything Generator+replace.swift
[19/54] Compiling Genything Generator+replacingOccurences.swift
[20/54] Compiling Genything Generator+scan.swift
[21/54] Compiling Genything Generators+void.swift
[22/54] Compiling Genything Generator+drop.swift
[23/54] Compiling Genything Generator+expand.swift
[24/54] Compiling Genything Generator+filter.swift
[25/54] Compiling Genything Generator+flatMap.swift
[26/54] Compiling Genything Generator+flatten.swift
[27/54] Compiling Genything Generators+shuffleLoop.swift
[28/54] Compiling Genything Generators+shuffled.swift
[29/54] Compiling Genything Generator+also.swift
[30/54] Compiling Genything Generator+debug.swift
[31/54] Compiling Genything Generator+distinct.swift
[32/54] Compiling Genything Generators+either.swift
[33/54] Compiling Genything Generators+join.swift
[34/54] Compiling Genything Generators+merge.swift
[35/54] Compiling Genything Generators+oneOf.swift
[36/54] Compiling Genything Generators+reduce.swift
[37/54] Compiling Genything Generators+replacing.swift
[38/54] Compiling Genything Composer.swift
[39/54] Compiling Genything Generator.swift
[40/54] Compiling Genything GeneratorProfiler.swift
[41/54] Compiling Genything GeneratorSequence.swift
[42/54] Compiling Genything Generators+collect.swift
[43/54] Compiling Genything Generators+compose.swift
[44/54] Compiling Genything Generators+switchOnNil.swift
[45/54] Compiling Genything Generators+weighted.swift
[46/54] Compiling Genything Generators+constant.swift
[47/54] Compiling Genything Generators+iterate.swift
[48/54] Compiling Genything Generators+loop.swift
[49/54] Compiling Genything AnyGenerator.swift
[50/54] Compiling Genything CaseIterable+arbitrary.swift
[51/54] Compiling Genything Collection+arbitrary.swift
[52/54] Compiling Genything Range+arbitrary.swift
[53/54] Compiling Genything Foundation+Arbitrary.swift
[54/54] Compiling Genything Swift+Arbitrary.swift
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.