The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EditorConfig with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/EditorConfig.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/EditorConfig
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7d9d3e3 Begin migration to swift-glob
Cloned https://github.com/ChimeHQ/EditorConfig.git
Revision (git rev-parse @):
7d9d3e3bdff8f55d84f7b4080eb9e7da63429460
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/EditorConfig.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/EditorConfig.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/davbeck/swift-glob
[1/274] Fetching swift-glob
Fetched https://github.com/davbeck/swift-glob from cache (0.24s)
Creating working copy for https://github.com/davbeck/swift-glob
Working copy of https://github.com/davbeck/swift-glob resolved at 6b93163b2db5ac639eeb274c473f16f5a6dd8a95
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Glob Pattern.swift
[5/9] Compiling Glob Pattern+Options.swift
[6/9] Emitting module Glob
[7/9] Compiling Glob InvalidPattern.swift
[8/9] Compiling Glob GlobSearch.swift
[9/9] Compiling Glob Pattern+Match.swift
[11/15] Compiling EditorConfig Resolver.swift
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:6:8: warning: associated value 'unsupportedURL' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
                case unsupportedURL(URL)
                     ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:7:8: warning: associated value 'noParentDirectories' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
                case noParentDirectories(URL)
                     ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/.build/checkouts/swift-glob/Sources/Glob/Pattern+Options.swift:34:21: warning: static property 'default' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
                public static let `default`: Self = .init(
                                  ^
[12/15] Compiling EditorConfig Directive.swift
[13/15] Compiling EditorConfig Parser.swift
[14/15] Emitting module EditorConfig
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:6:8: warning: associated value 'unsupportedURL' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
                case unsupportedURL(URL)
                     ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/EditorConfig/Resolver.swift:7:8: warning: associated value 'noParentDirectories' of 'Sendable'-conforming enum 'Failure' has non-sendable type 'URL'
                case noParentDirectories(URL)
                     ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[15/15] Compiling EditorConfig Configuration.swift
Build complete! (7.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-glob",
      "requirement" : {
        "revision" : [
          "6b93163b2db5ac639eeb274c473f16f5a6dd8a95"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/davbeck/swift-glob"
    }
  ],
  "manifest_display_name" : "EditorConfig",
  "name" : "EditorConfig",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EditorConfig",
      "targets" : [
        "EditorConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EditorConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "EditorConfigTests",
      "path" : "Tests/EditorConfigTests",
      "sources" : [
        "ConfigurationTests.swift",
        "ParserTests.swift",
        "ResolverTests.swift"
      ],
      "target_dependencies" : [
        "EditorConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EditorConfig",
      "module_type" : "SwiftTarget",
      "name" : "EditorConfig",
      "path" : "Sources/EditorConfig",
      "product_dependencies" : [
        "Glob"
      ],
      "product_memberships" : [
        "EditorConfig"
      ],
      "sources" : [
        "Configuration.swift",
        "Directive.swift",
        "Parser.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.

Build Machine: Linux 2