Build Information
Failed to build FontVertexBuilder, reference v1.2.5 (2798d9
), with Swift 5.10 for Linux on 25 Aug 2024 18:42:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/FontVertexBuilder.git
Reference: v1.2.5
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/yukiny0811/FontVertexBuilder
* tag v1.2.5 -> FETCH_HEAD
HEAD is now at 2798d9d fix dependency
Cloned https://github.com/yukiny0811/FontVertexBuilder.git
Revision (git rev-parse @):
2798d9d32937ad22c1e776320a0ddd3db19fde13
SUCCESS checkout https://github.com/yukiny0811/FontVertexBuilder.git at v1.2.5
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/yukiny0811/FontVertexBuilder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/yukiny0811/SimpleSimdSwift
Fetching https://github.com/yukiny0811/SVGPath
Fetching https://github.com/yukiny0811/SwiftyCoreText
[1/51] Fetching swiftycoretext
[52/102] Fetching swiftycoretext, simplesimdswift
[98/275] Fetching swiftycoretext, simplesimdswift, svgpath
Fetched https://github.com/yukiny0811/SimpleSimdSwift from cache (0.18s)
Fetched https://github.com/yukiny0811/SwiftyCoreText from cache (0.18s)
Fetched https://github.com/yukiny0811/SVGPath from cache (0.18s)
Computing version for https://github.com/yukiny0811/SVGPath
Computed https://github.com/yukiny0811/SVGPath at 1.0.0 (1.03s)
Computing version for https://github.com/yukiny0811/SimpleSimdSwift
Computed https://github.com/yukiny0811/SimpleSimdSwift at 1.0.1 (0.32s)
Computing version for https://github.com/yukiny0811/SwiftyCoreText
Computed https://github.com/yukiny0811/SwiftyCoreText at 1.0.0 (0.34s)
Creating working copy for https://github.com/yukiny0811/SwiftyCoreText
Working copy of https://github.com/yukiny0811/SwiftyCoreText resolved at 1.0.0
Creating working copy for https://github.com/yukiny0811/SVGPath
Working copy of https://github.com/yukiny0811/SVGPath resolved at 1.0.0
Creating working copy for https://github.com/yukiny0811/SimpleSimdSwift
Working copy of https://github.com/yukiny0811/SimpleSimdSwift resolved at 1.0.1
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/iShapeTriangulation/iShapeTriangulation_LICENSE
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/iGeometry/iGeometry_LICENSE
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/31] Compiling SimpleSimdSwift Simd+RandomPoint.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
[10/31] Compiling SimpleSimdSwift Simd+MemorySize.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
[11/31] Compiling SimpleSimdSwift Simd+3DTransform.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/31] Emitting module SimpleSimdSwift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
[13/31] Compiling SimpleSimdSwift CastShortcuts.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
[14/31] Compiling SimpleSimdSwift Alias.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
[15/31] Compiling SimpleSimdSwift EXPORTER.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
import simd
^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/SwiftyCoreText/Sources/SwiftyCoreText/EXPORTER.swift:8:19: error: no such module 'CoreText'
@_exported import CoreText
^
BUILD FAILURE 5.10 linux