The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypoChecker with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t-osawa-009/TypoChecker.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/t-osawa-009/TypoChecker
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at e868d7a 👍: ReportTypeのdefaultをjsonにする
Cloned https://github.com/t-osawa-009/TypoChecker.git
Revision (git rev-parse @):
e868d7a4162e5c167d746b8f276a13b13f06d6a6
SUCCESS checkout https://github.com/t-osawa-009/TypoChecker.git at 0.0.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/t-osawa-009/TypoChecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write TypoChecker-entitlement.plist
[4/8] Write swift-version--423B1241ED78D482.txt
[6/14] Compiling UniYAML Decoder.swift
[7/14] Emitting module UniYAML
[8/14] Compiling UniYAML YAML.swift
[9/14] Compiling UniYAML Encoder.swift
[10/14] Emitting module Files
[11/14] Compiling Files Files.swift
[12/27] Compiling TypoChecker YAMLParser.swift
[13/27] Compiling TypoChecker XcodeReport.swift
[14/28] Compiling TypoChecker ReportOutputer.swift
[15/28] Compiling TypoChecker Reportable.swift
[16/28] Compiling TypoChecker MarkdownReport.swift
[17/28] Compiling TypoChecker ReportGenerator.swift
[18/28] Compiling TypoChecker main.swift
[19/28] Compiling TypoChecker Analytics.swift
[20/28] Compiling TypoChecker AnalyticsNamingTypo.swift
[21/28] Compiling TypoChecker Configuration.swift
[22/28] Compiling TypoChecker JSONReport.swift
[23/28] Compiling TypoChecker AnalyticsStringTypo.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1040:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Option' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1069:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String { return docString }
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1070:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var debugDescription: String { return description }
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1111:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func zfill(length: Int, buffer: String=" ") -> String {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1121:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var fileExists: Bool {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1127:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var isDirectory: Bool {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1134:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func ansiFormatted(color: ANSIColor, style: ANSIStyle = .none) -> String {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1144:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init<T : BinaryInteger>(_ integer: T) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1148:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ string: String) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1155:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1163:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var uniqueElements: [Iterator.Element] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1169:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var uniqueElements: [Iterator.Element] {
    ^~~~~~~

[24/28] Compiling TypoChecker ArgumentParser.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1040:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Option' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1069:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String { return docString }
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1070:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var debugDescription: String { return description }
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1111:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func zfill(length: Int, buffer: String=" ") -> String {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1121:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var fileExists: Bool {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1127:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var isDirectory: Bool {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1134:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func ansiFormatted(color: ANSIColor, style: ANSIStyle = .none) -> String {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1144:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init<T : BinaryInteger>(_ integer: T) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1148:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ string: String) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1155:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1163:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var uniqueElements: [Iterator.Element] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1169:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var uniqueElements: [Iterator.Element] {
    ^~~~~~~

[25/28] Emitting module TypoChecker
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1040:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Option' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1069:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String { return docString }
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1070:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var debugDescription: String { return description }
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1111:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func zfill(length: Int, buffer: String=" ") -> String {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1121:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var fileExists: Bool {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1127:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var isDirectory: Bool {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1134:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func ansiFormatted(color: ANSIColor, style: ANSIStyle = .none) -> String {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1144:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init<T : BinaryInteger>(_ integer: T) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1148:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ string: String) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1155:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1163:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var uniqueElements: [Iterator.Element] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypoChecker/ArgumentParser/ArgumentParser.swift:1169:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var uniqueElements: [Iterator.Element] {
    ^~~~~~~

[25/28] Write Objects.LinkFileList
[26/28] Linking TypoChecker
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/TypoChecker: replacing existing signature
[27/28] Applying TypoChecker
Build complete! (10.44s)
Fetching https://github.com/seznam/swift-uniyaml.git from cache
Fetching https://github.com/JohnSundell/Files.git from cache
Fetched https://github.com/seznam/swift-uniyaml.git from cache (0.20s)
Fetched https://github.com/JohnSundell/Files.git from cache (0.20s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (0.04s)
Computing version for https://github.com/seznam/swift-uniyaml.git
Computed https://github.com/seznam/swift-uniyaml.git at 0.11.1 (0.43s)
Creating working copy for https://github.com/seznam/swift-uniyaml.git
Working copy of https://github.com/seznam/swift-uniyaml.git resolved at 0.11.1
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.0
Build complete.
Done.