Build Information
Failed to build wren-swift with Swift 5.8 for Linux.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/wren-swift.git
Reference: develop
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/helje5/wren-swift
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 3b47faa Update README.md
Cloned https://github.com/helje5/wren-swift.git
Revision (git rev-parse @):
3b47faaaf46c95ba551113d9ef49f483081354b3
SUCCESS checkout https://github.com/helje5/wren-swift.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[0/1] Compiling CWren wren.c
[2/11] Compiling Wren Handle.swift
[3/12] Compiling Wren Foreign.swift
[4/12] Compiling Wren Values.swift
[5/12] Emitting module Wren
[6/12] Compiling Wren WrenVM.swift
[7/12] Compiling Wren ValueConvertible.swift
[8/12] Compiling Wren Slots.swift
[9/12] Compiling Wren Callbacks.swift
/host/spi-builder-workspace/Sources/Wren/Callbacks.swift:27:15: error: cannot find 'strlen' in scope
let len = strlen(text) // yes, this one is 0-terminated
^~~~~~
[10/12] Compiling Wren Configuration.swift
/host/spi-builder-workspace/Sources/Wren/Callbacks.swift:27:15: error: cannot find 'strlen' in scope
let len = strlen(text) // yes, this one is 0-terminated
^~~~~~
[11/12] Compiling Wren Dynamic.swift
[12/12] Compiling Wren Error.swift
[0/1] Planning build
Building for debugging...
[1/3] Compiling Wren Configuration.swift
[2/9] Emitting module Wren
[3/9] Compiling Wren Callbacks.swift
/host/spi-builder-workspace/Sources/Wren/Callbacks.swift:27:15: error: cannot find 'strlen' in scope
let len = strlen(text) // yes, this one is 0-terminated
^~~~~~
[4/11] Compiling Wren WrenVM.swift
[5/11] Compiling Wren Error.swift
[6/11] Compiling Wren Dynamic.swift
[7/11] Compiling Wren Values.swift
[8/11] Compiling Wren ValueConvertible.swift
[9/11] Compiling Wren Foreign.swift
[10/11] Compiling Wren Slots.swift
[11/11] Compiling Wren Handle.swift
BUILD FAILURE 5.8 linux