Build Information
Successful build of SourceMapper, reference 3.0.0 (6caa27
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 10:39:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/SourceMapper.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/SourceMapper
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 6caa27e Move test suite to Swift Testing (#7)
Cloned https://github.com/johnfairh/SourceMapper.git
Revision (git rev-parse @):
6caa27efd77e2ced74b5eddecf9bff83bfc44d66
SUCCESS checkout https://github.com/johnfairh/SourceMapper.git at 3.0.0
========================================
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": "sourcemapper",
"name": "SourceMapper",
"url": "https://github.com/johnfairh/SourceMapper.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SourceMapper",
"dependencies": [
]
}
]
}
Fetching https://github.com/johnfairh/SourceMapper.git
[1/540] Fetching sourcemapper
Fetched https://github.com/johnfairh/SourceMapper.git from cache (2.36s)
Creating working copy for https://github.com/johnfairh/SourceMapper.git
Working copy of https://github.com/johnfairh/SourceMapper.git resolved at 3.0.0 (6caa27e)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnfairh/SourceMapper.git
https://github.com/johnfairh/SourceMapper.git
{
"dependencies" : [
],
"manifest_display_name" : "SourceMapper",
"name" : "SourceMapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SourceMapper",
"targets" : [
"SourceMapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "srcmapcat",
"targets" : [
"Cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SourceMapperTests",
"module_type" : "SwiftTarget",
"name" : "SourceMapperTests",
"path" : "Tests/SourceMapperTests",
"sources" : [
"TestBasics.swift",
"TestHelpers.swift",
"TestJSON.swift",
"TestMappings.swift",
"TestVLQ.swift"
],
"target_dependencies" : [
"SourceMapper"
],
"type" : "test"
},
{
"c99name" : "SourceMapper",
"module_type" : "SwiftTarget",
"name" : "SourceMapper",
"path" : "Sources/SourceMapper",
"product_memberships" : [
"SourceMapper",
"srcmapcat"
],
"sources" : [
"Errors.swift",
"JSON.swift",
"Mappings.swift",
"SourceMap.swift",
"UnpackedSourceMap.swift",
"VLQ.swift"
],
"type" : "library"
},
{
"c99name" : "Cli",
"module_type" : "SwiftTarget",
"name" : "Cli",
"path" : "Sources/Cli",
"product_memberships" : [
"srcmapcat"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SourceMapper"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Write srcmapcat-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/14] Compiling SourceMapper VLQ.swift
[6/14] Compiling SourceMapper JSON.swift
[7/14] Compiling SourceMapper UnpackedSourceMap.swift
[8/14] Compiling SourceMapper Mappings.swift
[9/14] Compiling SourceMapper Errors.swift
[10/14] Emitting module SourceMapper
[11/14] Compiling SourceMapper SourceMap.swift
[12/16] Compiling Cli main.swift
[13/16] Emitting module Cli
[13/16] Write Objects.LinkFileList
[14/16] Linking srcmapcat
[15/16] Applying srcmapcat
Build complete! (5.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SourceMapper",
"name" : "SourceMapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SourceMapper",
"targets" : [
"SourceMapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "srcmapcat",
"targets" : [
"Cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SourceMapperTests",
"module_type" : "SwiftTarget",
"name" : "SourceMapperTests",
"path" : "Tests/SourceMapperTests",
"sources" : [
"TestBasics.swift",
"TestHelpers.swift",
"TestJSON.swift",
"TestMappings.swift",
"TestVLQ.swift"
],
"target_dependencies" : [
"SourceMapper"
],
"type" : "test"
},
{
"c99name" : "SourceMapper",
"module_type" : "SwiftTarget",
"name" : "SourceMapper",
"path" : "Sources/SourceMapper",
"product_memberships" : [
"SourceMapper",
"srcmapcat"
],
"sources" : [
"Errors.swift",
"JSON.swift",
"Mappings.swift",
"SourceMap.swift",
"UnpackedSourceMap.swift",
"VLQ.swift"
],
"type" : "library"
},
{
"c99name" : "Cli",
"module_type" : "SwiftTarget",
"name" : "Cli",
"path" : "Sources/Cli",
"product_memberships" : [
"srcmapcat"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SourceMapper"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.