Build Information
Successful build of AppScreenshotKit, reference main (742587
), with Swift 6.1 for macOS (SPM) on 31 May 2025 04:55:33 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shitamori1272/AppScreenshotKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shitamori1272/AppScreenshotKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7425878 Update README.md to reflect changes in @AppScreenshot usage and clari… (#8)
Cloned https://github.com/shitamori1272/AppScreenshotKit.git
Revision (git rev-parse @):
7425878f25340268980b31e8219a5d63fc363b3d
SUCCESS checkout https://github.com/shitamori1272/AppScreenshotKit.git at main
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.63s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
========================================
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": "appscreenshotkit",
"name": "AppScreenshotKit",
"url": "https://github.com/shitamori1272/AppScreenshotKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppScreenshotKit",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax.git",
"version": "601.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/shitamori1272/AppScreenshotKit.git
[1/545] Fetching appscreenshotkit
Fetched https://github.com/shitamori1272/AppScreenshotKit.git from cache (1.43s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.96s)
Creating working copy for https://github.com/shitamori1272/AppScreenshotKit.git
Working copy of https://github.com/shitamori1272/AppScreenshotKit.git resolved at main (7425878)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/shitamori1272/AppScreenshotKit.git
https://github.com/shitamori1272/AppScreenshotKit.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0-latest",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "AppScreenshotKit",
"name" : "AppScreenshotKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AppScreenshotKit",
"targets" : [
"AppScreenshotKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppScreenshotKitTestTools",
"targets" : [
"AppScreenshotKitTestTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppScreenshotKitCLI",
"targets" : [
"AppScreenshotKitCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "AppScreenshotMacroPlugin",
"targets" : [
"AppScreenshotMacroPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFormatLintCommand",
"module_type" : "PluginTarget",
"name" : "SwiftFormatLintCommand",
"path" : "Plugins/SwiftFormatLintCommand",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools",
"AppScreenshotKitCLI"
],
"sources" : [
"SwiftFormatLintCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "RegisterBezelsCommand",
"module_type" : "PluginTarget",
"name" : "RegisterBezelsCommand",
"path" : "Plugins/RegisterBezelsCommand",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"AppScreenshotKitTestTools"
],
"sources" : [
"RegisterBezelsCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "AppScreenshotMacroPlugin",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotMacroPlugin",
"path" : "Sources/AppScreenshotMacroPlugin",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools",
"AppScreenshotMacroPlugin"
],
"sources" : [
"AppScreenshotMacro.swift",
"ProvidedMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "AppScreenshotMacro",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotMacro",
"path" : "Sources/AppScreenshotMacro",
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshotMacro.swift"
],
"target_dependencies" : [
"AppScreenshotCore",
"AppScreenshotMacroPlugin"
],
"type" : "library"
},
{
"c99name" : "AppScreenshotKitTests",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitTests",
"path" : "Tests/AppScreenshotKitTests",
"sources" : [
"AppScreenshotKitTests.swift"
],
"target_dependencies" : [
"AppScreenshotKit"
],
"type" : "test"
},
{
"c99name" : "AppScreenshotKitTestToolsTests",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitTestToolsTests",
"path" : "Tests/AppScreenshotKitTestToolsTests",
"sources" : [
"AppScreenshotKitTestToolsTests.swift"
],
"target_dependencies" : [
"AppScreenshotKitTestTools"
],
"type" : "test"
},
{
"c99name" : "AppScreenshotKitTestTools",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitTestTools",
"path" : "Sources/AppScreenshotKitTestTools",
"product_memberships" : [
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshotExporter.swift",
"AppScreenshotKitUtils.swift"
],
"target_dependencies" : [
"AppScreenshotKit",
"RegisterBezelsCommand",
"SwiftFormatLintCommand"
],
"type" : "library"
},
{
"c99name" : "AppScreenshotKitCLITests",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitCLITests",
"path" : "Tests/AppScreenshotKitCLITests",
"sources" : [
"ArgumentsParserTests.swift",
"BezelFetcherTests.swift",
"BezelImageDownloaderTests.swift",
"DMGHandlerTests.swift",
"Mocks/DMGHandlerMock.swift",
"Mocks/DataHelperForTests.swift",
"Mocks/FileManagerMock.swift",
"Mocks/RSSHandlerMock.swift",
"Mocks/ShellMock.swift",
"Mocks/URLSessionMock.swift",
"RSSHandlerTests.swift",
"ShellTests.swift",
"SketchDocumentTests.swift"
],
"target_dependencies" : [
"AppScreenshotKitCLI"
],
"type" : "test"
},
{
"c99name" : "AppScreenshotKitCLI",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitCLI",
"path" : "Sources/AppScreenshotKitCLI",
"product_memberships" : [
"AppScreenshotKitCLI"
],
"sources" : [
"AppScreenshotKitCLI.swift",
"ArgumentsParser.swift",
"BezelImageDownloader.swift",
"CLIError.swift",
"DMGHandler.swift",
"FileManager+Protocol.swift",
"RSSHandler.swift",
"Shell.swift",
"SketchDocument.swift",
"URLSession+Protocol.swift"
],
"target_dependencies" : [
"SwiftFormatLintCommand"
],
"type" : "executable"
},
{
"c99name" : "AppScreenshotKit",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKit",
"path" : "Sources/AppScreenshotKit",
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshotKit.swift"
],
"target_dependencies" : [
"AppScreenshotCore",
"AppScreenshotMacro"
],
"type" : "library"
},
{
"c99name" : "AppScreenshotCore",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotCore",
"path" : "Sources/AppScreenshotCore",
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshot+Export.swift",
"AppScreenshot+Preview.swift",
"AppScreenshot.swift",
"Model/AppScreenshotConfiguration.swift",
"Model/AppScreenshotDevice.swift",
"Model/AppScreenshotEnvironment.swift",
"Model/AppScreenshotSize+iPad110Inch.swift",
"Model/AppScreenshotSize+iPad130Inch.swift",
"Model/AppScreenshotSize+iPad97Inch.swift",
"Model/AppScreenshotSize+iPhone61Inch.swift",
"Model/AppScreenshotSize+iPhone63Inch.swift",
"Model/AppScreenshotSize+iPhone69Inch.swift",
"Model/AppScreenshotSize.swift",
"Model/AppleDesignResourceBezelDefinition.swift",
"Model/DeviceCategory.swift",
"Model/DeviceColor.swift",
"Model/DeviceModel.swift",
"Model/DeviceOrientation.swift",
"Utils/AppScreenshotKitError.swift",
"Utils/BezelImageLoader.swift",
"Utils/PNGDataConverter.swift",
"Utils/Sample.swift",
"View/Bezel.swift",
"View/DeviceAppearanceViewModel.swift",
"View/DeviceScreenViewModel.swift",
"View/DeviceView.swift",
"View/DeviceViewModel.swift",
"View/Environments.swift",
"View/HostingViewWrap.swift",
"View/ScaleView.swift",
"View/ScreenContentView.swift",
"View/SharpView.swift",
"View/VerticalLinesView.swift",
"View/VirtualBezelView.swift"
],
"target_dependencies" : [
"SwiftFormatLintCommand"
],
"type" : "library"
}
],
"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
[1/1] Compiling plugin RegisterBezelsCommand
[2/2] Compiling plugin SwiftFormatLintCommand
Building for debugging...
[2/34] Write sources
[5/34] Write AppScreenshotKitCLI-entitlement.plist
[5/34] Write sources
[24/34] Register Dummy Bezel image file
[25/34] Copying AppleDesignResource
[26/34] Compiling _SwiftSyntaxCShims dummy.c
[27/34] Write swift-version-2F0A5646E1D333AE.txt
[29/84] Emitting module SwiftSyntax510
[29/84] swift format lint
[31/84] Emitting module SwiftSyntax600
[32/84] Compiling SwiftSyntax600 Empty.swift
[33/84] Compiling SwiftSyntax510 Empty.swift
[34/84] Compiling SwiftSyntax509 Empty.swift
[35/84] Emitting module SwiftSyntax509
[36/84] Emitting module SwiftSyntax601
[37/84] Compiling SwiftSyntax601 Empty.swift
[38/150] Compiling SwiftSyntax AbsolutePosition.swift
[39/150] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[40/150] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[41/150] Compiling SwiftSyntax Assert.swift
[42/150] Compiling SwiftSyntax BumpPtrAllocator.swift
[43/150] Compiling SwiftSyntax CommonAncestor.swift
[44/150] Compiling SwiftSyntax Convenience.swift
[45/150] Compiling SwiftSyntax CustomTraits.swift
[46/157] Compiling SwiftSyntax EditorPlaceholder.swift
[47/157] Compiling SwiftSyntax Identifier.swift
[48/157] Compiling SwiftSyntax MemoryLayout.swift
[49/157] Compiling SwiftSyntax MissingNodeInitializers.swift
[50/157] Compiling SwiftSyntax RawSyntax.swift
[51/157] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[52/157] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[53/157] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/157] Compiling SwiftSyntax SourceEdit.swift
[55/157] Compiling SwiftSyntax SourceLength.swift
[56/157] Compiling SwiftSyntax SourceLocation.swift
[57/157] Compiling SwiftSyntax SourcePresence.swift
[58/157] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[59/157] Compiling SwiftSyntax Syntax.swift
[60/157] Compiling SwiftSyntax SyntaxArena.swift
[61/157] Compiling SwiftSyntax SyntaxProtocol.swift
[62/157] Compiling SwiftSyntax SyntaxText.swift
[63/157] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[64/157] Compiling SwiftSyntax TokenDiagnostic.swift
[65/157] Compiling SwiftSyntax TokenSequence.swift
[66/157] Compiling SwiftSyntax TokenSyntax.swift
[67/157] Compiling SwiftSyntax Trivia.swift
[68/157] Compiling AppScreenshotKitCLI RSSHandler.swift
[69/158] Compiling AppScreenshotKitCLI CLIError.swift
[70/158] Compiling AppScreenshotKitCLI DMGHandler.swift
[71/158] Compiling AppScreenshotKitCLI ArgumentsParser.swift
[72/158] Compiling AppScreenshotKitCLI AppScreenshotKitCLI.swift
[73/158] Emitting module AppScreenshotKitCLI
[74/158] Compiling AppScreenshotKitCLI BezelImageDownloader.swift
[75/158] Compiling AppScreenshotKitCLI Shell.swift
[76/158] Compiling AppScreenshotKitCLI SketchDocument.swift
[77/158] Compiling AppScreenshotKitCLI FileManager+Protocol.swift
[78/158] Compiling AppScreenshotKitCLI URLSession+Protocol.swift
[78/158] Write Objects.LinkFileList
[79/158] Linking AppScreenshotKitCLI
[80/158] Applying AppScreenshotKitCLI
[82/158] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[83/158] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[84/158] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[85/158] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[94/161] Compiling SwiftSyntax Tokens.swift
[95/161] Compiling SwiftSyntax TriviaPieces.swift
[99/161] Compiling SwiftSyntax RawSyntaxValidation.swift
[100/161] Compiling SwiftSyntax SyntaxNodesAB.swift
[101/161] Compiling SwiftSyntax SyntaxNodesC.swift
[102/161] Compiling SwiftSyntax Utils.swift
[103/161] Compiling SwiftSyntax ChildNameForKeyPath.swift
[104/161] Compiling SwiftSyntax Keyword.swift
[105/161] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[106/161] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[107/161] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[108/161] Compiling SwiftSyntax SyntaxBaseNodes.swift
[109/161] Emitting module AppScreenshotCore
[114/161] Compiling AppScreenshotCore SharpView.swift
[115/161] Compiling AppScreenshotCore VerticalLinesView.swift
[116/161] Compiling AppScreenshotCore VirtualBezelView.swift
[117/161] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[118/161] Compiling SwiftSyntax SyntaxChildren.swift
[119/161] Compiling SwiftSyntax SyntaxCollection.swift
[120/161] Compiling SwiftSyntax SyntaxHashable.swift
[121/161] Compiling SwiftSyntax SyntaxIdentifier.swift
[122/161] Compiling SwiftSyntax SyntaxNodeFactory.swift
[123/161] Compiling SwiftSyntax SyntaxNodeStructure.swift
[124/161] Compiling SwiftSyntax SyntaxCollections.swift
[125/161] Compiling SwiftSyntax SyntaxEnum.swift
[126/161] Compiling SwiftSyntax SyntaxKind.swift
[127/161] Compiling SwiftSyntax SyntaxRewriter.swift
[128/161] Compiling SwiftSyntax SyntaxTraits.swift
[129/161] Compiling SwiftSyntax SyntaxVisitor.swift
[130/161] Compiling SwiftSyntax TokenKind.swift
[143/161] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[144/161] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[152/161] Emitting module SwiftSyntax
[153/161] Compiling SwiftSyntax SyntaxNodesD.swift
[154/161] Compiling SwiftSyntax SyntaxNodesEF.swift
[155/161] Compiling SwiftSyntax SyntaxNodesGHI.swift
[156/161] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[157/161] Compiling SwiftSyntax SyntaxNodesOP.swift
[158/161] Compiling SwiftSyntax SyntaxNodesQRS.swift
[159/161] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[160/220] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[161/220] Compiling SwiftDiagnostics Message.swift
[162/221] Compiling SwiftBasicFormat Syntax+Extensions.swift
[163/221] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[164/221] Compiling SwiftDiagnostics Convenience.swift
[165/221] Emitting module SwiftDiagnostics
[166/221] Compiling SwiftDiagnostics Note.swift
[167/221] Compiling SwiftDiagnostics FixIt.swift
[168/221] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[169/221] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[170/221] Compiling SwiftDiagnostics Diagnostic.swift
[171/221] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[172/221] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[173/221] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[174/221] Compiling SwiftBasicFormat InferIndentation.swift
[175/221] Compiling SwiftBasicFormat BasicFormat.swift
[176/221] Compiling SwiftBasicFormat Indenter.swift
[177/221] Emitting module SwiftBasicFormat
[178/221] Compiling SwiftParser TopLevel.swift
[179/221] Compiling SwiftParser TriviaParser.swift
[180/221] Compiling SwiftParser Types.swift
[181/221] Compiling SwiftParser ExperimentalFeatures.swift
[182/225] Compiling SwiftParser StringLiterals.swift
[183/225] Compiling SwiftParser SwiftParserCompatibility.swift
[184/225] Compiling SwiftParser SwiftVersion.swift
[185/225] Compiling SwiftParser SyntaxUtils.swift
[186/225] Compiling SwiftParser TokenConsumer.swift
[187/225] Compiling SwiftParser TokenPrecedence.swift
[188/225] Compiling SwiftParser TokenSpec.swift
[189/225] Compiling SwiftParser TokenSpecSet.swift
[190/225] Compiling SwiftParser UnicodeScalarExtensions.swift
[191/225] Compiling SwiftParser Lookahead.swift
[192/225] Compiling SwiftParser LoopProgressCondition.swift
[193/225] Compiling SwiftParser Modifiers.swift
[194/225] Compiling SwiftParser Names.swift
[195/225] Compiling SwiftParser Nominals.swift
[196/225] Compiling SwiftParser Parameters.swift
[197/225] Compiling SwiftParser ParseSourceFile.swift
[198/225] Compiling SwiftParser Parser.swift
[199/225] Compiling SwiftParser Patterns.swift
[200/225] Compiling SwiftParser Recovery.swift
[201/225] Compiling SwiftParser Specifiers.swift
[202/225] Compiling SwiftParser Statements.swift
[203/225] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[204/225] Emitting module SwiftParser
[205/225] Compiling SwiftParser Directives.swift
[206/225] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[207/225] Compiling SwiftParser Expressions.swift
[208/225] Compiling SwiftParser IncrementalParseTransition.swift
[209/225] Compiling SwiftParser IsValidIdentifier.swift
[210/225] Compiling SwiftParser Cursor.swift
[211/225] Compiling SwiftParser Lexeme.swift
[212/225] Compiling SwiftParser LexemeSequence.swift
[213/225] Compiling SwiftParser Lexer.swift
[214/225] Compiling SwiftParser RegexLiteralLexer.swift
[215/225] Compiling SwiftParser Attributes.swift
[216/225] Compiling SwiftParser Availability.swift
[217/225] Compiling SwiftParser CharacterInfo.swift
[218/225] Compiling SwiftParser CollectionNodes+Parsable.swift
[219/225] Compiling SwiftParser Declarations.swift
[220/225] Compiling SwiftParser IsLexerClassified.swift
[221/225] Compiling SwiftParser LayoutNodes+Parsable.swift
[222/225] Compiling SwiftParser Parser+TokenSpecSet.swift
[223/225] Compiling SwiftParser TokenSpecStaticMembers.swift
[224/248] Compiling SwiftOperators PrecedenceGroup.swift
[225/249] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[226/250] Compiling SwiftOperators OperatorTable.swift
[227/250] Compiling SwiftOperators OperatorTable+Defaults.swift
[228/250] Compiling SwiftOperators OperatorError+Diagnostics.swift
[229/250] Compiling SwiftOperators Operator.swift
[230/250] Emitting module SwiftOperators
[231/250] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[232/250] Compiling SwiftOperators OperatorTable+Folding.swift
[233/250] Compiling SwiftOperators OperatorError.swift
[234/250] Compiling SwiftOperators OperatorTable+Semantics.swift
[235/250] Compiling SwiftOperators PrecedenceGraph.swift
[236/250] Compiling SwiftOperators SyntaxSynthesis.swift
[237/250] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[238/250] Emitting module SwiftParserDiagnostics
[239/250] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[240/250] Compiling SwiftParserDiagnostics MissingNodesError.swift
[241/250] Compiling SwiftParserDiagnostics MissingTokenError.swift
[242/250] Compiling SwiftParserDiagnostics Utils.swift
[243/250] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[244/250] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[245/250] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[246/250] Compiling SwiftParserDiagnostics PresenceUtils.swift
[247/250] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[248/250] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[249/265] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[250/265] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[251/266] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[252/266] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[253/266] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[254/266] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[255/266] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[256/266] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[257/266] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[258/266] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[259/266] Emitting module SwiftSyntaxBuilder
[260/266] Compiling SwiftSyntaxBuilder Indenter.swift
[261/266] Compiling SwiftSyntaxBuilder ListBuilder.swift
[262/266] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[263/266] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[264/266] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[265/284] Compiling SwiftSyntaxMacros AttachedMacro.swift
[266/284] Compiling SwiftSyntaxMacros BodyMacro.swift
[267/284] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[268/284] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[269/284] Compiling SwiftSyntaxMacros Macro.swift
[270/284] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[271/285] Compiling SwiftSyntaxMacros PreambleMacro.swift
[272/285] Compiling SwiftSyntaxMacros MemberMacro.swift
[273/285] Compiling SwiftSyntaxMacros PeerMacro.swift
[274/285] Emitting module SwiftSyntaxMacros
[275/285] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[276/285] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[277/285] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[278/285] Compiling SwiftSyntaxMacros Macro+Format.swift
[279/285] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[280/285] Compiling SwiftSyntaxMacros AccessorMacro.swift
[281/285] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[282/285] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[283/285] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[284/295] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[285/295] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[286/295] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[287/295] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[288/295] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[289/295] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[290/295] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[291/295] Emitting module SwiftSyntaxMacroExpansion
[292/295] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[293/295] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[294/307] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[295/308] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[296/308] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[297/308] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[298/308] Emitting module SwiftCompilerPluginMessageHandling
[299/308] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[300/308] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[301/308] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[302/308] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[303/308] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[304/308] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[305/308] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[306/308] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[307/310] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[308/310] Emitting module SwiftCompilerPlugin
[309/313] Compiling AppScreenshotMacroPlugin ProvidedMacros.swift
[310/313] Compiling AppScreenshotMacroPlugin AppScreenshotMacro.swift
[311/313] Emitting module AppScreenshotMacroPlugin
[311/313] Write Objects.LinkFileList
[312/313] Linking AppScreenshotMacroPlugin-tool
[314/315] Compiling AppScreenshotMacro AppScreenshotMacro.swift
[315/315] Emitting module AppScreenshotMacro
[316/317] Emitting module AppScreenshotKit
[317/317] Compiling AppScreenshotKit AppScreenshotKit.swift
[318/321] Compiling AppScreenshotKitTestTools AppScreenshotKitUtils.swift
[319/321] Compiling AppScreenshotKitTestTools resource_bundle_accessor.swift
[320/321] Compiling AppScreenshotKitTestTools AppScreenshotExporter.swift
[321/321] Emitting module AppScreenshotKitTestTools
Build complete! (34.01s)
warning: No bezels found in /Users/admin/Library/Caches/com.shitamori1272.AppScreenshotKit/AppleDesignResource. Please run the command to download bezels first.
"swift run AppScreenshotKitCLI download-bezel-image"
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0-latest",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "AppScreenshotKit",
"name" : "AppScreenshotKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AppScreenshotKit",
"targets" : [
"AppScreenshotKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppScreenshotKitTestTools",
"targets" : [
"AppScreenshotKitTestTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppScreenshotKitCLI",
"targets" : [
"AppScreenshotKitCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "AppScreenshotMacroPlugin",
"targets" : [
"AppScreenshotMacroPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFormatLintCommand",
"module_type" : "PluginTarget",
"name" : "SwiftFormatLintCommand",
"path" : "Plugins/SwiftFormatLintCommand",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools",
"AppScreenshotKitCLI"
],
"sources" : [
"SwiftFormatLintCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "RegisterBezelsCommand",
"module_type" : "PluginTarget",
"name" : "RegisterBezelsCommand",
"path" : "Plugins/RegisterBezelsCommand",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"AppScreenshotKitTestTools"
],
"sources" : [
"RegisterBezelsCommand.swift"
],
"type" : "plugin"
},
{
"c99name" : "AppScreenshotMacroPlugin",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotMacroPlugin",
"path" : "Sources/AppScreenshotMacroPlugin",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools",
"AppScreenshotMacroPlugin"
],
"sources" : [
"AppScreenshotMacro.swift",
"ProvidedMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "AppScreenshotMacro",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotMacro",
"path" : "Sources/AppScreenshotMacro",
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshotMacro.swift"
],
"target_dependencies" : [
"AppScreenshotCore",
"AppScreenshotMacroPlugin"
],
"type" : "library"
},
{
"c99name" : "AppScreenshotKitTests",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitTests",
"path" : "Tests/AppScreenshotKitTests",
"sources" : [
"AppScreenshotKitTests.swift"
],
"target_dependencies" : [
"AppScreenshotKit"
],
"type" : "test"
},
{
"c99name" : "AppScreenshotKitTestToolsTests",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitTestToolsTests",
"path" : "Tests/AppScreenshotKitTestToolsTests",
"sources" : [
"AppScreenshotKitTestToolsTests.swift"
],
"target_dependencies" : [
"AppScreenshotKitTestTools"
],
"type" : "test"
},
{
"c99name" : "AppScreenshotKitTestTools",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitTestTools",
"path" : "Sources/AppScreenshotKitTestTools",
"product_memberships" : [
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshotExporter.swift",
"AppScreenshotKitUtils.swift"
],
"target_dependencies" : [
"AppScreenshotKit",
"RegisterBezelsCommand",
"SwiftFormatLintCommand"
],
"type" : "library"
},
{
"c99name" : "AppScreenshotKitCLITests",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitCLITests",
"path" : "Tests/AppScreenshotKitCLITests",
"sources" : [
"ArgumentsParserTests.swift",
"BezelFetcherTests.swift",
"BezelImageDownloaderTests.swift",
"DMGHandlerTests.swift",
"Mocks/DMGHandlerMock.swift",
"Mocks/DataHelperForTests.swift",
"Mocks/FileManagerMock.swift",
"Mocks/RSSHandlerMock.swift",
"Mocks/ShellMock.swift",
"Mocks/URLSessionMock.swift",
"RSSHandlerTests.swift",
"ShellTests.swift",
"SketchDocumentTests.swift"
],
"target_dependencies" : [
"AppScreenshotKitCLI"
],
"type" : "test"
},
{
"c99name" : "AppScreenshotKitCLI",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKitCLI",
"path" : "Sources/AppScreenshotKitCLI",
"product_memberships" : [
"AppScreenshotKitCLI"
],
"sources" : [
"AppScreenshotKitCLI.swift",
"ArgumentsParser.swift",
"BezelImageDownloader.swift",
"CLIError.swift",
"DMGHandler.swift",
"FileManager+Protocol.swift",
"RSSHandler.swift",
"Shell.swift",
"SketchDocument.swift",
"URLSession+Protocol.swift"
],
"target_dependencies" : [
"SwiftFormatLintCommand"
],
"type" : "executable"
},
{
"c99name" : "AppScreenshotKit",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotKit",
"path" : "Sources/AppScreenshotKit",
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshotKit.swift"
],
"target_dependencies" : [
"AppScreenshotCore",
"AppScreenshotMacro"
],
"type" : "library"
},
{
"c99name" : "AppScreenshotCore",
"module_type" : "SwiftTarget",
"name" : "AppScreenshotCore",
"path" : "Sources/AppScreenshotCore",
"product_memberships" : [
"AppScreenshotKit",
"AppScreenshotKitTestTools"
],
"sources" : [
"AppScreenshot+Export.swift",
"AppScreenshot+Preview.swift",
"AppScreenshot.swift",
"Model/AppScreenshotConfiguration.swift",
"Model/AppScreenshotDevice.swift",
"Model/AppScreenshotEnvironment.swift",
"Model/AppScreenshotSize+iPad110Inch.swift",
"Model/AppScreenshotSize+iPad130Inch.swift",
"Model/AppScreenshotSize+iPad97Inch.swift",
"Model/AppScreenshotSize+iPhone61Inch.swift",
"Model/AppScreenshotSize+iPhone63Inch.swift",
"Model/AppScreenshotSize+iPhone69Inch.swift",
"Model/AppScreenshotSize.swift",
"Model/AppleDesignResourceBezelDefinition.swift",
"Model/DeviceCategory.swift",
"Model/DeviceColor.swift",
"Model/DeviceModel.swift",
"Model/DeviceOrientation.swift",
"Utils/AppScreenshotKitError.swift",
"Utils/BezelImageLoader.swift",
"Utils/PNGDataConverter.swift",
"Utils/Sample.swift",
"View/Bezel.swift",
"View/DeviceAppearanceViewModel.swift",
"View/DeviceScreenViewModel.swift",
"View/DeviceView.swift",
"View/DeviceViewModel.swift",
"View/Environments.swift",
"View/HostingViewWrap.swift",
"View/ScaleView.swift",
"View/ScreenContentView.swift",
"View/SharpView.swift",
"View/VerticalLinesView.swift",
"View/VirtualBezelView.swift"
],
"target_dependencies" : [
"SwiftFormatLintCommand"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.