The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Rearrange with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Rearrange.git
Reference: 1.8.1
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
 * tag               1.8.1      -> FETCH_HEAD
HEAD is now at 5ff7f33 Modernize readme, add some missing stuff
Cloned https://github.com/ChimeHQ/Rearrange.git
Revision (git rev-parse @):
5ff7f3363f7a08f77e0d761e38e6add31c2136e1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Rearrange.git at 1.8.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/Rearrange.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 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/RearrangeTests.xcconfig
    /host/spi-builder-workspace/Tests/RearrangeTests/Info.plist
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] 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
[4/13] 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
[5/13] Compiling Rearrange NSTextLocation+Comparable.swift
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.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/NSTextLocation+Comparable.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
[6/13] Compiling Rearrange NSRange+Shift.swift
[7/13] Compiling Rearrange NSRange+ApplyMutation.swift
[8/13] Compiling Rearrange NSRange+Convenience.swift
[9/13] Compiling Rearrange String+NSRange.swift
[10/13] Emitting module Rearrange
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.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/NSTextLocation+Comparable.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextLocation+Comparable.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
/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
[11/13] Compiling Rearrange IndexSet+ApplyMutation.swift
[12/13] Compiling Rearrange IndexSet+NSRange.swift
[13/13] 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
Build complete! (7.03s)
Build complete.
Done.

Build Machine: Linux 1