Build Information
Successful build of swift-sentencepiece, reference main (36a8b2
), with Swift 6.0 for macOS (SPM) on 18 Feb 2025 22:41:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/swift-sentencepiece.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkrukowski/swift-sentencepiece
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 36a8b2b Relax swift argument parser version
Cloned https://github.com/jkrukowski/swift-sentencepiece.git
Revision (git rev-parse @):
36a8b2b45733f6adb3092100f16e4c7d38a10a7c
SUCCESS checkout https://github.com/jkrukowski/swift-sentencepiece.git at main
Fetching https://github.com/apple/swift-argument-parser.git
[1/14292] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (0.46s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.4.0
[16375/40026617] Downloading https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip
Downloading binary artifact https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip
Downloaded https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip (3.20s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-sentencepiece",
"name": "swift-sentencepiece",
"url": "https://github.com/jkrukowski/swift-sentencepiece.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sentencepiece",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser.git",
"version": "1.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/jkrukowski/swift-sentencepiece.git
[1/87] Fetching swift-sentencepiece
Fetched https://github.com/jkrukowski/swift-sentencepiece.git from cache (1.03s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.50s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.03s)
Creating working copy for https://github.com/jkrukowski/swift-sentencepiece.git
Working copy of https://github.com/jkrukowski/swift-sentencepiece.git resolved at main (36a8b2b)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Fetching binary artifact https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip from cache
Fetched https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip from cache (1.99s)
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/jkrukowski/swift-sentencepiece.git
https://github.com/jkrukowski/swift-sentencepiece.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "swift-sentencepiece",
"name" : "swift-sentencepiece",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "sentencepiece-cli",
"targets" : [
"SentencepieceCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "SentencepieceTokenizer",
"targets" : [
"SentencepieceTokenizer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SentencepieceTokenizerTests",
"module_type" : "SwiftTarget",
"name" : "SentencepieceTokenizerTests",
"path" : "Tests/SentencepieceTokenizerTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SentencepieceTokenizerTests/Model",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SentencepieceTokenizerTests.swift"
],
"target_dependencies" : [
"SentencepieceTokenizer"
],
"type" : "test"
},
{
"c99name" : "SentencepieceTokenizer",
"module_type" : "SwiftTarget",
"name" : "SentencepieceTokenizer",
"path" : "Sources/SentencepieceTokenizer",
"product_memberships" : [
"sentencepiece-cli",
"SentencepieceTokenizer"
],
"sources" : [
"SentencepieceTokenizer.swift"
],
"target_dependencies" : [
"Sentencepiece"
],
"type" : "library"
},
{
"c99name" : "SentencepieceCLI",
"module_type" : "SwiftTarget",
"name" : "SentencepieceCLI",
"path" : "Sources/SentencepieceCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sentencepiece-cli"
],
"sources" : [
"SentencepieceCLI.swift"
],
"target_dependencies" : [
"SentencepieceTokenizer"
],
"type" : "executable"
},
{
"c99name" : "Sentencepiece",
"module_type" : "BinaryTarget",
"name" : "Sentencepiece",
"path" : "remote/archive/sentencepiece.xcframework.zip",
"product_memberships" : [
"sentencepiece-cli",
"SentencepieceTokenizer"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/11] Write sources
[5/11] Copying libSentencepiece.a
[6/11] Write sentencepiece-cli-entitlement.plist
[7/11] Write swift-version-5BDAB9E9C0126B9D.txt
[9/15] Compiling SentencepieceTokenizer SentencepieceTokenizer.swift
[10/15] Emitting module SentencepieceTokenizer
[11/15] Emitting module ArgumentParserToolInfo
[12/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/53] Compiling ArgumentParser InputOrigin.swift
[14/53] Compiling ArgumentParser Name.swift
[15/53] Compiling ArgumentParser Parsed.swift
[16/53] Compiling ArgumentParser ParsedValues.swift
[17/57] Emitting module ArgumentParser
[18/57] Compiling ArgumentParser Flag.swift
[19/57] Compiling ArgumentParser NameSpecification.swift
[20/57] Compiling ArgumentParser Option.swift
[21/57] Compiling ArgumentParser OptionGroup.swift
[22/57] Compiling ArgumentParser ParsableArguments.swift
[23/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[24/57] Compiling ArgumentParser ParsableCommand.swift
[25/57] Compiling ArgumentParser ArgumentDecoder.swift
[26/57] Compiling ArgumentParser ArgumentDefinition.swift
[27/57] Compiling ArgumentParser ArgumentSet.swift
[28/57] Compiling ArgumentParser CommandParser.swift
[29/57] Compiling ArgumentParser InputKey.swift
[30/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/57] Compiling ArgumentParser CompletionsGenerator.swift
[32/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/57] Compiling ArgumentParser Argument.swift
[35/57] Compiling ArgumentParser Platform.swift
[36/57] Compiling ArgumentParser SequenceExtensions.swift
[37/57] Compiling ArgumentParser StringExtensions.swift
[38/57] Compiling ArgumentParser Tree.swift
[39/57] Compiling ArgumentParser AsyncParsableCommand.swift
[40/57] Compiling ArgumentParser CommandConfiguration.swift
[41/57] Compiling ArgumentParser EnumerableFlag.swift
[42/57] Compiling ArgumentParser ExpressibleByArgument.swift
[43/57] Compiling ArgumentParser ParserError.swift
[44/57] Compiling ArgumentParser SplitArguments.swift
[45/57] Compiling ArgumentParser DumpHelpGenerator.swift
[46/57] Compiling ArgumentParser HelpCommand.swift
[47/57] Compiling ArgumentParser ArgumentHelp.swift
[48/57] Compiling ArgumentParser ArgumentVisibility.swift
[49/57] Compiling ArgumentParser CompletionKind.swift
[50/57] Compiling ArgumentParser Errors.swift
[51/57] Compiling ArgumentParser HelpGenerator.swift
[52/57] Compiling ArgumentParser MessageInfo.swift
[53/57] Compiling ArgumentParser UsageGenerator.swift
[54/57] Compiling ArgumentParser CollectionExtensions.swift
[55/59] Emitting module SentencepieceCLI
[56/59] Compiling SentencepieceCLI SentencepieceCLI.swift
[56/59] Write Objects.LinkFileList
[57/59] Linking sentencepiece-cli
[58/59] Applying sentencepiece-cli
Build complete! (16.33s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "swift-sentencepiece",
"name" : "swift-sentencepiece",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "sentencepiece-cli",
"targets" : [
"SentencepieceCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "SentencepieceTokenizer",
"targets" : [
"SentencepieceTokenizer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SentencepieceTokenizerTests",
"module_type" : "SwiftTarget",
"name" : "SentencepieceTokenizerTests",
"path" : "Tests/SentencepieceTokenizerTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SentencepieceTokenizerTests/Model",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SentencepieceTokenizerTests.swift"
],
"target_dependencies" : [
"SentencepieceTokenizer"
],
"type" : "test"
},
{
"c99name" : "SentencepieceTokenizer",
"module_type" : "SwiftTarget",
"name" : "SentencepieceTokenizer",
"path" : "Sources/SentencepieceTokenizer",
"product_memberships" : [
"sentencepiece-cli",
"SentencepieceTokenizer"
],
"sources" : [
"SentencepieceTokenizer.swift"
],
"target_dependencies" : [
"Sentencepiece"
],
"type" : "library"
},
{
"c99name" : "SentencepieceCLI",
"module_type" : "SwiftTarget",
"name" : "SentencepieceCLI",
"path" : "Sources/SentencepieceCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sentencepiece-cli"
],
"sources" : [
"SentencepieceCLI.swift"
],
"target_dependencies" : [
"SentencepieceTokenizer"
],
"type" : "executable"
},
{
"c99name" : "Sentencepiece",
"module_type" : "BinaryTarget",
"name" : "Sentencepiece",
"path" : "remote/archive/sentencepiece.xcframework.zip",
"product_memberships" : [
"sentencepiece-cli",
"SentencepieceTokenizer"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.0"
}
Done.