The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Rearrange with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Rearrange.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/ChimeHQ/Rearrange
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e46be5a Explicit platform versions - as low as it can be
Cloned https://github.com/ChimeHQ/Rearrange.git
Revision (git rev-parse @):
e46be5a1e01bbd170a7113e99c0a5c2b36832fe9
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Rearrange.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/ChimeHQ/Rearrange.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/RearrangeTests/Info.plist
    /host/spi-builder-workspace/Tests/RearrangeTests/RearrangeTests.xcconfig
Building for debugging...
[1/9] Compiling Rearrange NSRange+Convenience.swift
[2/10] Compiling Rearrange UITextRange+Convenience.swift
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              iOS
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              Windows
[3/10] Compiling Rearrange String+NSRange.swift
[4/10] Emitting module Rearrange
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              iOS
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              Windows
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:13:16: warning: stored property 'range' of 'Sendable'-conforming struct 'RangeMutation' has non-sendable type 'NSRange' (aka '_NSRange')
    public let range: NSRange
               ^
Foundation._NSRange:1:15: note: struct '_NSRange' does not conform to the 'Sendable' protocol
public struct _NSRange {
              ^
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[5/10] Compiling Rearrange IndexSet+ApplyMutation.swift
[6/10] Compiling Rearrange IndexSet+NSRange.swift
[7/10] Compiling Rearrange NSRange+ApplyMutation.swift
[8/10] Compiling Rearrange NSTextRange+NSRange.swift
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
[9/10] Compiling Rearrange RangeMutation.swift
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:13:16: warning: stored property 'range' of 'Sendable'-conforming struct 'RangeMutation' has non-sendable type 'NSRange' (aka '_NSRange')
    public let range: NSRange
               ^
Foundation._NSRange:1:15: note: struct '_NSRange' does not conform to the 'Sendable' protocol
public struct _NSRange {
              ^
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[10/10] Compiling Rearrange NSRange+Shift.swift
Build complete! (4.95s)
Build complete.
Done.

Build Machine: Linux 2