Build Information
Successful build of swift-codeowners, reference main (389c4b
), with Swift 6.0 for macOS (SPM) on 2 Jan 2025 08:40:24 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/swift-codeowners.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mtj0928/swift-codeowners
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 389c4b7 Update README.md
Cloned https://github.com/mtj0928/swift-codeowners.git
Revision (git rev-parse @):
389c4b7bc85df743dc182c2026b8e43cdbd51c45
SUCCESS checkout https://github.com/mtj0928/swift-codeowners.git at main
========================================
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-codeowners",
"name": "swift-codeowners",
"url": "https://github.com/mtj0928/swift-codeowners.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-codeowners",
"dependencies": [
]
}
]
}
Fetching https://github.com/mtj0928/swift-codeowners.git
[1/62] Fetching swift-codeowners
Fetched https://github.com/mtj0928/swift-codeowners.git from cache (0.72s)
Creating working copy for https://github.com/mtj0928/swift-codeowners.git
Working copy of https://github.com/mtj0928/swift-codeowners.git resolved at main (389c4b7)
warning: '.resolve-product-dependencies': dependency 'swift-codeowners' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mtj0928/swift-codeowners.git
https://github.com/mtj0928/swift-codeowners.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-codeowners",
"name" : "swift-codeowners",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodeOwners",
"targets" : [
"CodeOwners"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodeOwnersTests",
"module_type" : "SwiftTarget",
"name" : "CodeOwnersTests",
"path" : "Tests/CodeOwnersTests",
"sources" : [
"CodeOwnerLineTests.swift",
"CodeOwnerTests.swift",
"PathCompoenetTests.swift",
"PatternMatchTests.swift",
"TokenTests.swift"
],
"target_dependencies" : [
"CodeOwners"
],
"type" : "test"
},
{
"c99name" : "CodeOwners",
"module_type" : "SwiftTarget",
"name" : "CodeOwners",
"path" : "Sources/CodeOwners",
"product_memberships" : [
"CodeOwners"
],
"sources" : [
"CodeOwner.swift",
"CodeOwnerLine.swift",
"CodeOwners.swift",
"Pattern.swift",
"Token.swift",
"Utils/Array+Utils.swift",
"Utils/String+Utils.swift"
],
"type" : "library"
}
],
"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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling CodeOwners Array+Utils.swift
[4/10] Compiling CodeOwners Token.swift
[5/10] Compiling CodeOwners String+Utils.swift
[6/10] Compiling CodeOwners Pattern.swift
[7/10] Compiling CodeOwners CodeOwners.swift
[8/10] Compiling CodeOwners CodeOwner.swift
[9/10] Compiling CodeOwners CodeOwnerLine.swift
[10/10] Emitting module CodeOwners
Build complete! (7.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-codeowners",
"name" : "swift-codeowners",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodeOwners",
"targets" : [
"CodeOwners"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodeOwnersTests",
"module_type" : "SwiftTarget",
"name" : "CodeOwnersTests",
"path" : "Tests/CodeOwnersTests",
"sources" : [
"CodeOwnerLineTests.swift",
"CodeOwnerTests.swift",
"PathCompoenetTests.swift",
"PatternMatchTests.swift",
"TokenTests.swift"
],
"target_dependencies" : [
"CodeOwners"
],
"type" : "test"
},
{
"c99name" : "CodeOwners",
"module_type" : "SwiftTarget",
"name" : "CodeOwners",
"path" : "Sources/CodeOwners",
"product_memberships" : [
"CodeOwners"
],
"sources" : [
"CodeOwner.swift",
"CodeOwnerLine.swift",
"CodeOwners.swift",
"Pattern.swift",
"Token.swift",
"Utils/Array+Utils.swift",
"Utils/String+Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.