The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-sh, reference master (e2617c), with Swift 6.0 for Linux on 16 May 2025 19:22:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/swift-sh.git
Reference: master
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/mxcl/swift-sh
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e2617c0 Update tea.yaml for sepolia
Cloned https://github.com/mxcl/swift-sh.git
Revision (git rev-parse @):
e2617c0ab425a7303f2f60e25d1fe387b7a6f057
SUCCESS checkout https://github.com/mxcl/swift-sh.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mxcl/swift-sh.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/mxcl/Version
Fetching https://github.com/mxcl/LegibleError
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/mxcl/StreamReader
Fetching https://github.com/mxcl/Path.swift
[1/178] Fetching legibleerror
[83/466] Fetching legibleerror, version
[263/516] Fetching legibleerror, version, streamreader
[517/13450] Fetching legibleerror, version, streamreader, cryptoswift
[906/14509] Fetching legibleerror, version, streamreader, cryptoswift, path.swift
Fetched https://github.com/mxcl/Path.swift from cache (0.71s)
Fetched https://github.com/mxcl/LegibleError from cache (0.71s)
Fetched https://github.com/mxcl/StreamReader from cache (0.71s)
[3910/13222] Fetching version, cryptoswift
Fetched https://github.com/mxcl/Version from cache (1.71s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.73s)
Computing version for https://github.com/mxcl/StreamReader
Computed https://github.com/mxcl/StreamReader at 1.0.1 (3.43s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (1.18s)
Computing version for https://github.com/mxcl/LegibleError
Computed https://github.com/mxcl/LegibleError at 1.0.6 (1.86s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.4.1 (2.50s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (1.36s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/mxcl/LegibleError
Working copy of https://github.com/mxcl/LegibleError resolved at 1.0.6
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 1.4.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.8.4
Creating working copy for https://github.com/mxcl/StreamReader
Working copy of https://github.com/mxcl/StreamReader resolved at 1.0.1
Building for debugging...
[0/22] Write sources
[8/22] Copying PrivacyInfo.xcprivacy
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/141] Compiling Version Version.swift
[13/141] Compiling Version Version+Codable.swift
[14/141] Compiling Version Version+Range.swift
[15/141] Compiling Path Path+FileManager.swift
[16/141] Emitting module CryptoSwift
[17/156] Compiling Path Path+Codable.swift
[18/156] Compiling Path Path+CommonDirectories.swift
[19/156] Compiling Path Path.swift
[20/156] Compiling Path PathToBool.swift
[21/156] Emitting module Path
[22/156] Compiling Path Extensions.swift
[23/156] Compiling Path Path+Attributes.swift
[24/156] Compiling Path Pathish.swift
[25/156] Compiling Version Version+Comparable.swift
[26/156] Compiling Version Version+Foundation.swift
[27/156] Emitting module Version
[28/156] Compiling CryptoSwift IntegerConversion.swift
[29/156] Compiling CryptoSwift Multiplication.swift
[30/156] Compiling CryptoSwift PrimeTest.swift
[31/156] Compiling CryptoSwift Random.swift
[32/156] Compiling CryptoSwift Shifts.swift
[33/156] Compiling CryptoSwift SquareRoot.swift
[34/156] Compiling CryptoSwift Strideable.swift
[35/156] Compiling CryptoSwift StringConversion.swift
[36/156] Compiling CryptoSwift Subtraction.swift
[37/156] Compiling CryptoSwift WordsAndBits.swift
[38/156] Compiling CryptoSwift ChaCha20.swift
[39/156] Compiling CryptoSwift Checksum.swift
[40/156] Compiling CryptoSwift Cipher.swift
[41/156] Compiling CryptoSwift Collection+Extension.swift
[42/156] Compiling LegibleError LegibleError.swift
[43/156] Emitting module LegibleError
[44/157] Compiling CryptoSwift CompactMap.swift
[45/157] Compiling CryptoSwift Cryptor.swift
[46/157] Compiling CryptoSwift Cryptors.swift
[47/157] Compiling CryptoSwift Digest.swift
[48/157] Compiling CryptoSwift DigestType.swift
[49/157] Compiling CryptoSwift AES+Foundation.swift
[50/157] Compiling CryptoSwift Array+Foundation.swift
[51/157] Compiling CryptoSwift Blowfish+Foundation.swift
[52/157] Compiling CryptoSwift ChaCha20+Foundation.swift
[53/157] Compiling CryptoSwift Data+Extension.swift
[54/157] Compiling CryptoSwift HMAC+Foundation.swift
[55/157] Compiling CryptoSwift Rabbit+Foundation.swift
[56/157] Compiling CryptoSwift String+FoundationExtension.swift
[57/157] Compiling CryptoSwift Utils+Foundation.swift
[58/158] Compiling Path Path+StringConvertibles.swift
[59/158] Compiling Path Path+ls.swift
[60/158] Compiling CryptoSwift BlockEncryptor.swift
[61/158] Compiling CryptoSwift BlockMode.swift
[62/158] Compiling CryptoSwift BlockModeOptions.swift
[63/158] Compiling CryptoSwift CBC.swift
[64/158] Compiling CryptoSwift CCM.swift
[65/158] Compiling CryptoSwift CFB.swift
[66/158] Compiling CryptoSwift CTR.swift
[67/158] Compiling CryptoSwift CipherModeWorker.swift
[68/158] Compiling CryptoSwift ECB.swift
[69/158] Compiling CryptoSwift GCM.swift
[70/158] Compiling CryptoSwift OCB.swift
[71/158] Compiling CryptoSwift OFB.swift
[72/158] Compiling CryptoSwift PCBC.swift
[73/158] Compiling CryptoSwift Blowfish.swift
[74/158] Compiling CryptoSwift CBCMAC.swift
[75/158] Compiling CryptoSwift CMAC.swift
[76/158] Compiling CryptoSwift Addition.swift
[77/158] Compiling CryptoSwift BigInt.swift
[78/158] Compiling CryptoSwift BigUInt.swift
[79/158] Compiling CryptoSwift BitwiseOps.swift
[80/158] Compiling CryptoSwift CS.swift
[81/158] Compiling CryptoSwift Codable.swift
[82/158] Compiling CryptoSwift Comparable.swift
[83/158] Compiling CryptoSwift DataConversion.swift
[84/158] Compiling CryptoSwift Division.swift
[85/158] Compiling CryptoSwift Exponentiation.swift
[86/158] Compiling CryptoSwift FloatingPointConversion.swift
[87/158] Compiling CryptoSwift GCD.swift
[88/158] Compiling CryptoSwift Hashable.swift
[91/159] Wrapping AST for Version for debugging
[92/159] Wrapping AST for LegibleError for debugging
[93/159] Wrapping AST for Path for debugging
[99/161] Compiling CryptoSwift AES.swift
[100/161] Compiling CryptoSwift ASN1.swift
[101/161] Compiling CryptoSwift ASN1Decoder.swift
[102/161] Compiling CryptoSwift ASN1Encoder.swift
[103/161] Compiling CryptoSwift ASN1Scanner.swift
[104/161] Compiling CryptoSwift Array+Extension.swift
[105/161] Compiling CryptoSwift Authenticator.swift
[106/161] Compiling CryptoSwift BatchedCollection.swift
[107/161] Compiling CryptoSwift Bit.swift
[108/161] Compiling CryptoSwift BlockCipher.swift
[109/161] Compiling CryptoSwift BlockDecryptor.swift
[110/161] Compiling CryptoSwift Signature.swift
[111/161] Compiling CryptoSwift StreamDecryptor.swift
[112/161] Compiling CryptoSwift StreamEncryptor.swift
[113/161] Compiling CryptoSwift String+Extension.swift
[114/161] Compiling CryptoSwift UInt128.swift
[115/161] Compiling CryptoSwift UInt16+Extension.swift
[116/161] Compiling CryptoSwift UInt32+Extension.swift
[117/161] Compiling CryptoSwift UInt64+Extension.swift
[118/161] Compiling CryptoSwift UInt8+Extension.swift
[119/161] Compiling CryptoSwift Updatable.swift
[120/161] Compiling CryptoSwift Utils.swift
[121/161] Compiling CryptoSwift XChaCha20.swift
[122/161] Compiling CryptoSwift ZeroPadding.swift
[123/161] Compiling CryptoSwift resource_bundle_accessor.swift
[124/161] Compiling StreamReader StreamReader.swift
[125/161] Emitting module StreamReader
[126/162] Wrapping AST for StreamReader for debugging
[128/162] Compiling CryptoSwift XChaCha20+Foundation.swift
[129/162] Compiling CryptoSwift Generics.swift
[130/162] Compiling CryptoSwift HKDF.swift
[131/162] Compiling CryptoSwift HMAC.swift
[132/162] Compiling CryptoSwift ISO10126Padding.swift
[133/162] Compiling CryptoSwift ISO78164Padding.swift
[134/162] Compiling CryptoSwift Int+Extension.swift
[135/162] Compiling CryptoSwift MD5.swift
[136/162] Compiling CryptoSwift NoPadding.swift
[137/162] Compiling CryptoSwift Operators.swift
[138/162] Compiling CryptoSwift DER.swift
[139/162] Compiling CryptoSwift PBKDF1.swift
[140/162] Compiling CryptoSwift PBKDF2.swift
[141/162] Compiling CryptoSwift PKCS1v15.swift
[142/162] Compiling CryptoSwift PKCS5.swift
[143/162] Compiling CryptoSwift PKCS7.swift
[144/162] Compiling CryptoSwift PKCS7Padding.swift
[145/162] Compiling CryptoSwift Padding.swift
[146/162] Compiling CryptoSwift Poly1305.swift
[147/162] Compiling CryptoSwift RSA+Cipher.swift
[148/162] Compiling CryptoSwift RSA+Signature.swift
[149/162] Compiling CryptoSwift RSA.swift
[150/162] Compiling CryptoSwift Rabbit.swift
[151/162] Compiling CryptoSwift SHA1.swift
[152/162] Compiling CryptoSwift SHA2.swift
[153/162] Compiling CryptoSwift SHA3.swift
[154/162] Compiling CryptoSwift Scrypt.swift
[155/162] Compiling CryptoSwift SecureBytes.swift
[156/163] Wrapping AST for CryptoSwift for debugging
[158/169] Compiling Utility exec().swift
[159/169] Compiling Utility TemporaryDirectory.swift
[160/169] Compiling Utility etc.swift
[161/169] Emitting module Utility
[162/169] Compiling Utility Process+1up.swift
/host/spi-builder-workspace/Sources/Utility/Process+1up.swift:108:104: warning: 'launchPath' is deprecated: renamed to 'executableURL'
106 |         func finish() throws -> Output {
107 |             guard terminationStatus == 0, terminationReason == .exit else {
108 |                 throw ExecutionError(stdout: .init(out), stderr: nil, status: terminationStatus, arg0: launchPath, args: arguments ?? [])
    |                                                                                                        |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                                                                                                        `- note: use 'executableURL' instead
109 |             }
110 |             return Output(out)
/host/spi-builder-workspace/Sources/Utility/Process+1up.swift:167:111: warning: 'launchPath' is deprecated: renamed to 'executableURL'
165 |         func finish() throws -> (stdout: Output, stderr: Output) {
166 |             guard terminationStatus == 0, terminationReason == .exit else {
167 |                 throw ExecutionError(stdout: .init(out), stderr: .init(err), status: terminationStatus, arg0: launchPath, args: arguments ?? [])
    |                                                                                                               |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                                                                                                               `- note: use 'executableURL' instead
168 |             }
169 |             return (stdout: Output(out), stderr: Output(err))
/host/spi-builder-workspace/Sources/Utility/Process+1up.swift:187:93: warning: 'launchPath' is deprecated: renamed to 'executableURL'
185 |
186 |         guard terminationReason == .exit, terminationStatus == 0 else {
187 |             throw ExecutionError(stdout: nil, stderr: nil, status: terminationStatus, arg0: launchPath, args: arguments ?? [])
    |                                                                                             |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                                                                                             `- note: use 'executableURL' instead
188 |         }
189 |     }
[163/169] Compiling Utility Path+ResolvedHash.swift
[164/170] Wrapping AST for Utility for debugging
[166/177] Compiling Script parse().swift
[167/177] Compiling Script ExecutableTargetMainStyle.swift
[168/177] Compiling Script Constraint.swift
[169/177] Emitting module Script
/host/spi-builder-workspace/Sources/Script/Script.swift:271:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
269 |     do {
270 |         let task = Process()
271 |         task.launchPath = Path.swift.string
    |              |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |              `- note: use 'executableURL' instead
272 |         task.arguments = ["--version"]
273 |         let (stdout, _) = try task.runSync(tee: false) // ignore stderr
[170/177] Compiling Script DependencyName.swift
[171/177] Compiling Script ImportSpecification.swift
[172/177] Compiling Script Script.swift
/host/spi-builder-workspace/Sources/Script/Script.swift:271:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
269 |     do {
270 |         let task = Process()
271 |         task.launchPath = Path.swift.string
    |              |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |              `- note: use 'executableURL' instead
272 |         task.arguments = ["--version"]
273 |         let (stdout, _) = try task.runSync(tee: false) // ignore stderr
/host/spi-builder-workspace/Sources/Script/Script.swift:205:18: warning: 'launchPath' is deprecated: renamed to 'executableURL'
203 |             // first arg has to be same as executable path
204 |             let task = Process()
205 |             task.launchPath = Path.swift.string
    |                  |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                  `- note: use 'executableURL' instead
206 |             task.arguments = ["build", "-Xswiftc", "-suppress-warnings"]
207 |             task.currentDirectoryPath = buildDirectory.string
/host/spi-builder-workspace/Sources/Script/Script.swift:207:18: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
205 |             task.launchPath = Path.swift.string
206 |             task.arguments = ["build", "-Xswiftc", "-suppress-warnings"]
207 |             task.currentDirectoryPath = buildDirectory.string
    |                  |- warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
    |                  `- note: use 'currentDirectoryURL' instead
208 |
209 |           #if !os(Linux)
/host/spi-builder-workspace/Sources/Script/Script.swift:227:18: warning: 'launchPath' is deprecated: renamed to 'executableURL'
225 |         } else {
226 |             let task = Process()
227 |             task.launchPath = "/usr/bin/which"
    |                  |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                  `- note: use 'executableURL' instead
228 |             task.arguments = ["swift"]
229 |
[173/178] Wrapping AST for Script for debugging
[175/186] Compiling Command run().swift
[176/186] Compiling Command editor().swift
[177/186] Compiling Command edit().swift
[178/186] Compiling Command clean().swift
[179/186] Compiling Command run().Input.swift
[180/186] Compiling Command eject().swift
[181/186] Emitting module Command
[182/186] Compiling Command CommandLine.usage.swift
[183/187] Wrapping AST for Command for debugging
[185/189] Emitting module swift_sh
[186/189] Compiling swift_sh main.swift
[187/190] Wrapping AST for swift-sh for debugging
[188/190] Write Objects.LinkFileList
[189/190] Linking swift-sh
Build complete! (45.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "path.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Path.swift"
    },
    {
      "identity" : "streamreader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/StreamReader"
    },
    {
      "identity" : "legibleerror",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/LegibleError"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift"
    }
  ],
  "manifest_display_name" : "swift-sh",
  "name" : "swift-sh",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "swift-sh",
      "targets" : [
        "swift-sh"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Script",
      "targets" : [
        "Script"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Utility",
      "targets" : [
        "Utility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Command",
      "targets" : [
        "Command"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_sh",
      "module_type" : "SwiftTarget",
      "name" : "swift-sh",
      "path" : "Sources",
      "product_dependencies" : [
        "LegibleError"
      ],
      "product_memberships" : [
        "swift-sh"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Command"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Utility",
      "module_type" : "SwiftTarget",
      "name" : "Utility",
      "path" : "Sources/Utility",
      "product_dependencies" : [
        "Path",
        "Version",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "swift-sh",
        "Script",
        "Utility",
        "Command"
      ],
      "sources" : [
        "Path+ResolvedHash.swift",
        "Process+1up.swift",
        "TemporaryDirectory.swift",
        "etc.swift",
        "exec().swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Script",
      "module_type" : "SwiftTarget",
      "name" : "Script",
      "path" : "Sources/Script",
      "product_dependencies" : [
        "StreamReader"
      ],
      "product_memberships" : [
        "swift-sh",
        "Script",
        "Command"
      ],
      "sources" : [
        "Constraint.swift",
        "DependencyName.swift",
        "ExecutableTargetMainStyle.swift",
        "ImportSpecification.swift",
        "Script.swift",
        "parse().swift"
      ],
      "target_dependencies" : [
        "Utility"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Command",
      "module_type" : "SwiftTarget",
      "name" : "Command",
      "path" : "Sources/Command",
      "product_memberships" : [
        "swift-sh",
        "Command"
      ],
      "sources" : [
        "CommandLine.usage.swift",
        "clean().swift",
        "edit().swift",
        "editor().swift",
        "eject().swift",
        "run().Input.swift",
        "run().swift"
      ],
      "target_dependencies" : [
        "Script"
      ],
      "type" : "library"
    },
    {
      "c99name" : "All",
      "module_type" : "SwiftTarget",
      "name" : "All",
      "path" : "Tests/All",
      "sources" : [
        "ImportSpecificationUnitTests.swift",
        "IntegrationTests.swift",
        "ModeUnitTests.swift",
        "UtilityTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "swift-sh"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.