The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextFormation 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/ChimeHQ/TextFormation.git
Reference: 0.8.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/TextFormation
 * tag               0.8.2      -> FETCH_HEAD
HEAD is now at f6faed6 Add explicit TextStory version
Cloned https://github.com/ChimeHQ/TextFormation.git
Revision (git rev-parse @):
f6faed6abd768ae95b70d10113d4008a7cac57a7
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/TextFormation.git at 0.8.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/TextFormation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Write swift-version--423B1241ED78D482.txt
[6/18] Emitting module MainOffender
[6/18] Compiling Internal TSYTextStorage.m
[8/18] Compiling MainOffender UnsafeBlockOperation.swift
[9/18] Compiling MainOffender MainActor+RunUnsafely.swift
[10/18] Compiling MainOffender OperationQueue+Unsafe.swift
[11/18] Compiling Rearrange String+NSRange.swift
[12/19] Compiling Rearrange UITextRange+Convenience.swift
[13/19] Compiling Rearrange NSRange+Shift.swift
[14/19] Compiling Rearrange RangeMutation.swift
[15/19] Compiling Rearrange NSRange+Convenience.swift
[16/19] Compiling Rearrange IndexSet+NSRange.swift
[17/19] Emitting module Rearrange
[18/19] Compiling Rearrange NSRange+ApplyMutation.swift
[19/19] Compiling Rearrange NSTextRange+NSRange.swift
[20/30] Compiling TextStory TextStoring.swift
[21/31] Compiling TextStory TextMutationEventRouter.swift
[22/31] Compiling TextStory TextStorageAdapter.swift
[23/31] Compiling TextStory TextStoringMonitor.swift
[24/31] Compiling TextStory NSTextStorage+TextStoring.swift
[25/31] Compiling TextStory TextMutation.swift
[26/31] Compiling TextStory TextStoring+Ranges.swift
[27/31] Compiling TextStory LazyTextStoringMonitor.swift
[28/31] Compiling TextStory NSTextContentStorage+TextStoring.swift
[29/31] Emitting module TextStory
[30/31] Compiling TextStory BufferingTextStorage.swift
[31/31] Compiling TextStory CompositeTextStoringMonitor.swift
[32/50] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:24:23: warning: static property 'none' 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 none = WhitespaceProviders(leadingWhitespace: WhitespaceProviders.passthroughProvider,
                      ^
[33/50] Compiling TextFormation DeleteCloseFilter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:24:23: warning: static property 'none' 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 none = WhitespaceProviders(leadingWhitespace: WhitespaceProviders.passthroughProvider,
                      ^
[34/50] Compiling TextFormation Filter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:24:23: warning: static property 'none' 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 none = WhitespaceProviders(leadingWhitespace: WhitespaceProviders.passthroughProvider,
                      ^
[35/50] Compiling TextFormation SkipFilter.swift
[36/50] Compiling TextFormation StandardOpenPairFilter.swift
[37/52] Compiling TextFormation AfterConsecutiveCharacterFilter.swift
[38/52] Compiling TextFormation ClosePairFilter.swift
[39/52] Compiling TextFormation CompositeFilter.swift
[40/52] Compiling TextFormation TextViewFilterApplier.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:4:16: warning: static property 'basicPatterns' 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
    static let basicPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:21:16: warning: static property 'rubyPatterns' 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
    static let rubyPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:54:13: warning: static property 'pythonPatterns' 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
        static let pythonPatterns: [PatternMatcher] = [
                   ^
[41/52] Compiling TextFormation TextualIndenter+Language.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:4:16: warning: static property 'basicPatterns' 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
    static let basicPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:21:16: warning: static property 'rubyPatterns' 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
    static let rubyPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:54:13: warning: static property 'pythonPatterns' 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
        static let pythonPatterns: [PatternMatcher] = [
                   ^
[42/52] Compiling TextFormation TextInterface.swift
[43/52] Compiling TextFormation TextStoring+Extensions.swift
[44/52] Emitting module TextFormation
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:4:16: warning: static property 'basicPatterns' 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
    static let basicPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:21:16: warning: static property 'rubyPatterns' 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
    static let rubyPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:54:13: warning: static property 'pythonPatterns' 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
        static let pythonPatterns: [PatternMatcher] = [
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:21:23: warning: static property 'passthroughProvider' 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 passthroughProvider: StringSubstitutionProvider = { $1.substring(from: $0) ?? "" }
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:22:23: warning: static property 'removeAllProvider' 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 removeAllProvider: StringSubstitutionProvider =  { _, _ in return "" }
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:24:23: warning: static property 'none' 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 none = WhitespaceProviders(leadingWhitespace: WhitespaceProviders.passthroughProvider,
                      ^
[45/52] Compiling TextFormation NewlineWithinPairFilter.swift
[46/52] Compiling TextFormation OpenPairReplacementFilter.swift
[47/52] Compiling TextFormation PatternMatcher.swift
[48/52] Compiling TextFormation Indentation.swift
[49/52] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[50/52] Compiling TextFormation NewlineProcessingFilter.swift
[51/52] Compiling TextFormation TextualIndenter.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:4:16: warning: static property 'basicPatterns' 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
    static let basicPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:21:23: warning: static property 'passthroughProvider' 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 passthroughProvider: StringSubstitutionProvider = { $1.substring(from: $0) ?? "" }
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:22:23: warning: static property 'removeAllProvider' 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 removeAllProvider: StringSubstitutionProvider =  { _, _ in return "" }
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:24:23: warning: static property 'none' 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 none = WhitespaceProviders(leadingWhitespace: WhitespaceProviders.passthroughProvider,
                      ^
[52/52] Compiling TextFormation WhitespaceProviders.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/TextualIndenter+Language.swift:4:16: warning: static property 'basicPatterns' 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
    static let basicPatterns: [PatternMatcher] = [
               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:21:23: warning: static property 'passthroughProvider' 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 passthroughProvider: StringSubstitutionProvider = { $1.substring(from: $0) ?? "" }
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:22:23: warning: static property 'removeAllProvider' 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 removeAllProvider: StringSubstitutionProvider =  { _, _ in return "" }
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TextFormation/WhitespaceProviders.swift:24:23: warning: static property 'none' 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 none = WhitespaceProviders(leadingWhitespace: WhitespaceProviders.passthroughProvider,
                      ^
Build complete! (11.25s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetching https://github.com/mattmassicotte/MainOffender from cache
Fetching https://github.com/ChimeHQ/TextStory from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.18s)
Fetched https://github.com/mattmassicotte/MainOffender from cache (0.18s)
Fetched https://github.com/ChimeHQ/TextStory from cache (0.18s)
Computing version for https://github.com/ChimeHQ/TextStory
Computed https://github.com/ChimeHQ/TextStory at 0.8.0 (0.62s)
Computing version for https://github.com/mattmassicotte/MainOffender
Computed https://github.com/mattmassicotte/MainOffender at 0.1.0 (0.60s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.5.3 (0.53s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.5.3
Creating working copy for https://github.com/ChimeHQ/TextStory
Working copy of https://github.com/ChimeHQ/TextStory resolved at 0.8.0
Creating working copy for https://github.com/mattmassicotte/MainOffender
Working copy of https://github.com/mattmassicotte/MainOffender resolved at 0.1.0
Build complete.
Done.

Build Machine: Mac 7