The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Cachyr with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nrkno/yr-cachyr.git
Reference: master
Cloned https://github.com/nrkno/yr-cachyr.git into spi-builder-workspace
SUCCESS checkout https://github.com/nrkno/yr-cachyr.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/7] Compiling Cachyr DataConvertable.swift
/host/spi-builder-workspace/Sources/DataConvertable.swift:55:29: warning: initialization of 'UnsafeBufferPointer<Self>' results in a dangling buffer pointer
        return Data(buffer: UnsafeBufferPointer(start: &theValue, count: 1))
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DataConvertable.swift:55:56: note: implicit argument conversion from 'Self' to 'UnsafePointer<Self>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        return Data(buffer: UnsafeBufferPointer(start: &theValue, count: 1))
                                                       ^~~~~~~~~
/host/spi-builder-workspace/Sources/DataConvertable.swift:55:56: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
        return Data(buffer: UnsafeBufferPointer(start: &theValue, count: 1))
                                                       ^
[2/7] Compiling Cachyr CacheLog.swift
[3/7] Compiling Cachyr DataCache.swift
[4/7] Emitting module Cachyr
[5/7] Compiling Cachyr MemoryCache.swift
[6/7] Compiling Cachyr FileManager+xattr.swift
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:38:14: error: cannot find 'ENOATTR' in scope
        case ENOATTR:
             ^~~~~~~
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:93:20: error: cannot find 'getxattr' in scope
        var size = getxattr(url.path, name, nil, 0, 0, 0)
                   ^~~~~~~~
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:93:45: error: 'nil' requires a contextual type
        var size = getxattr(url.path, name, nil, 0, 0, 0)
                                            ^
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:104:16: error: cannot find 'getxattr' in scope
        size = getxattr(url.path, name, ptr, size, 0, 0)
               ^~~~~~~~
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:114:26: error: cannot find 'setxattr' in scope
            let result = setxattr(url.path, name, ptr, data.count, 0, 0)
                         ^~~~~~~~
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:122:22: error: cannot find 'removexattr' in scope
        let result = removexattr(url.path, name, 0)
                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/FileManager+xattr.swift:125:25: error: cannot find 'ENOATTR' in scope
            if errno != ENOATTR {
                        ^~~~~~~
[7/7] Compiling Cachyr DiskCache.swift
/host/spi-builder-workspace/Sources/DiskCache.swift:406:30: error: cannot find 'ENOATTR' in scope
            if error.code != ENOATTR {
                             ^~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2