Build Information
Successful build of SwiftCPUDetect, reference 2.0.0-beta.2 (3f5273
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 03:45:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ITzTravelInTime/SwiftCPUDetect.git
Reference: 2.0.0-beta.2
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/ITzTravelInTime/SwiftCPUDetect
* tag 2.0.0-beta.2 -> FETCH_HEAD
HEAD is now at 3f52734 Fixed a unit test issue.
Cloned https://github.com/ITzTravelInTime/SwiftCPUDetect.git
Revision (git rev-parse @):
3f5273451e3d0bd9ab38d688c89b703adc598b4c
SUCCESS checkout https://github.com/ITzTravelInTime/SwiftCPUDetect.git at 2.0.0-beta.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/ITzTravelInTime/SwiftCPUDetect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ITzTravelInTime/SwiftPackagesBase
[1/204] Fetching swiftpackagesbase
Fetched https://github.com/ITzTravelInTime/SwiftPackagesBase from cache (0.22s)
Computing version for https://github.com/ITzTravelInTime/SwiftPackagesBase
Computed https://github.com/ITzTravelInTime/SwiftPackagesBase at 0.0.23 (0.57s)
Creating working copy for https://github.com/ITzTravelInTime/SwiftPackagesBase
Working copy of https://github.com/ITzTravelInTime/SwiftPackagesBase resolved at 0.0.23
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling SwiftPackagesBase OtherExtensins.swift
[6/19] Compiling SwiftPackagesBase OtherProtocols.swift
[7/21] Compiling SwiftPackagesBase DictionaryExtensions.swift
[8/21] Compiling SwiftPackagesBase FetchingProtocols.swift
[9/21] Compiling SwiftPackagesBase FileManagerExtensions.swift
[10/21] Compiling SwiftPackagesBase FloatingPointExtensins.swift
[11/21] Compiling SwiftPackagesBase IntegerExtensins.swift
[12/21] Compiling SwiftPackagesBase NumericExtensions.swift
[13/21] Compiling SwiftPackagesBase RepresentableExtensions.swift
[14/21] Compiling SwiftPackagesBase RepresentableProtocols.swift
[15/21] Compiling SwiftPackagesBase BundleExtensions.swift
[16/21] Compiling SwiftPackagesBase DateExtensions.swift
[17/21] Emitting module SwiftPackagesBase
[18/21] Compiling SwiftPackagesBase ArrayExtensions.swift
[19/21] Compiling SwiftPackagesBase BoolExtensions.swift
[20/21] Compiling SwiftPackagesBase SimulatableDetectableProtocols.swift
[21/21] Compiling SwiftPackagesBase StringExtensions.swift
[23/36] Compiling SwiftSystemValues SysctlDarwin.swift
[24/36] Compiling SwiftSystemValues SysctlHW.swift
[25/37] Compiling SwiftSystemValues SysctlMachdep.swift
[26/37] Compiling SwiftSystemValues SysctlProtocols.swift
[27/37] Compiling SwiftSystemValues SysctlKernel.swift
[28/37] Compiling SwiftSystemValues SysctlLinux.swift
[29/37] Compiling SwiftSystemValues Sysctl.swift
[30/37] Compiling SwiftSystemValues SysctlCPU.swift
[31/37] Compiling SwiftSystemValues x86_CPUID.swift
[32/37] Compiling SwiftSystemValues FileSystemFetchLinux.swift
[33/37] Compiling SwiftSystemValues Print.swift
[34/37] Compiling SwiftSystemValues FileSystemFetch.swift
[35/37] Compiling SwiftSystemValues FileSystemFetchCPULinux.swift
[36/37] Emitting module SwiftSystemValues
[37/37] Compiling SwiftSystemValues x86_CPUIDValues.swift
[39/46] Compiling SwiftCPUDetect HwInfo.swift
[40/46] Compiling SwiftCPUDetect CPUArchitecture.swift
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:281:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
279 | }
280 |
281 | extension CpuArchitecture.AppArchitectures: DetectProtocol{
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
282 |
283 | private struct MEM{
[41/46] Emitting module SwiftCPUDetect
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:281:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
279 | }
280 |
281 | extension CpuArchitecture.AppArchitectures: DetectProtocol{
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
282 |
283 | private struct MEM{
[42/46] Compiling SwiftCPUDetect Extensions.swift
[43/46] Compiling SwiftCPUDetect AppExecution.swift
[44/46] Compiling SwiftCPUDetect GPUInfo.swift
[45/46] Compiling SwiftCPUDetect Print.swift
[46/46] Compiling SwiftCPUDetect UnameReimplementation.swift
Build complete! (13.38s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftpackagesbase",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.22",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ITzTravelInTime/SwiftPackagesBase"
}
],
"manifest_display_name" : "SwiftCPUDetect",
"name" : "SwiftCPUDetect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "7.0"
},
{
"name" : "macos",
"version" : "10.9"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftCPUDetect",
"targets" : [
"SwiftCPUDetect",
"SwiftSystemValues"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftSystemValues",
"targets" : [
"SwiftSystemValues"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSystemValues",
"module_type" : "SwiftTarget",
"name" : "SwiftSystemValues",
"path" : "Sources/SwiftSystemValues",
"product_dependencies" : [
"SwiftPackagesBase"
],
"product_memberships" : [
"SwiftCPUDetect",
"SwiftSystemValues"
],
"sources" : [
"FileSystemFetch.swift",
"FileSystemFetchCPULinux.swift",
"FileSystemFetchLinux.swift",
"Print.swift",
"Sysctl.swift",
"SysctlCPU.swift",
"SysctlDarwin.swift",
"SysctlHW.swift",
"SysctlKernel.swift",
"SysctlLinux.swift",
"SysctlMachdep.swift",
"SysctlProtocols.swift",
"x86_CPUID.swift",
"x86_CPUIDValues.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftCPUDetectTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCPUDetectTests",
"path" : "Tests/SwiftCPUDetectTests",
"sources" : [
"SwiftCPUDetectTests.swift"
],
"target_dependencies" : [
"SwiftCPUDetect",
"SwiftSystemValues"
],
"type" : "test"
},
{
"c99name" : "SwiftCPUDetect",
"module_type" : "SwiftTarget",
"name" : "SwiftCPUDetect",
"path" : "Sources/SwiftCPUDetect",
"product_dependencies" : [
"SwiftPackagesBase"
],
"product_memberships" : [
"SwiftCPUDetect"
],
"sources" : [
"AppExecution.swift",
"CPUArchitecture.swift",
"Extensions.swift",
"GPUInfo.swift",
"HwInfo.swift",
"Print.swift",
"UnameReimplementation.swift"
],
"target_dependencies" : [
"SwiftSystemValues"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.