Build Information
Failed to build Everything, reference main (a7a99f
), with Swift 6.0 for Linux on 3 Dec 2024 10:23:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/Everything.git
Reference: main
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/schwa/Everything
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a7a99f3 Merge pull request #4 from schwa/jwight/develop
Cloned https://github.com/schwa/Everything.git
Revision (git rev-parse @):
a7a99f3637f6bc0c017ac9897fe1c8d851f7280d
SUCCESS checkout https://github.com/schwa/Everything.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/schwa/Everything.git
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
}
],
"manifest_display_name" : "Everything",
"name" : "Everything",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Everything",
"targets" : [
"Everything"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EverythingUnsafeConformances",
"targets" : [
"EverythingUnsafeConformances"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "EverythingUnsafeConformances",
"module_type" : "SwiftTarget",
"name" : "EverythingUnsafeConformances",
"path" : "Sources/EverythingUnsafeConformances",
"product_memberships" : [
"EverythingUnsafeConformances"
],
"sources" : [
"EverythingUnsafeConformances.swift"
],
"type" : "library"
},
{
"c99name" : "EverythingTests",
"module_type" : "SwiftTarget",
"name" : "EverythingTests",
"path" : "Tests/EverythingTests",
"sources" : [
"BitRange_Tests.swift",
"BitsTests.swift",
"CSVTests.swift",
"CollectionScannerTests.swift",
"CombineTests.swift",
"ComparisonTests.swift",
"HeapTests.swift",
"IdentifiableSetTests.swift",
"ParsingTests/CharacterSetTests.swift",
"PathTests.swift",
"ProcessTest.swift",
"RandomTests.swift",
"SIMDTests.swift",
"TaggedTests.swift",
"Utilities.swift",
"VersionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Everything"
],
"type" : "test"
},
{
"c99name" : "Everything",
"module_type" : "SwiftTarget",
"name" : "Everything",
"path" : "Sources/Everything",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"Everything"
],
"sources" : [
"Algorithms/AStarSearch.swift",
"Algorithms/BloomFilter.swift",
"Algorithms/CRC16.swift",
"Algorithms/Comparison.swift",
"Algorithms/DamerauLevenshtein.swift",
"Algorithms/ExponentialMovingAverageIrregular.swift",
"Algorithms/Heap.swift",
"Algorithms/OrderedSet.swift",
"Algorithms/PriorityQueue.swift",
"Algorithms/Search.swift",
"Algorithms/Visitor.swift",
"AppKit/AppKit+Extensions.swift",
"CSV/CSVDecoder.swift",
"CSV/CSVFormatter.swift",
"Coding/AnyDecodable.swift",
"Coding/BinaryEncoding.swift",
"Coding/FormEncoder.swift",
"Coding/Streams.swift",
"Color/CGColor+More.swift",
"Color/ColorConvertible.swift",
"Color/ColorParser.swift",
"Color/SystemColorPalette.swift",
"Combine/Combine.swift",
"Combine/ConcreteSubscription.swift",
"Combine/DisplayLinkPublisher.swift",
"Combine/FSEventPublisher.swift",
"Concurrency/Atomic.swift",
"Concurrency/Concurrency.swift",
"Concurrency/Threading.swift",
"CoreLocation/CoreLocation+Extensions.swift",
"CoreLocation/CoreLocation+Extensions2.swift",
"DataFormatting/Converters.swift",
"DataStructures/IdentifiableSet.swift",
"FileSystem/FSPath+Extensions.swift",
"FileSystem/FSPath.swift",
"FileSystem/FileBookmarks.swift",
"FileSystem/FileSystem.swift",
"FormatStyle.swift",
"Foundation/AnyCodingKey.swift",
"Foundation/BlockValueTransformer.swift",
"Foundation/Casts.swift",
"Foundation/CharacterSet+Extensions.swift",
"Foundation/Collections+Extensions.swift",
"Foundation/Date+Extensions.swift",
"Foundation/Errors.swift",
"Foundation/FileManager+xattr.swift",
"Foundation/Foundation+Misc.swift",
"Foundation/NSXML+Extensions.swift",
"Foundation/NumberFormatter+Extensions.swift",
"Foundation/Optional+Extensions.swift",
"Foundation/Padding.swift",
"Foundation/Process+Extensions.swift",
"Foundation/Scanner+Extensions.swift",
"Foundation/Shlex.swift",
"Foundation/String+Escaping.swift",
"Foundation/String+Extensions.swift",
"Foundation/URL+Extensions.swift",
"Foundation/UnsafeBufferPointer+Extensions.swift",
"Foundation/printColumnar.swift",
"Functional/Functional.swift",
"HID/VirtualKeyCode.swift",
"Math/Clamp.swift",
"Math/Fuzzy.swift",
"Math/Lerp.swift",
"Math/Math.swift",
"Math/signExtend.swift",
"Memory/Align.swift",
"Memory/BitRange.swift",
"Memory/BitSet.swift",
"Memory/Bits.swift",
"Memory/Endianness.swift",
"Memory/Memory.swift",
"Misc/Benchmark.swift",
"Misc/BinaryCoding.swift",
"Misc/Box.swift",
"Misc/Cache.swift",
"Misc/CompositeHash.swift",
"Misc/CustomTupleConvertable.swift",
"Misc/Errno.swift",
"Misc/Hashing.swift",
"Misc/Identified.swift",
"Misc/Logging.swift",
"Misc/LolUID.swift",
"Misc/MachTime.swift",
"Misc/Misc.swift",
"Misc/Named.swift",
"Misc/OutputStream.swift",
"Misc/Random.swift",
"Misc/Tagged+Radians.swift",
"Misc/Tagged.swift",
"Misc/Timestamp.swift",
"Misc/TrivialID.swift",
"Misc/Version.swift",
"Parsing/CollectionScanner.swift",
"Parsing/YACharacterSet.swift",
"PropertyWrappers/PropertyWrappers.swift",
"RadixedIntegerFormatStyle.swift",
"Scratch/Scratch.swift",
"SwiftUI/Binding+Extensions.swift",
"SwiftUI/Button+Extensions.swift",
"SwiftUI/Image+Extensions.swift",
"SwiftUI/InigoColorPalette.swift",
"SwiftUI/Styles.swift",
"SwiftUI/SwiftUI+Extensions.swift",
"SwiftUI/ViewAdapter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-algorithms
[1/5591] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.76s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (3.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.81s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Everything/SwiftUI/Styles.swift.gyb
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/18] Compiling RealModule Real.swift
[8/19] Compiling RealModule RealFunctions.swift
[9/19] Compiling RealModule Float80+Real.swift
[10/19] Compiling RealModule AlgebraicField.swift
[11/19] Compiling RealModule ApproximateEquality.swift
[12/19] Compiling RealModule ElementaryFunctions.swift
[13/19] Compiling RealModule AugmentedArithmetic.swift
[14/19] Compiling RealModule Double+Real.swift
[15/19] Compiling RealModule Float+Real.swift
[16/19] Compiling RealModule Float16+Real.swift
[17/19] Emitting module RealModule
[19/45] Compiling Algorithms RandomSample.swift
[20/45] Compiling Algorithms Reductions.swift
[21/45] Compiling Algorithms Rotate.swift
[22/48] Compiling Algorithms Split.swift
[23/48] Compiling Algorithms Stride.swift
[24/48] Compiling Algorithms Suffix.swift
[25/48] Compiling Algorithms Partition.swift
[26/48] Compiling Algorithms Permutations.swift
[27/48] Compiling Algorithms Product.swift
[28/48] Compiling Algorithms AdjacentPairs.swift
[29/48] Compiling Algorithms Chain.swift
[30/48] Compiling Algorithms Chunked.swift
[31/48] Compiling Algorithms Combinations.swift
[32/48] Compiling Algorithms FlattenCollection.swift
[33/48] Compiling Algorithms Grouped.swift
[34/48] Compiling Algorithms Indexed.swift
[35/48] Compiling Algorithms Intersperse.swift
[36/48] Compiling Algorithms Compacted.swift
[37/48] Compiling Algorithms Cycle.swift
[38/48] Compiling Algorithms EitherSequence.swift
[39/48] Compiling Algorithms FirstNonNil.swift
[40/48] Compiling Algorithms Joined.swift
[41/48] Compiling Algorithms Keyed.swift
[42/48] Compiling Algorithms MinMax.swift
[43/48] Compiling Algorithms Trim.swift
[44/48] Compiling Algorithms Unique.swift
[45/48] Compiling Algorithms Windows.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/48] Emitting module EverythingUnsafeConformances
/host/spi-builder-workspace/Sources/EverythingUnsafeConformances/EverythingUnsafeConformances.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 | import MultipeerConnectivity
[47/48] Compiling EverythingUnsafeConformances EverythingUnsafeConformances.swift
/host/spi-builder-workspace/Sources/EverythingUnsafeConformances/EverythingUnsafeConformances.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 | import MultipeerConnectivity
BUILD FAILURE 6.0 linux