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 Arena 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/finestructure/Arena.git
Reference: 1.3.4
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/finestructure/Arena
 * tag               1.3.4      -> FETCH_HEAD
HEAD is now at 6ce0ff3 Merge pull request #99 from finestructure/support-visionOS
Cloned https://github.com/finestructure/Arena.git
Revision (git rev-parse @):
6ce0ff3f992d81563d864b639f94b43f021aefe0
SUCCESS checkout https://github.com/finestructure/Arena.git at 1.3.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/finestructure/Arena.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Write sources
[8/16] Write arena-entitlement.plist
[9/16] Copying Documentation.docc
[10/16] Write swift-version--423B1241ED78D482.txt
[12/39] Emitting module ArgumentParserToolInfo
[13/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/73] Emitting module ArgumentParser
[15/77] Compiling ArgumentParser CollectionExtensions.swift
[16/77] Compiling ArgumentParser SequenceExtensions.swift
[17/77] Compiling ArgumentParser StringExtensions.swift
[18/77] Compiling ArgumentParser Tree.swift
[19/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/77] Compiling ArgumentParser CompletionsGenerator.swift
[21/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/77] Compiling ArgumentParser Argument.swift
[24/77] Compiling SemanticVersion resource_bundle_accessor.swift
[25/77] Emitting module Path
[26/78] Emitting module SemanticVersion
[27/78] Compiling Path Path+FileManager.swift
[32/78] Compiling ArgumentParser ArgumentSet.swift
[33/78] Compiling ArgumentParser CommandParser.swift
[34/78] Compiling ArgumentParser InputOrigin.swift
[35/78] Compiling ArgumentParser Name.swift
[36/78] Compiling ArgumentParser Parsed.swift
[37/78] Compiling SemanticVersion NSRegularExpression+ext.swift
[38/78] Compiling SemanticVersion SemanticVersion.swift
[39/78] Emitting module Parser
[40/78] Compiling Parser Match.swift
[41/78] Compiling Parser CharacterSet+ext.swift
[42/78] Compiling Parser Parser+zip.swift
[43/78] Compiling Parser Parser.swift
[44/78] Compiling Path Path+StringConvertibles.swift
[45/78] Compiling Path Path+ls.swift
[46/78] Compiling Path Path.swift
[47/78] Compiling Path Path->Bool.swift
[48/78] Compiling Path Pathish.swift
[49/78] Compiling ShellOut ShellOut.swift
[50/78] Emitting module ShellOut
[51/78] Compiling ArgumentParser ArgumentHelp.swift
[52/78] Compiling ArgumentParser CompletionKind.swift
[53/78] Compiling ArgumentParser Errors.swift
[54/78] Compiling ArgumentParser Flag.swift
[55/78] Compiling ArgumentParser NameSpecification.swift
[56/78] Compiling ArgumentParser ParsableArguments.swift
[57/78] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/78] Compiling ArgumentParser ParsableCommand.swift
[59/78] Compiling ArgumentParser ArgumentDecoder.swift
[60/78] Compiling ArgumentParser ArgumentDefinition.swift
[61/78] Compiling ArgumentParser Option.swift
[62/78] Compiling ArgumentParser OptionGroup.swift
[63/78] Compiling ArgumentParser CommandConfiguration.swift
[64/78] Compiling ArgumentParser EnumerableFlag.swift
[65/78] Compiling ArgumentParser ExpressibleByArgument.swift
[66/78] Compiling ArgumentParser ParsedValues.swift
[67/78] Compiling ArgumentParser ParserError.swift
[68/78] Compiling ArgumentParser SplitArguments.swift
[69/78] Compiling ArgumentParser DumpHelpGenerator.swift
[70/78] Compiling ArgumentParser HelpCommand.swift
[71/78] Compiling ArgumentParser HelpGenerator.swift
[72/78] Compiling ArgumentParser MessageInfo.swift
[73/78] Compiling ArgumentParser UsageGenerator.swift
[74/97] Compiling ArenaCore Progress.swift
[75/97] Compiling ArenaCore RefSpec.swift
[76/99] Compiling ArenaCore String+ext.swift
[77/99] Compiling ArenaCore Version.swift
[78/99] Compiling ArenaCore PlatformVersion.swift
[79/99] Compiling ArenaCore PlaygroundBook.swift
[80/99] Emitting module ArenaCore
[81/99] Compiling ArenaCore PackageGenerator.swift
[82/99] Compiling ArenaCore Parser+ext.swift
[83/99] Compiling ArenaCore Platform.swift
[84/99] Compiling ArenaCore Github.swift
[85/99] Compiling ArenaCore Helpers.swift
[86/99] Compiling ArenaCore Manifest.swift
[87/99] Compiling ArenaCore Requirement.swift
[88/99] Compiling ArenaCore Scheme.swift
[89/99] Compiling ArenaCore Environment.swift
[90/99] Compiling ArenaCore Extensions.swift
[91/99] Compiling ArenaCore FileManager.swift
[92/99] Compiling ArenaCore AppError.swift
[93/99] Compiling ArenaCore ArenaCommand.swift
[94/99] Compiling ArenaCore Dependency.swift
[94/99] Write Objects.LinkFileList
[96/101] Emitting module ArenaCLI
[97/101] Compiling ArenaCLI main.swift
[97/101] Write Objects.LinkFileList
[98/101] Linking libArenaCore.dylib
[99/101] Linking arena
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/arena: replacing existing signature
[100/101] Applying arena
Build complete! (10.59s)
Fetching https://github.com/mxcl/Path.swift.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/finestructure/Parser from cache
Fetching https://github.com/SwiftPackageIndex/SemanticVersion from cache
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/mxcl/Path.swift.git from cache (0.19s)
Fetched https://github.com/finestructure/Parser from cache (0.19s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.19s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.20s)
Fetched https://github.com/SwiftPackageIndex/SemanticVersion from cache (0.20s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.21s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.11.1 (0.34s)
Computing version for https://github.com/SwiftPackageIndex/SemanticVersion
Computed https://github.com/SwiftPackageIndex/SemanticVersion at 0.3.6 (0.35s)
Computing version for https://github.com/mxcl/Path.swift.git
Computed https://github.com/mxcl/Path.swift.git at 1.4.0 (0.03s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.03s)
Computing version for https://github.com/finestructure/Parser
Computed https://github.com/finestructure/Parser at 0.2.1 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.07s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.03s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.03s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.11.1
Creating working copy for https://github.com/SwiftPackageIndex/SemanticVersion
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion resolved at 0.3.6
Creating working copy for https://github.com/finestructure/Parser
Working copy of https://github.com/finestructure/Parser resolved at 0.2.1
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Path.swift-55e1afae is not valid git repository for 'https://github.com/mxcl/Path.swift.git', will fetch again.
Fetching https://github.com/mxcl/Path.swift.git from cache
Fetched https://github.com/mxcl/Path.swift.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Path.swift-55e1afae is not valid git repository for 'https://github.com/mxcl/Path.swift.git', will fetch again.
Fetching https://github.com/mxcl/Path.swift.git from cache
Fetched https://github.com/mxcl/Path.swift.git from cache (0.01s)
Creating working copy for https://github.com/mxcl/Path.swift.git
Working copy of https://github.com/mxcl/Path.swift.git resolved at 1.4.0
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/ShellOut-b8493064 is not valid git repository for 'https://github.com/JohnSundell/ShellOut.git', will fetch again.
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/ShellOut-b8493064 is not valid git repository for 'https://github.com/JohnSundell/ShellOut.git', will fetch again.
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.00s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Build complete.
Done.