Build Information
Successful build of Compute, reference main (7e1d08), with Swift 6.2 for Linux on 18 Apr 2026 00:03:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jcmosc/Compute.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/jcmosc/Compute
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e1d082 Fix crash when comparing fields following an enum
Submodule path 'Checkouts/swift-runtime-headers': checked out '42c0a0f7b02cc040c5a537fc5c577ca9b884dff8'
Submodule 'Checkouts/swift-runtime-headers' (https://github.com/jcmosc/swift-runtime-headers.git) registered for path 'Checkouts/swift-runtime-headers'
Cloning into '/host/spi-builder-workspace/Checkouts/swift-runtime-headers'...
Cloned https://github.com/jcmosc/Compute.git
Revision (git rev-parse @):
7e1d08250bc18cacd517a25659dbd13871cae8ac
SUCCESS checkout https://github.com/jcmosc/Compute.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/jcmosc/Compute.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/groue/Semaphore
[1/293] Fetching semaphore
[294/6351] Fetching semaphore, swift-algorithms
Fetched https://github.com/groue/Semaphore from cache (0.26s)
[243/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.47s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.93s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.80s)
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Building for debugging...
[0/48] Write sources
[3/48] Compiling Platform MachOFile.cpp
[4/48] Compiling Platform log.c
[5/48] Compiling Platform image.cpp
[6/48] Write swift-version-24593BA9C3E375BF.txt
[7/48] Compiling SwiftCorelibsCoreFoundation empty.c
[8/52] Compiling Utilities Heap.cpp
[9/52] Compiling Utilities HashTable.cpp
[11/52] Emitting module ComputeCxxSwiftSupport
[12/52] Compiling ComputeCxxSwiftSupport ComputeCxxSwiftSupport.swift
[14/53] Emitting module _ComputeTestSupport
[15/53] Compiling _ComputeTestSupport AssertEqualWithDiff.swift
[15/54] Compiling AGUniqueID.cpp
[17/54] Compiling Time.cpp
[18/54] Compiling MetadataVisitor.cpp
[19/54] Compiling AGTuple.cpp
[20/54] Compiling Trace.cpp
[21/54] Compiling AGType.cpp
[22/54] Compiling Log.cpp
[23/54] Compiling ContextDescriptor.cpp
[24/54] Compiling ExternalTrace.cpp
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:237:9: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
237 | PLATFORM_SHA1_Init(&context);
| ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:20:28: note: expanded from macro 'PLATFORM_SHA1_Init'
20 | #define PLATFORM_SHA1_Init SHA1_Init
| ^
/usr/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
| ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
182 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:240:9: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
240 | PLATFORM_SHA1_Update(&context, prefix, sizeof(prefix));
| ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:21:30: note: expanded from macro 'PLATFORM_SHA1_Update'
21 | #define PLATFORM_SHA1_Update SHA1_Update
| ^
/usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
| ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
182 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:249:13: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
249 | PLATFORM_SHA1_Update(&context, info.identifier, sizeof(((platform_image_info_t *)0)->identifier));
| ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:21:30: note: expanded from macro 'PLATFORM_SHA1_Update'
21 | #define PLATFORM_SHA1_Update SHA1_Update
| ^
/usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
| ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
182 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:250:13: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
250 | PLATFORM_SHA1_Update(&context, &info.offset, sizeof(((platform_image_info_t *)0)->offset));
| ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:21:30: note: expanded from macro 'PLATFORM_SHA1_Update'
21 | #define PLATFORM_SHA1_Update SHA1_Update
| ^
/usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
| ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
182 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:254:9: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
254 | PLATFORM_SHA1_Final(digest, &context);
| ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:22:29: note: expanded from macro 'PLATFORM_SHA1_Final'
22 | #define PLATFORM_SHA1_Final SHA1_Final
| ^
/usr/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
| ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
182 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
5 warnings generated.
[25/54] Compiling Metadata.cpp
[26/54] Compiling Subgraph.cpp
[27/54] Compiling NodeCache.cpp
[28/54] Compiling AGSubgraph.cpp
[29/54] Compiling TreeDataElement.cpp
[30/54] Compiling AGTreeValue.cpp
[31/54] Compiling AGTreeElement.cpp
[32/54] Compiling TraceRecorder.cpp
[33/54] Compiling AGDescription.mm
[34/54] Compiling UpdateStack.cpp
[35/54] Compiling KeyTable.cpp
[36/54] Compiling Zone.cpp
[37/54] Compiling Graph.mm
[38/54] Compiling AGGraph.mm
[39/54] Compiling Table.cpp
[40/54] Compiling AGGraph.cpp
[41/54] Compiling Context.cpp
[42/54] Compiling Errors.cpp
[43/54] Compiling AGClosure.cpp
[44/54] Compiling Graph.cpp
[45/54] Compiling WeakAttributeID.cpp
[46/54] Compiling Compare.cpp
[47/54] Compiling AGComparison.cpp
[48/54] Compiling AGAttribute.cpp
[49/54] Compiling LayoutDescriptor.cpp
[50/54] Compiling AttributeID.cpp
[51/54] Compiling IndirectNode.cpp
[52/54] Compiling AGWeakAttribute.cpp
[53/54] Compiling Node.cpp
[55/81] Emitting module Compute
/host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift:2:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import ComputeCxx
2 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
3 |
4 | struct ProtocolConformance {
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
2 |
3 | extension String {
[56/81] Compiling Compute AttributeBodyVisitor.swift
[57/81] Compiling Compute External.swift
[58/81] Compiling Compute IndirectAttribute.swift
[59/81] Compiling Compute ObservedAttribute.swift
[60/81] Compiling Compute Graph.swift
[61/81] Compiling Compute Subgraph.swift
[62/81] Compiling Compute TreeElement.swift
[63/84] Compiling Compute Map.swift
[64/84] Compiling Compute Rule.swift
[65/84] Compiling Compute StatefulRule.swift
[66/84] Compiling Compute AnyRuleContext.swift
[67/84] Compiling Compute AnyOptionalAttribute.swift
[68/84] Compiling Compute OptionalAttribute.swift
[69/84] Compiling Compute PointerOffset.swift
[70/84] Compiling Compute Focus.swift
[71/84] Compiling Compute CompareValues.swift
[72/84] Compiling Compute Enum.swift
[73/84] Compiling Compute Metadata.swift
[74/84] Compiling Compute RuleContext.swift
[75/84] Compiling Compute AnyWeakAttribute.swift
[76/84] Compiling Compute WeakAttribute.swift
[77/84] Compiling Compute Compute.swift
[78/84] Compiling Compute AnyAttribute.swift
/host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift:2:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import ComputeCxx
2 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
3 |
4 | struct ProtocolConformance {
[79/84] Compiling Compute Attribute.swift
/host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift:2:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import ComputeCxx
2 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
3 |
4 | struct ProtocolConformance {
[80/84] Compiling Compute AttributeType.swift
/host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift:2:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import ComputeCxx
2 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
3 |
4 | struct ProtocolConformance {
[81/84] Compiling Compute AttributeBody.swift
/host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift:2:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import ComputeCxx
2 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
3 |
4 | struct ProtocolConformance {
[82/84] Compiling Compute Signature.swift
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
2 |
3 | extension String {
[83/84] Compiling Compute Tuple.swift
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
2 |
3 | extension String {
[84/84] Compiling Compute String+CFString.swift
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
1 | import Foundation
| `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
2 |
3 | extension String {
Build complete! (63.93s)
Build complete.
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "semaphore",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/Semaphore"
}
],
"manifest_display_name" : "Compute",
"name" : "Compute",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "Compute",
"targets" : [
"Compute"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ComputeTestSupport",
"targets" : [
"_ComputeTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_ComputeTestSupport",
"module_type" : "SwiftTarget",
"name" : "_ComputeTestSupport",
"path" : "Sources/_ComputeTestSupport",
"product_memberships" : [
"_ComputeTestSupport"
],
"sources" : [
"AssertEqualWithDiff.swift"
],
"type" : "library"
},
{
"c99name" : "UtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "UtilitiesTests",
"path" : "Tests/UtilitiesTests",
"sources" : [
"HashTableTests.swift",
"HeapTests.swift",
"ListTests.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "test"
},
{
"c99name" : "Utilities",
"module_type" : "ClangTarget",
"name" : "Utilities",
"path" : "Sources/Utilities",
"product_memberships" : [
"Compute"
],
"sources" : [
"HashTable.cpp",
"Heap.cpp"
],
"target_dependencies" : [
"Platform",
"SwiftCorelibsCoreFoundation"
],
"type" : "library"
},
{
"c99name" : "SwiftCorelibsCoreFoundation",
"module_type" : "ClangTarget",
"name" : "SwiftCorelibsCoreFoundation",
"path" : "Sources/SwiftCorelibsCoreFoundation",
"product_memberships" : [
"Compute"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "Platform",
"module_type" : "ClangTarget",
"name" : "Platform",
"path" : "Sources/Platform",
"product_memberships" : [
"Compute"
],
"sources" : [
"MachOFile.cpp",
"image.cpp",
"log.c"
],
"type" : "library"
},
{
"c99name" : "ComputeTests",
"module_type" : "SwiftTarget",
"name" : "ComputeTests",
"path" : "Tests/ComputeTests",
"product_dependencies" : [
"Algorithms",
"Semaphore"
],
"sources" : [
"Shared/Attribute/AnyAttributeTests.swift",
"Shared/Attribute/AttributeBodyTests.swift",
"Shared/Attribute/AttributeTests.swift",
"Shared/Attribute/ExternalTests.swift",
"Shared/Attribute/IndirectAttributeTests.swift",
"Shared/Attribute/RuleTests.swift",
"Shared/Attribute/WeakAttributeTests.swift",
"Shared/Graph+DictionaryDescription.swift",
"Shared/Graph/GraphTests.swift",
"Shared/Runtime/CompareValuesTests.swift",
"Shared/Runtime/MetadataTests.swift",
"Shared/Runtime/ReflectionTests.swift",
"Shared/Runtime/TupleTypeTests.swift",
"Shared/Subgraph/SubgraphTests.swift",
"Shared/Subgraph/TreeTests.swift",
"Shared/SubgraphApplyingTrait.swift",
"Shared/TestTypes.swift",
"Shims.swift"
],
"target_dependencies" : [
"Compute",
"_ComputeTestSupport"
],
"type" : "test"
},
{
"c99name" : "ComputeLayoutDescriptorTests",
"module_type" : "SwiftTarget",
"name" : "ComputeLayoutDescriptorTests",
"path" : "Tests/ComputeLayoutDescriptorTests",
"sources" : [
"Shared/CompareValuesTests.swift",
"Shared/PrefetchCompareValuesTests.swift",
"Shared/Util/reprinting.swift",
"Shims.swift"
],
"target_dependencies" : [
"Compute"
],
"type" : "test"
},
{
"c99name" : "ComputeCxxSwiftSupport",
"module_type" : "SwiftTarget",
"name" : "ComputeCxxSwiftSupport",
"path" : "Sources/ComputeCxxSwiftSupport",
"product_memberships" : [
"Compute"
],
"sources" : [
"ComputeCxxSwiftSupport.swift"
],
"type" : "library"
},
{
"c99name" : "ComputeCxx",
"module_type" : "ClangTarget",
"name" : "ComputeCxx",
"path" : "Sources/ComputeCxx",
"product_memberships" : [
"Compute"
],
"sources" : [
"Attribute/AttributeData/Node/IndirectNode.cpp",
"Attribute/AttributeData/Node/Node.cpp",
"Attribute/AttributeID/AGAttribute.cpp",
"Attribute/AttributeID/AGWeakAttribute.cpp",
"Attribute/AttributeID/AttributeID.cpp",
"Attribute/AttributeID/WeakAttributeID.cpp",
"Closure/AGClosure.cpp",
"Comparison/AGComparison.cpp",
"Comparison/Compare.cpp",
"Comparison/LayoutDescriptor.cpp",
"Data/Table.cpp",
"Data/Zone.cpp",
"Errors/Errors.cpp",
"Graph/AGDescription.mm",
"Graph/AGGraph.cpp",
"Graph/AGGraph.mm",
"Graph/Context.cpp",
"Graph/Graph.cpp",
"Graph/Graph.mm",
"Graph/KeyTable.cpp",
"Graph/TraceRecorder.cpp",
"Graph/Tree/AGTreeElement.cpp",
"Graph/Tree/AGTreeValue.cpp",
"Graph/Tree/TreeDataElement.cpp",
"Graph/UpdateStack.cpp",
"Log/Log.cpp",
"Subgraph/AGSubgraph.cpp",
"Subgraph/NodeCache.cpp",
"Subgraph/Subgraph.cpp",
"Swift/AGTuple.cpp",
"Swift/AGType.cpp",
"Swift/ContextDescriptor.cpp",
"Swift/Metadata.cpp",
"Swift/MetadataVisitor.cpp",
"Time/Time.cpp",
"Trace/ExternalTrace.cpp",
"Trace/Trace.cpp",
"UniqueID/AGUniqueID.cpp"
],
"target_dependencies" : [
"Platform",
"Utilities",
"ComputeCxxSwiftSupport",
"SwiftCorelibsCoreFoundation"
],
"type" : "library"
},
{
"c99name" : "Compute",
"module_type" : "SwiftTarget",
"name" : "Compute",
"path" : "Sources/Compute",
"product_memberships" : [
"Compute"
],
"sources" : [
"Attribute/AnyAttribute.swift",
"Attribute/Attribute.swift",
"Attribute/AttributeType.swift",
"Attribute/Body/AttributeBody.swift",
"Attribute/Body/AttributeBodyVisitor.swift",
"Attribute/External.swift",
"Attribute/Indirect/IndirectAttribute.swift",
"Attribute/Observed/ObservedAttribute.swift",
"Attribute/Optional/AnyOptionalAttribute.swift",
"Attribute/Optional/OptionalAttribute.swift",
"Attribute/PointerOffset.swift",
"Attribute/Rule/Focus.swift",
"Attribute/Rule/Map.swift",
"Attribute/Rule/Rule.swift",
"Attribute/Rule/StatefulRule.swift",
"Attribute/RuleContext/AnyRuleContext.swift",
"Attribute/RuleContext/RuleContext.swift",
"Attribute/Weak/AnyWeakAttribute.swift",
"Attribute/Weak/WeakAttribute.swift",
"Compute.swift",
"Graph/Graph.swift",
"Graph/Subgraph.swift",
"Graph/TreeElement.swift",
"Runtime/CompareValues.swift",
"Runtime/Enum.swift",
"Runtime/Metadata.swift",
"Runtime/Signature.swift",
"Runtime/Tuple.swift",
"Utility/FoundationExtensions/String+CFString.swift"
],
"target_dependencies" : [
"ComputeCxx"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.