The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftyProfiler, reference main (4c6c7c), with Swift 6.1 for Linux on 26 Apr 2025 19:22:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KS1019/SwiftyProfiler.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/KS1019/SwiftyProfiler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c6c7c2 Update README.md
Cloned https://github.com/KS1019/SwiftyProfiler.git
Revision (git rev-parse @):
4c6c7c2f92e9545a69db919e434777572a8db37f
SUCCESS checkout https://github.com/KS1019/SwiftyProfiler.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KS1019/SwiftyProfiler.git
https://github.com/KS1019/SwiftyProfiler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftyxcactivitylog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KS1019/SwiftyXcActivityLog"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable"
    }
  ],
  "manifest_display_name" : "SwiftyProfiler",
  "name" : "SwiftyProfiler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "swprofiler",
      "targets" : [
        "SwiftyProfiler"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyProfilerTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyProfilerTests",
      "path" : "Tests/SwiftyProfilerTests",
      "sources" : [
        "SwiftyProfilerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyProfiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyProfiler",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyProfiler",
      "path" : "Sources/SwiftyProfiler",
      "product_dependencies" : [
        "SwiftyXcActivityLog",
        "SwiftyTextTable",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swprofiler"
      ],
      "sources" : [
        "main.swift",
        "reporters/Reporter.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/KS1019/SwiftyXcActivityLog
[1/120] Fetching swiftyxcactivitylog
[57/1049] Fetching swiftyxcactivitylog, swiftytexttable
[1050/15999] Fetching swiftyxcactivitylog, swiftytexttable, swift-argument-parser
Fetched https://github.com/KS1019/SwiftyXcActivityLog from cache (0.80s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.80s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.81s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (3.09s)
Computing version for https://github.com/KS1019/SwiftyXcActivityLog
Computed https://github.com/KS1019/SwiftyXcActivityLog at 0.0.5 (0.59s)
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/1024jp/GzipSwift
[1/1236] Fetching files
[916/2785] Fetching files, gzipswift
Fetched https://github.com/1024jp/GzipSwift from cache (0.27s)
Fetched https://github.com/JohnSundell/Files from cache (0.27s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.81s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.54s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
Creating working copy for https://github.com/KS1019/SwiftyXcActivityLog
Working copy of https://github.com/KS1019/SwiftyXcActivityLog resolved at 0.0.5
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/19] Write sources
[8/19] Compiling system-zlib anchor.c
[9/19] Write swift-version-24593BA9C3E375BF.txt
[11/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/27] Emitting module ArgumentParserToolInfo
[13/28] Wrapping AST for ArgumentParserToolInfo for debugging
[15/66] Emitting module ArgumentParser
[16/71] Emitting module Gzip
[17/71] Compiling Gzip Data+Gzip.swift
[18/72] Compiling Files Files.swift
[19/72] Emitting module Files
[20/72] Compiling ArgumentParser Name.swift
[21/72] Compiling ArgumentParser Parsed.swift
[22/72] Compiling ArgumentParser ParsedValues.swift
[23/72] Compiling ArgumentParser ParserError.swift
[24/72] Compiling ArgumentParser SplitArguments.swift
[25/73] Compiling ArgumentParser OptionGroup.swift
[26/73] Compiling ArgumentParser AsyncParsableCommand.swift
[27/73] Compiling ArgumentParser CommandConfiguration.swift
[28/73] Compiling ArgumentParser CommandGroup.swift
[29/73] Compiling ArgumentParser EnumerableFlag.swift
[30/73] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/73] Compiling ArgumentParser CompletionsGenerator.swift
[32/73] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/73] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/73] Compiling ArgumentParser Argument.swift
[35/73] Compiling ArgumentParser ArgumentHelp.swift
[36/73] Compiling ArgumentParser CollectionExtensions.swift
[37/73] Compiling ArgumentParser Platform.swift
[38/73] Compiling ArgumentParser SequenceExtensions.swift
[39/73] Compiling ArgumentParser StringExtensions.swift
[40/73] Compiling ArgumentParser Tree.swift
[43/73] Emitting module SwiftyTextTable
[44/73] Compiling SwiftyTextTable TextTable.swift
[44/74] Wrapping AST for Gzip for debugging
[46/74] Wrapping AST for Files for debugging
[48/74] Compiling ArgumentParser ExpressibleByArgument.swift
[49/74] Compiling ArgumentParser ParsableArguments.swift
[50/74] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/74] Compiling ArgumentParser ParsableCommand.swift
[52/74] Compiling ArgumentParser ArgumentDecoder.swift
[53/78] Compiling ArgumentParser DumpHelpGenerator.swift
[54/78] Compiling ArgumentParser HelpCommand.swift
[55/78] Compiling ArgumentParser HelpGenerator.swift
[56/78] Compiling ArgumentParser MessageInfo.swift
[57/78] Compiling ArgumentParser UsageGenerator.swift
[58/78] Compiling ArgumentParser ArgumentVisibility.swift
[59/78] Compiling ArgumentParser CompletionKind.swift
[60/78] Compiling ArgumentParser Errors.swift
[61/78] Compiling ArgumentParser Flag.swift
[62/78] Compiling ArgumentParser NameSpecification.swift
[63/78] Compiling ArgumentParser Option.swift
[63/78] Wrapping AST for SwiftyTextTable for debugging
[65/78] Compiling SwiftyXcActivityLog Extensions.swift
[66/78] Emitting module SwiftyXcActivityLog
[67/78] Compiling SwiftyXcActivityLog Execution.swift
[68/78] Compiling SwiftyXcActivityLog XcActivityLog.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyXcActivityLog/Sources/SwiftyXcActivityLog/XcActivityLog.swift:20:44: error: type 'Folder' has no member 'library'
 18 |     private func getProductFolder(by productName: String) -> Folder? {
 19 |         do {
 20 |             guard let folders = try Folder.library?.subfolder(at: "Developer/Xcode/DerivedData").subfolders else { return nil }
    |                                            `- error: type 'Folder' has no member 'library'
 21 |             let filteredFolders = folders.filter { (folder) -> Bool in
 22 |                 return folder.name.contains(productName)
[69/78] Compiling ArgumentParser ArgumentDefinition.swift
[70/78] Compiling ArgumentParser ArgumentSet.swift
[71/78] Compiling ArgumentParser CommandParser.swift
[72/78] Compiling ArgumentParser InputKey.swift
[73/78] Compiling ArgumentParser InputOrigin.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/11] Write swift-version-24593BA9C3E375BF.txt
[3/19] Emitting module SwiftyTextTable
[4/19] Compiling SwiftyTextTable TextTable.swift
[6/20] Emitting module Gzip
[7/20] Compiling Gzip Data+Gzip.swift
[9/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/19] Emitting module ArgumentParserToolInfo
[11/20] Compiling Files Files.swift
[12/20] Emitting module Files
[15/61] Emitting module SwiftyXcActivityLog
[16/61] Compiling SwiftyXcActivityLog Execution.swift
[17/61] Compiling SwiftyXcActivityLog XcActivityLog.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyXcActivityLog/Sources/SwiftyXcActivityLog/XcActivityLog.swift:20:44: error: type 'Folder' has no member 'library'
 18 |     private func getProductFolder(by productName: String) -> Folder? {
 19 |         do {
 20 |             guard let folders = try Folder.library?.subfolder(at: "Developer/Xcode/DerivedData").subfolders else { return nil }
    |                                            `- error: type 'Folder' has no member 'library'
 21 |             let filteredFolders = folders.filter { (folder) -> Bool in
 22 |                 return folder.name.contains(productName)
[18/61] Compiling SwiftyXcActivityLog Extensions.swift
BUILD FAILURE 6.1 linux