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

Successful build of XCLogParser, reference v0.2.41 (7cf8c5), with Swift 5.9 for Linux on 21 Mar 2025 11:11:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MobileNativeFoundation/XCLogParser.git
Reference: v0.2.41
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/MobileNativeFoundation/XCLogParser
 * tag               v0.2.41    -> FETCH_HEAD
HEAD is now at 7cf8c50 Merge pull request #217 from memoto/master
Cloned https://github.com/MobileNativeFoundation/XCLogParser.git
Revision (git rev-parse @):
7cf8c50e1b84effcda573bbf8b26bdd0a6b4614f
SUCCESS checkout https://github.com/MobileNativeFoundation/XCLogParser.git at v0.2.41
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/MobileNativeFoundation/XCLogParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/1411] Fetching pathkit
[1412/14345] Fetching pathkit, cryptoswift
[3223/29052] Fetching pathkit, cryptoswift, swift-argument-parser
[7749/14345] Fetching pathkit, cryptoswift
Fetching https://github.com/1024jp/GzipSwift
Fetched https://github.com/apple/swift-argument-parser (1.50s)
[14346/15894] Fetching pathkit, cryptoswift, gzipswift
Fetched https://github.com/1024jp/GzipSwift (0.45s)
Fetched https://github.com/kylef/PathKit.git (2.53s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (2.58s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.40s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git (0.27s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.3 (0.50s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.40s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.37s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/11] Compiling system-zlib anchor.c
[3/85] Emitting module CryptoSwift
[4/94] Emitting module ArgumentParserToolInfo
[5/94] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/96] Wrapping AST for ArgumentParserToolInfo for debugging
[9/134] Compiling ArgumentParser InputKey.swift
[10/134] Compiling ArgumentParser InputOrigin.swift
[11/134] Compiling ArgumentParser OptionGroup.swift
[12/134] Compiling ArgumentParser AsyncParsableCommand.swift
[13/134] Compiling ArgumentParser CommandConfiguration.swift
[14/134] Compiling ArgumentParser CommandGroup.swift
[15/134] Compiling ArgumentParser EnumerableFlag.swift
[16/134] Compiling CryptoSwift ISO78164Padding.swift
[17/134] Compiling CryptoSwift Int+Extension.swift
[18/134] Compiling CryptoSwift CompactMap.swift
[19/134] Compiling CryptoSwift Cryptor.swift
[20/134] Compiling CryptoSwift Cryptors.swift
[21/134] Compiling CryptoSwift Digest.swift
[22/134] Compiling CryptoSwift DigestType.swift
[23/134] Compiling CryptoSwift AES+Foundation.swift
[24/134] Compiling CryptoSwift Array+Foundation.swift
[25/134] Compiling CryptoSwift Blowfish+Foundation.swift
[26/134] Compiling CryptoSwift ChaCha20+Foundation.swift
[27/134] Compiling CryptoSwift Data+Extension.swift
[28/134] Emitting module Gzip
[29/134] Compiling Gzip Data+Gzip.swift
[30/135] Compiling CryptoSwift String+Extension.swift
[31/135] Compiling CryptoSwift UInt128.swift
[32/135] Compiling CryptoSwift UInt16+Extension.swift
[33/135] Compiling CryptoSwift UInt32+Extension.swift
[34/135] Compiling CryptoSwift UInt64+Extension.swift
[35/135] Compiling CryptoSwift UInt8+Extension.swift
[36/135] Compiling CryptoSwift Updatable.swift
[37/135] Compiling CryptoSwift Utils.swift
[38/135] Compiling CryptoSwift ZeroPadding.swift
[39/135] Emitting module PathKit
[40/135] Compiling PathKit PathKit.swift
[44/138] Wrapping AST for Gzip for debugging
[45/138] Wrapping AST for PathKit for debugging
[47/138] Compiling ArgumentParser ArgumentVisibility.swift
[48/138] Compiling ArgumentParser CompletionKind.swift
[49/138] Compiling ArgumentParser Errors.swift
[50/138] Compiling ArgumentParser Flag.swift
[51/138] Compiling ArgumentParser NameSpecification.swift
[52/138] Compiling ArgumentParser Option.swift
[53/143] Emitting module ArgumentParser
[54/143] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/143] Compiling ArgumentParser CompletionsGenerator.swift
[56/143] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/143] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/143] Compiling ArgumentParser Argument.swift
[59/143] Compiling ArgumentParser ArgumentHelp.swift
[70/143] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[71/143] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[72/143] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[73/143] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[74/143] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[75/143] Compiling ArgumentParser Name.swift
[76/143] Compiling ArgumentParser Parsed.swift
[77/143] Compiling ArgumentParser ParsedValues.swift
[78/143] Compiling ArgumentParser ParserError.swift
[79/143] Compiling ArgumentParser SplitArguments.swift
[80/143] Compiling ArgumentParser DumpHelpGenerator.swift
[81/143] Compiling ArgumentParser HelpCommand.swift
[82/143] Compiling ArgumentParser HelpGenerator.swift
[83/143] Compiling ArgumentParser MessageInfo.swift
[84/143] Compiling ArgumentParser UsageGenerator.swift
[87/143] Compiling ArgumentParser ExpressibleByArgument.swift
[88/143] Compiling ArgumentParser ParsableArguments.swift
[89/143] Compiling ArgumentParser ParsableArgumentsValidation.swift
[90/143] Compiling ArgumentParser ParsableCommand.swift
[91/143] Compiling ArgumentParser ArgumentDecoder.swift
[102/143] Compiling ArgumentParser ArgumentDefinition.swift
[103/143] Compiling ArgumentParser ArgumentSet.swift
[104/143] Compiling ArgumentParser CommandParser.swift
[121/145] Wrapping AST for ArgumentParser for debugging
[123/145] Compiling CryptoSwift MD5.swift
[124/145] Compiling CryptoSwift NoPadding.swift
[125/145] Compiling CryptoSwift Operators.swift
[126/145] Compiling CryptoSwift PBKDF1.swift
[127/145] Compiling CryptoSwift PBKDF2.swift
[128/145] Compiling CryptoSwift PKCS5.swift
[129/145] Compiling CryptoSwift PKCS7.swift
[130/145] Compiling CryptoSwift PKCS7Padding.swift
[131/145] Compiling CryptoSwift Padding.swift
[132/145] Compiling CryptoSwift Poly1305.swift
[133/145] Compiling CryptoSwift Rabbit.swift
[134/145] Compiling CryptoSwift SHA1.swift
[135/145] Compiling CryptoSwift SHA2.swift
[136/145] Compiling CryptoSwift SHA3.swift
[137/145] Compiling CryptoSwift Scrypt.swift
[138/145] Compiling CryptoSwift SecureBytes.swift
[139/145] Compiling CryptoSwift StreamDecryptor.swift
[140/145] Compiling CryptoSwift StreamEncryptor.swift
[142/147] Wrapping AST for CryptoSwift for debugging
[144/149] Compiling XcodeHasher XcodeHasher.swift
[145/149] Emitting module XcodeHasher
[147/151] Wrapping AST for XcodeHasher for debugging
[149/203] Compiling XCLogParser LogManifestModel.swift
[150/203] Compiling XCLogParser FileOutput.swift
[151/203] Compiling XCLogParser ReporterOutput.swift
[152/203] Compiling XCLogParser StandardOutput.swift
[153/203] Compiling XCLogParser BuildStatusSanitizer.swift
[154/203] Compiling XCLogParser BuildStep+Builder.swift
[155/203] Compiling XCLogParser BuildStep+Parser.swift
[156/203] Compiling XCLogParser Version.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[157/203] Compiling XCLogParser ArrayExtension.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[158/203] Compiling XCLogParser EncodableExtension.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[159/203] Compiling XCLogParser NSRegularExpressionExtension.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[160/203] Compiling XCLogParser URLExtension.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[161/203] Compiling XCLogParser HtmlReporterResources.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[162/203] Compiling XCLogParser LexRedactor.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[163/203] Compiling XCLogParser Lexer.swift
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: warning: 'scanString(_:into:)' is deprecated: renamed to 'scanString(_:)'
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:79:24: note: use 'scanString(_:)' instead
        return scanner.scanString(Lexer.SLFHeader, into: &format)
                       ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:108:23: note: use 'scanCharacters(from:)' instead
        while scanner.scanCharacters(from: CharacterSet(charactersIn: hexChars), into: &char),
                      ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: warning: 'scanCharacters(from:into:)' is deprecated: renamed to 'scanCharacters(from:)'
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
/host/spi-builder-workspace/Sources/XCLogParser/lexer/Lexer.swift:121:20: note: use 'scanCharacters(from:)' instead
        if scanner.scanCharacters(from: typeDelimiters, into: &delimiters), let delimiters = delimiters {
                   ^
[164/210] Compiling XCLogParser LexerModel.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[165/210] Compiling XCLogParser LogRedactor.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[166/210] Compiling XCLogParser String+BuildSpecificInformationRemoval.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[167/210] Compiling XCLogParser LogError.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[168/210] Compiling XCLogParser LogFinder.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[169/210] Compiling XCLogParser LogLoader.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[170/210] Compiling XCLogParser LogManifest.swift
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = xcodebuildPath
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:297:14: note: use 'executableURL' instead
        task.launchPath = xcodebuildPath
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/XCLogParser/loglocation/LogFinder.swift:301:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
/host/spi-builder-workspace/Sources/XCLogParser/logmanifest/LogManifest.swift:73:33: warning: 'init(contentsOfFile:)' is deprecated
        guard let logContents = NSDictionary(contentsOfFile: logManifestURL.path) else {
                                ^
[171/210] Emitting module XCLogParser
[172/210] Compiling XCLogParser Notice+Parser.swift
[173/210] Compiling XCLogParser Notice.swift
[174/210] Compiling XCLogParser NoticeType.swift
[175/210] Compiling XCLogParser ParserBuildSteps.swift
[176/210] Compiling XCLogParser Prefix.swift
[177/210] Compiling XCLogParser StringExtension.swift
[178/210] Compiling XCLogParser Suffix.swift
[179/210] Compiling XCLogParser SwiftCompilerFunctionTimeOptionParser.swift
[180/210] Compiling XCLogParser SwiftCompilerParser.swift
[181/210] Compiling XCLogParser SwiftCompilerTimeOptionParser.swift
[182/210] Compiling XCLogParser SwiftCompilerTypeCheckOptionParser.swift
[183/210] Compiling XCLogParser SwiftFunctionTime.swift
[184/210] Compiling XCLogParser SwiftTypeCheck.swift
[185/210] Compiling XCLogParser ChromeTracerReporter.swift
[186/210] Compiling XCLogParser BuildStep.swift
[187/210] Compiling XCLogParser ClangCompilerParser.swift
[188/210] Compiling XCLogParser Contains.swift
[189/210] Compiling XCLogParser IDEActivityLogSection+Builders.swift
[190/210] Compiling XCLogParser IDEActivityLogSection+Parsing.swift
[191/210] Compiling XCLogParser LinkerStatistics.swift
[192/210] Compiling XCLogParser MachineNameReader.swift
[193/210] Compiling XCLogParser FlatJsonReporter.swift
[194/210] Compiling XCLogParser HtmlReporter.swift
[195/210] Compiling XCLogParser IssuesReporter.swift
[196/210] Compiling XCLogParser JsonReporter.swift
[197/210] Compiling XCLogParser LogReporter.swift
[198/210] Compiling XCLogParser Reporter.swift
[199/210] Compiling XCLogParser SummaryJsonReporter.swift
[200/210] Compiling XCLogParser XCLogParserError.swift
[201/210] Compiling XCLogParser ActivityParser.swift
[202/210] Compiling XCLogParser IDEActivityModel.swift
[203/210] Compiling XCLogParser Action.swift
[204/210] Compiling XCLogParser ActionOptions.swift
[205/210] Compiling XCLogParser Command.swift
[206/210] Compiling XCLogParser CommandHandler.swift
[207/210] Compiling XCLogParser LogOptions.swift
[209/212] Wrapping AST for XCLogParser for debugging
[211/220] Compiling XCLogParserApp String+Blank.swift
[212/220] Compiling XCLogParserApp VersionCommand.swift
[213/221] Emitting module XCLogParserApp
[214/221] Compiling XCLogParserApp DumpCommand.swift
[215/221] Compiling XCLogParserApp main.swift
[216/221] Compiling XCLogParserApp Optional+Blank.swift
[217/221] Compiling XCLogParserApp MainCommand.swift
[218/221] Compiling XCLogParserApp ParseCommand.swift
[219/221] Compiling XCLogParserApp ManifestCommand.swift
[221/223] Wrapping AST for XCLogParserApp for debugging
[222/223] Linking xclogparser
Build complete! (30.77s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "exact" : [
          "1.3.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "XCLogParser",
  "name" : "XCLogParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xclogparser",
      "targets" : [
        "XCLogParserApp"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCLogParser",
      "targets" : [
        "XCLogParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeHasher",
      "module_type" : "SwiftTarget",
      "name" : "XcodeHasher",
      "path" : "Sources/XcodeHasher",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "xclogparser",
        "XCLogParser"
      ],
      "sources" : [
        "XcodeHasher.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCLogParserTests",
      "module_type" : "SwiftTarget",
      "name" : "XCLogParserTests",
      "path" : "Tests/XCLogParserTests",
      "sources" : [
        "ActivityParserTests.swift",
        "BuildStatusSanitizerTests.swift",
        "BuildStep+TestUtils.swift",
        "ChromeTracerOutputTests.swift",
        "ClangCompilerParserTests.swift",
        "IssuesReporterTests.swift",
        "LexRedactorTests.swift",
        "LexerTests.swift",
        "LogFinderTests.swift",
        "LogManifestTests.swift",
        "ParserTests.swift",
        "ReporterTests.swift",
        "String+BuildSpecificInformationRemovalTests.swift",
        "SwiftCompilerParserTests.swift",
        "TestUtils.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCLogParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCLogParserApp",
      "module_type" : "SwiftTarget",
      "name" : "XCLogParserApp",
      "path" : "Sources/XCLogParserApp",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xclogparser"
      ],
      "sources" : [
        "commands/DumpCommand.swift",
        "commands/MainCommand.swift",
        "commands/ManifestCommand.swift",
        "commands/Optional+Blank.swift",
        "commands/ParseCommand.swift",
        "commands/String+Blank.swift",
        "commands/VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "XCLogParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCLogParser",
      "module_type" : "SwiftTarget",
      "name" : "XCLogParser",
      "path" : "Sources/XCLogParser",
      "product_dependencies" : [
        "Gzip",
        "PathKit"
      ],
      "product_memberships" : [
        "xclogparser",
        "XCLogParser"
      ],
      "sources" : [
        "XCLogParserError.swift",
        "activityparser/ActivityParser.swift",
        "activityparser/IDEActivityModel.swift",
        "commands/Action.swift",
        "commands/ActionOptions.swift",
        "commands/Command.swift",
        "commands/CommandHandler.swift",
        "commands/LogOptions.swift",
        "commands/Version.swift",
        "extensions/ArrayExtension.swift",
        "extensions/EncodableExtension.swift",
        "extensions/NSRegularExpressionExtension.swift",
        "extensions/URLExtension.swift",
        "generated/HtmlReporterResources.swift",
        "lexer/LexRedactor.swift",
        "lexer/Lexer.swift",
        "lexer/LexerModel.swift",
        "lexer/LogRedactor.swift",
        "lexer/String+BuildSpecificInformationRemoval.swift",
        "loglocation/LogError.swift",
        "loglocation/LogFinder.swift",
        "loglocation/LogLoader.swift",
        "logmanifest/LogManifest.swift",
        "logmanifest/LogManifestModel.swift",
        "output/FileOutput.swift",
        "output/ReporterOutput.swift",
        "output/StandardOutput.swift",
        "parser/BuildStatusSanitizer.swift",
        "parser/BuildStep+Builder.swift",
        "parser/BuildStep+Parser.swift",
        "parser/BuildStep.swift",
        "parser/ClangCompilerParser.swift",
        "parser/Contains.swift",
        "parser/IDEActivityLogSection+Builders.swift",
        "parser/IDEActivityLogSection+Parsing.swift",
        "parser/LinkerStatistics.swift",
        "parser/MachineNameReader.swift",
        "parser/Notice+Parser.swift",
        "parser/Notice.swift",
        "parser/NoticeType.swift",
        "parser/ParserBuildSteps.swift",
        "parser/Prefix.swift",
        "parser/StringExtension.swift",
        "parser/Suffix.swift",
        "parser/SwiftCompilerFunctionTimeOptionParser.swift",
        "parser/SwiftCompilerParser.swift",
        "parser/SwiftCompilerTimeOptionParser.swift",
        "parser/SwiftCompilerTypeCheckOptionParser.swift",
        "parser/SwiftFunctionTime.swift",
        "parser/SwiftTypeCheck.swift",
        "reporter/ChromeTracerReporter.swift",
        "reporter/FlatJsonReporter.swift",
        "reporter/HtmlReporter.swift",
        "reporter/IssuesReporter.swift",
        "reporter/JsonReporter.swift",
        "reporter/LogReporter.swift",
        "reporter/Reporter.swift",
        "reporter/SummaryJsonReporter.swift"
      ],
      "target_dependencies" : [
        "XcodeHasher"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.